Linux

Linux

7676 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:20:59
  • Zuletzt bearbeitet 02.12.2025 19:21:08

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a ("vdpasim: control virtqueue support"), vdpasim->iommu became an array of IOTLB, so we should clean the mappi...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:20:58
  • Zuletzt bearbeitet 02.12.2025 19:20:01

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate BOOT record_size When the NTFS BOOT record_size field < 0, it represents a shift value. However, there is no sanity check on the shift result and the sbi->record...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:06:47
  • Zuletzt bearbeitet 02.12.2025 19:19:05

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in raw_get_next(). Dae R. Jeong reported a NULL deref in raw_get_next() [0]. It seems that the repro was running these sequences in parallel so that one thread...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:45
  • Zuletzt bearbeitet 02.12.2025 19:14:45

In the Linux kernel, the following vulnerability has been resolved: USB: uhci: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To make th...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:43
  • Zuletzt bearbeitet 02.12.2025 19:13:50

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: qcom: Fix potential memory leak Function dwc3_qcom_probe() allocates memory for resource structure which is pointed by parent_res pointer. This memory is not freed. This...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:06:42
  • Zuletzt bearbeitet 02.12.2025 02:40:14

In the Linux kernel, the following vulnerability has been resolved: mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init The line cards array is not freed in the error path of mlxsw_m_linecards_init(), which can lead to a memory leak...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:41
  • Zuletzt bearbeitet 02.12.2025 02:40:36

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add length check in indx_get_root This adds a length check to guarantee the retrieved index root is legit. [ 162.459513] BUG: KASAN: use-after-free in hdr_find_e.isra.0...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:38
  • Zuletzt bearbeitet 02.12.2025 02:41:55

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini The gmc.ecc_irq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:37
  • Zuletzt bearbeitet 02.12.2025 02:42:17

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fib_multipath_hash() and rt6_multipath_hash(). Passing the 32 bit hash returned by ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:33
  • Zuletzt bearbeitet 02.12.2025 02:42:36

In the Linux kernel, the following vulnerability has been resolved: irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not ...