CVE-2024-42077
- EPSS 0.23%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix DIO failure due to insufficient transaction credits The code in ocfs2_dio_end_io_write() estimates number of necessary transaction credits using ocfs2_calc_extend_credit...
CVE-2024-42079
- EPSS 0.27%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 14.07.2026 13:17:09
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix NULL pointer dereference in gfs2_log_flush In gfs2_jindex_free(), set sdp->sd_jdesc to NULL under the log flush lock to provide exclusion against gfs2_log_flush(). In gf...
CVE-2024-42080
- EPSS 0.23%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: RDMA/restrack: Fix potential invalid address access struct rdma_restrack_entry's kern_name was set to KBUILD_MODNAME in ib_create_cq(), while if the module exited but forgot del th...
CVE-2024-42082
- EPSS 0.25%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:03
In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN() from __xdp_reg_mem_model() syzkaller reports a warning in __xdp_reg_mem_model(). The warning occurs only if __mem_id_init_hash_table() returns an error. It retu...
CVE-2024-42063
- EPSS 0.22%
- 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-42068
- EPSS 0.23%
- 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.22%
- 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.28%
- 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-42073
- EPSS 0.22%
- 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-42076
- EPSS 0.23%
- 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 ...