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...
CVE-2024-42073
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems The following two shared buffer operations make use of the Shared Buffer Status Register (SBSR): # devlink s...
CVE-2024-42074
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 21.11.2024 09:33:32
In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp: add a null check for chip_pdev structure When acp platform device creation is skipped, chip->chip_pdev value will remain NULL. Add NULL check for chip->chip_pdev st...
CVE-2024-42075
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 21.11.2024 09:33:32
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix remap of arena. The bpf arena logic didn't account for mremap operation. Add a refcnt for multiple mmap events to prevent use-after-free in arena_vm_close.
CVE-2024-42076
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: Initialize unused data in j1939_send_one() syzbot reported kernel-infoleak in raw_recvmsg() [1]. j1939_send_one() creates full frame including unused data, but it ...
CVE-2024-41086
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 09.10.2025 18:00:35
In the Linux kernel, the following vulnerability has been resolved: bcachefs: Fix sb_field_downgrade validation - bch2_sb_downgrade_validate() wasn't checking for a downgrade entry extending past the end of the superblock section - for_each_down...
CVE-2024-41087
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:32
In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ata_port_alloc() call in ata_host_alloc() fails, we will jump to the err_out label, which will call devres_release_group(). d...
CVE-2024-41088
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:32
In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: fix infinite loop when xmit fails When the mcp251xfd_start_xmit() function fails, the driver stops processing messages, and the interrupt routine does not return, r...
CVE-2024-41089
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:32
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes In nv17_tv_get_hd_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead ...
CVE-2024-41092
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:04
- Zuletzt bearbeitet 03.11.2025 22:17:33
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Fix potential UAF by revoke of fence registers CI has been sporadically reporting the following issue triggered by igt@i915_selftest@live@hangcheck on ADL-P and simila...