CVE-2024-40904
- EPSS 0.29%
- 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...
CVE-2024-40905
- EPSS 0.27%
- Veröffentlicht 12.07.2024 13:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:59
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...
CVE-2024-39494
- EPSS 0.31%
- Veröffentlicht 12.07.2024 13:15:12
- Zuletzt bearbeitet 04.08.2026 11:19:00
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...
CVE-2024-39495
- EPSS 0.33%
- Veröffentlicht 12.07.2024 13:15:12
- Zuletzt bearbeitet 03.11.2025 22:17:04
In the Linux kernel, the following vulnerability has been resolved: greybus: Fix use-after-free bug in gb_interface_release due to race condition. In gb_interface_create, &intf->mode_switch_completion is bound with gb_interface_mode_switch_work. Th...
CVE-2024-39499
- EPSS 0.3%
- Veröffentlicht 12.07.2024 13:15:12
- Zuletzt bearbeitet 03.11.2025 22:17:05
In the Linux kernel, the following vulnerability has been resolved: vmci: prevent speculation leaks by sanitizing event in event_deliver() Coverity spotted that event_msg is controlled by user-space, event_msg->event_data.event is passed to event_d...
CVE-2024-39500
- EPSS 0.22%
- Veröffentlicht 12.07.2024 13:15:12
- Zuletzt bearbeitet 04.08.2026 11:19:01
In the Linux kernel, the following vulnerability has been resolved: sock_map: avoid race between sock_map_close and sk_psock_put sk_psock_get will return NULL if the refcount of psock has gone to 0, which will happen when the last call of sk_psock_...
- EPSS 0.2%
- Veröffentlicht 12.07.2024 13:15:12
- Zuletzt bearbeitet 10.05.2025 15:15:58
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-39506
- EPSS 0.29%
- Veröffentlicht 12.07.2024 13:15:12
- Zuletzt bearbeitet 03.11.2025 22:17:06
In the Linux kernel, the following vulnerability has been resolved: liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet In lio_vf_rep_copy_packet() pg_info->page is compared to a NULL value, but then it is unconditionally passed...
CVE-2024-39489
- EPSS 0.24%
- Veröffentlicht 10.07.2024 08:15:11
- Zuletzt bearbeitet 12.05.2026 12:16:56
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6_hmac_init_algo seg6_hmac_init_algo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the cr...
CVE-2024-39490
- EPSS 0.22%
- Veröffentlicht 10.07.2024 08:15:11
- Zuletzt bearbeitet 24.03.2025 17:23:25
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing sk_buff release in seg6_input_core The seg6_input() function is responsible for adding the SRH into a packet, delegating the operation to the seg6_input_core(...