Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:11

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd() We got the following issue in a fuzz test of randomly issuing the restore command: ============================...

  • EPSS 0.02%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:11

In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILES_DEAD set, we can still read the requests, so in the following concurrency the request may be u...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:11

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory There is a potential out-of-bounds access when using test_bit() on a single word. The test_bit() and set_bit()...

  • EPSS 0.02%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:11

In the Linux kernel, the following vulnerability has been resolved: jfs: xattr: fix buffer overflow for invalid xattr When an xattr size is not what is expected, it is printed out to the kernel log in hex format as a form of debugging. But when th...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:12

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps There could be a potential use-after-free case in tcpm_register_source_caps(). This could happen when: * new...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:12

In the Linux kernel, the following vulnerability has been resolved: USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages The syzbot fuzzer found that the interrupt-URB completion callback in the cdc-wdm driver was taking too long, a...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:12

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible race in __fib6_drop_pcpu_from() syzbot found a race in __fib6_drop_pcpu_from() [1] If compiler reads more than once (*ppcpu_rt), second read could read NULL, if...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 03.11.2025 22:17:12

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always stop health timer during driver removal Currently, if teardown_hca fails to execute during driver removal, mlx5 does not stop the health timer. Afterwards, mlx5 co...

  • EPSS 0.02%
  • Veröffentlicht 12.07.2024 13:15:13
  • Zuletzt bearbeitet 21.11.2024 09:31:50

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDP_TX action In the XDP_TX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionic_tx_clean...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:12
  • Zuletzt bearbeitet 06.01.2026 15:06:55

In the Linux kernel, the following vulnerability has been resolved: ima: Fix use-after-free on a dentry's dname.name ->d_name.name can change on rename and the earlier value can be freed; there are conditions sufficient to stabilize it (->d_lock on...