Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 21.01.2025 13:15:09
  • Zuletzt bearbeitet 15.10.2025 13:46:10

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwmac-tegra: Read iommu stream id from device tree Nvidia's Tegra MGBE controllers require the IOMMU "Stream ID" (SID) to be written to the MGBE_WRAP_AXI_ASID0_CTRL re...

  • EPSS 0.05%
  • Veröffentlicht 21.01.2025 13:15:08
  • Zuletzt bearbeitet 03.11.2025 21:18:45

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the infinite loop in exfat_readdir() If the file system is corrupted so that a cluster is linked to itself in the cluster chain, and there is an unused directory entry i...

  • EPSS 0.04%
  • Veröffentlicht 21.01.2025 13:15:08
  • Zuletzt bearbeitet 15.10.2025 13:50:20

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled When the caching for a cookie is temporarily disabled (e.g. due to a DIO write on that file), future co...

  • EPSS 0.04%
  • Veröffentlicht 21.01.2025 13:15:08
  • Zuletzt bearbeitet 15.10.2025 13:49:25

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ceph copy to cache on write-begin At the end of netfs_unlock_read_folio() in which folios are marked appropriately for copying to the cache (either with by being marked ...

  • EPSS 0.04%
  • Veröffentlicht 21.01.2025 13:15:08
  • Zuletzt bearbeitet 01.10.2025 20:18:06

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a buffer_head marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will...

  • EPSS 0.03%
  • Veröffentlicht 21.01.2025 13:15:08
  • Zuletzt bearbeitet 01.10.2025 20:18:06

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: Add NULL check in ads1298_init devm_kasprintf() can return a NULL pointer on failure. A check on the return value of such a call in ads1298_init() is missing....

  • EPSS 0.05%
  • Veröffentlicht 21.01.2025 13:15:07
  • Zuletzt bearbeitet 03.11.2025 21:18:45

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die() die() can be called in exception handler, and therefore cannot sleep. However, die() takes spinlock_t which can sleep with PREEMPT_R...

  • EPSS 0.03%
  • Veröffentlicht 21.01.2025 12:15:27
  • Zuletzt bearbeitet 01.10.2025 20:18:05

In the Linux kernel, the following vulnerability has been resolved: fgraph: Add READ_ONCE() when accessing fgraph_array[] In __ftrace_return_to_handler(), a loop iterates over the fgraph_array[] elements, which are fgraph_ops. The loop checks if an...

  • EPSS 0.03%
  • Veröffentlicht 21.01.2025 12:15:27
  • Zuletzt bearbeitet 15.10.2025 13:51:21

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix accessing invalid dip_ctx during destroying QP If it fails to modify QP to RTR, dip_ctx will not be attached. And during detroying QP, the invalid dip_ctx pointer wil...

  • EPSS 0.03%
  • Veröffentlicht 21.01.2025 12:15:27
  • Zuletzt bearbeitet 15.10.2025 13:50:41

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix max SGEs for the Work Request Gen P7 supports up to 13 SGEs for now. WQE software structure can hold only 6 now. Since the max send sge is reported as 13, the sta...