Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 14.05.2024 15:12:26
  • Zuletzt bearbeitet 08.04.2025 19:42:11

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Add missing skb_mark_for_recycle Notice that skb_mark_for_recycle() is introduced later than fixes tag in commit 6a5bcd84e886 ("page_pool: Allow drivers to hint on SK...

  • EPSS 0.11%
  • Veröffentlicht 14.05.2024 14:23:13
  • Zuletzt bearbeitet 18.09.2025 17:01:35

In the Linux kernel, the following vulnerability has been resolved: io_uring/af_unix: disable sending io_uring over sockets File reference cycles have caused lots of problems for io_uring in the past, and it still doesn't work exactly right and rac...

  • EPSS 0.01%
  • Veröffentlicht 14.05.2024 14:23:13
  • Zuletzt bearbeitet 18.09.2025 17:08:40

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeof(u64) the value passed to skb_trim() as length will wrap around ending u...

  • EPSS 0.01%
  • Veröffentlicht 14.05.2024 14:23:13
  • Zuletzt bearbeitet 23.12.2025 18:56:05

In the Linux kernel, the following vulnerability has been resolved: io_uring: drop any code related to SCM_RIGHTS This is dead code after we dropped support for passing io_uring fds over SCM_RIGHTS, get rid of it.

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 18:15:08
  • Zuletzt bearbeitet 19.09.2025 14:55:29

In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with differen...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 18:15:08
  • Zuletzt bearbeitet 19.09.2025 14:44:56

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: add a force flush to delay work when radeon Although radeon card fence and wait for gpu to finish processing current batch rings, there is still a corner case that rade...

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 18:15:08
  • Zuletzt bearbeitet 19.09.2025 14:43:59

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix crash in chip reset fail In case of drv own fail in reset, we may need to run mac_reset several times. The sequence would trigger system crash as the log b...

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 16:15:08
  • Zuletzt bearbeitet 08.04.2025 15:50:44

In the Linux kernel, the following vulnerability has been resolved: regmap: spi: Reserve space for register address/padding Currently the max_raw_read and max_raw_write limits in regmap_spi struct do not take into account the additional size of the...

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 16:15:08
  • Zuletzt bearbeitet 08.04.2025 15:47:37

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a use-after-free Fix the following use-after-free complaint triggered by blktests nvme/004: BUG: KASAN: user-memory-access in blk_mq_complete_request_remote+0xac/0x350 ...

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 16:15:08
  • Zuletzt bearbeitet 08.04.2025 15:46:37

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. Fix ...