CVE-2024-40980
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:19
- Zuletzt bearbeitet 03.11.2025 22:17:19
In the Linux kernel, the following vulnerability has been resolved: drop_monitor: replace spin_lock by raw_spin_lock trace_drop_common() is called with preemption disabled, and it acquires a spin_lock. This is problematic for RT kernels because spi...
CVE-2024-40981
- EPSS 0%
- Veröffentlicht 12.07.2024 13:15:19
- Zuletzt bearbeitet 03.11.2025 22:17:20
In the Linux kernel, the following vulnerability has been resolved: batman-adv: bypass empty buckets in batadv_purge_orig_ref() Many syzbot reports are pointing to soft lockups in batadv_purge_orig_ref() [1] Root cause is unknown, but we can avoid...
CVE-2024-40983
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:19
- Zuletzt bearbeitet 03.11.2025 22:17:20
In the Linux kernel, the following vulnerability has been resolved: tipc: force a dst refcount before doing decryption As it says in commit 3bc07321ccc2 ("xfrm: Force a dst refcount before entering the xfrm type handlers"): "Crypto requests might ...
CVE-2024-40984
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:19
- Zuletzt bearbeitet 03.11.2025 22:17:20
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." Undo the modifications made in commit d410ee5109a1 ("ACPICA: avoid "Info: mapping multiple BARs. Yo...
CVE-2024-40960
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:17
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL dereference in rt6_probe() syzbot caught a NULL dereference in rt6_probe() [1] Bail out if __in6_dev_get() returns NULL. [1] Oops: general protection...
CVE-2024-40961
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:18
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL deref in fib6_nh_init() syzbot reminds us that in6_dev_get() can return NULL. fib6_nh_init() ip6_validate_gw( &idev ) ip6_route_check_nh(...
CVE-2024-40962
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 07.01.2025 16:10:10
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes Shin'ichiro reported that when he's running fstests' test-case btrfs/167 on emulated zoned devices, he's seeing th...
CVE-2024-40963
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 03.11.2025 22:17:18
In the Linux kernel, the following vulnerability has been resolved: mips: bmips: BCM6358: make sure CBR is correctly set It was discovered that some device have CBR address set to 0 causing kernel panic when arch_sync_dma_for_cpu_all is called. Th...
CVE-2024-40964
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 21.11.2024 09:31:57
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() The cs35l41_hda_unbind() function clears the hda_component entry matching it's index and then derefere...
CVE-2024-40965
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:18
- Zuletzt bearbeitet 09.12.2024 13:10:01
In the Linux kernel, the following vulnerability has been resolved: i2c: lpi2c: Avoid calling clk_get_rate during transfer Instead of repeatedly calling clk_get_rate for each transfer, lock the clock rate and cache the value. A deadlock has been ob...