Linux

Linux Kernel

14201 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 12.11.2025 10:26:23
  • Zuletzt bearbeitet 26.02.2026 15:52:02

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix using smp_processor_id() in preemptible code warnings Syzbot reported the following warning: BUG: using smp_processor_id() in preemptible [00000000] code: dhcpcd/2879 ...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:26:23
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: m2m: Fix streaming cleanup on release If streamon/streamoff calls are imbalanced, such as when exiting an application with Ctrl+C when streaming, the m2m usag...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:26:22
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails devm_kasprintf() may return NULL on memory allocation failure, but the debug message prints cpus->dai_name before ...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:24:36
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: xsk: Harden userspace-supplied xdp_desc validation Turned out certain clearly invalid values passed in xdp_desc from userspace can pass xp_{,un}aligned_validate_desc() and then lea...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:24:36
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: xen/events: Return -EEXIST for bound VIRQs Change find_virq() to return -EEXIST when a VIRQ is bound to a different CPU than the one passed in. With that, remove the BUG_ON() from...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:24:36
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix SGI cleanup on unbind The driver incorrectly determines SGI vs SPI interrupts by checking IRQ number < 16, which fails with dynamic IRQ allocation. During ...

  • EPSS 0.03%
  • Veröffentlicht 12.11.2025 10:23:29
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: Skip DIMM enumeration on a disabled memory controller When loading the i10nm_edac driver on some Intel Granite Rapids servers, a call trace may appear as follows: UB...

  • EPSS 0.04%
  • Veröffentlicht 12.11.2025 10:23:29
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU in ip6_output() Use RCU in ip6_output() in order to use dst_dev_rcu() to prevent possible UAF. We can remove rcu_read_lock()/rcu_read_unlock() pairs from ip6_finish_...

  • EPSS 0.07%
  • Veröffentlicht 12.11.2025 10:23:28
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: avoid soft lockup when mprotect to large memory area When calling mprotect() to a large hugetlb memory area in our customer's workload (~300GB hugetlb memory), soft lo...

  • EPSS 0.07%
  • Veröffentlicht 12.11.2025 10:23:28
  • Zuletzt bearbeitet 12.11.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping When an invalid value is passed via quirk option, currently bytcr_rt5640 driver only shows an error message but leaves as...