CVE-2024-36927
- EPSS 0.17%
- Veröffentlicht 30.05.2024 16:15:15
- Zuletzt bearbeitet 14.07.2026 13:17:08
In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in __ip_make_skb() KMSAN reported uninit-value access in __ip_make_skb() [1]. __ip_make_skb() tests HDRINCL to know if the skb has icmphdr. However, ...
CVE-2024-36907
- EPSS 0.04%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 26.05.2025 11:15:19
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-36908
- EPSS 0.23%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 03.11.2025 20:16:17
In the Linux kernel, the following vulnerability has been resolved: blk-iocost: do not WARN if iocg was already offlined In iocg_pay_debt(), warn is triggered if 'active_list' is empty, which is intended to confirm iocg is active when it has debt. ...
CVE-2024-36909
- EPSS 0.24%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:29
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted In CoCo VMs it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted(...
CVE-2024-36910
- EPSS 0.25%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:29
In the Linux kernel, the following vulnerability has been resolved: uio_hv_generic: Don't free decrypted memory In CoCo VMs it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such that an error i...
CVE-2024-36911
- EPSS 0.61%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:29
In the Linux kernel, the following vulnerability has been resolved: hv_netvsc: Don't free decrypted memory In CoCo VMs it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such that an error is ret...
CVE-2024-36914
- EPSS 0.25%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:30
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable [WHY] dynamic memory safety error detector (KASAN) catches and generates error messages "BUG: KASAN: slab-out-of-bounds"...
CVE-2024-36915
- EPSS 0.25%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:31
In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies syzbot reported unsafe calls to copy_from_sockptr() [1] Use copy_safe_from_sockptr() instead. [1] BUG: KASAN: slab-out-of-boun...
CVE-2024-36916
- EPSS 0.73%
- Veröffentlicht 30.05.2024 16:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:50
In the Linux kernel, the following vulnerability has been resolved: blk-iocost: avoid out of bounds shift UBSAN catches undefined behavior in blk-iocost, where sometimes iocg->delay is shifted right by a number that is too large, resulting in undef...
CVE-2024-36903
- EPSS 0.23%
- Veröffentlicht 30.05.2024 16:15:13
- Zuletzt bearbeitet 14.07.2026 13:17:08
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in __ip6_make_skb() As it was done in commit fc1092f51567 ("ipv4: Fix uninit-value access in __ip_make_skb()") for IPv4, check FLOWI_FLAG_KN...