CVE-2024-42063
- EPSS 0.03%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:34
In the Linux kernel, the following vulnerability has been resolved: bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode syzbot reported uninit memory usages during map_{lookup,delete}_elem. ========== BUG: KMSAN: uninit-value i...
CVE-2024-42064
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 21.11.2024 09:33:30
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly [why] Driver crashes when pipe idx not set properly [how] Add code to skip the pipe that idx not set properly
CVE-2024-42065
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 21.11.2024 09:33:31
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init Add an explicit check to ensure that the mgr is not NULL.
CVE-2024-42066
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 21.11.2024 09:33:31
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix potential integer overflow in page size calculation Explicitly cast tbo->page_alignment to u64 before bit-shifting to prevent overflow when assigning to min_page_size.
CVE-2024-42067
- EPSS 0.03%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 24.01.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro() set_memory_rox() can fail, leaving memory unprotected. Check return and bail out when bpf_jit_bin...
CVE-2024-42068
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:34
In the Linux kernel, the following vulnerability has been resolved: bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro() set_memory_ro() can fail, leaving memory unprotected. Check its return and take it into account as an er...
CVE-2024-42069
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 20:16:27
In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix possible double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function adev_release calls ...
CVE-2024-42070
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 12.05.2026 12:17:03
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers register store validation for NFT_DATA_VALUE is conditional, however, the datatype is always either N...
CVE-2024-42071
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 21.11.2024 09:33:31
In the Linux kernel, the following vulnerability has been resolved: ionic: use dev_consume_skb_any outside of napi If we're not in a NAPI softirq context, we need to be careful about how we call napi_consume_skb(), specifically we need to call it w...
CVE-2024-42072
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 01.05.2025 15:22:25
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix may_goto with negative offset. Zac's syzbot crafted a bpf prog that exposed two bugs in may_goto. The 1st bug is the way may_goto is patched. When offset is negative it sh...