CVE-2024-36007
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:47
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all...
CVE-2024-36008
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:47
In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in ip_route_use_hint() syzbot was able to trigger a NULL deref in fib_validate_source() in an old tree [1]. It appears the bug exists in latest trees. A...
CVE-2024-36009
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 23.09.2025 18:47:09
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix netdev refcount issue The dev_tracker is added to ax25_cb in ax25_bind(). When the ax25 device is detaching, the dev_tracker of ax25_cb should be deallocated in ax25_kill...
CVE-2024-35988
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:45
In the Linux kernel, the following vulnerability has been resolved: riscv: Fix TASK_SIZE on 64-bit NOMMU On NOMMU, userspace memory can come from anywhere in physical RAM. The current definition of TASK_SIZE is wrong if any RAM exists above 4G, cau...
CVE-2024-35989
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:13
- Zuletzt bearbeitet 04.04.2025 14:32:40
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. Howeve...
CVE-2024-35990
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:46
In the Linux kernel, the following vulnerability has been resolved: dma: xilinx_dpdma: Fix locking There are several places where either chan->lock or chan->vchan.lock was not held. Add appropriate locking. This fixes lockdep warnings like [ 31....
CVE-2024-35995
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:13
- Zuletzt bearbeitet 24.09.2025 18:21:27
In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Use access_width over bit_width for system memory accesses To align with ACPI 6.3+, since bit_width can be any 8-bit value, it cannot be depended on to be always on a c...
CVE-2024-35997
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:46
In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up The flag I2C_HID_READ_PENDING is used to serialize I2C operations. However, this is not necessary, because I2C cor...
CVE-2024-35973
- EPSS 0.01%
- Veröffentlicht 20.05.2024 10:15:12
- Zuletzt bearbeitet 12.05.2026 12:16:44
In the Linux kernel, the following vulnerability has been resolved: geneve: fix header validation in geneve[6]_xmit_skb syzbot is able to trigger an uninit-value in geneve_xmit() [1] Problem : While most ip tunnel helpers (like ip_tunnel_get_dsfie...
CVE-2024-35976
- EPSS 0.01%
- Veröffentlicht 20.05.2024 10:15:12
- Zuletzt bearbeitet 12.05.2026 12:16:44
In the Linux kernel, the following vulnerability has been resolved: xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING syzbot reported an illegal copy in xsk_setsockopt() [1] Make sure to validate setsockopt() @optlen parameter. [1] B...