- EPSS 0.04%
- Published 10.07.2025 08:15:14
- Last modified 28.08.2025 15:15:48
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on ino and xnid syzbot reported a f2fs bug as below: INFO: task syz-executor140:5308 blocked for more than 143 seconds. Not tainted 6.14.0-rc7-s...
- EPSS 0.04%
- Published 10.07.2025 08:15:13
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: ACPICA: fix acpi operand cache leak in dswstate.c ACPICA commit 987a3b5cf7175916e2a4b6ea5b8e70f830dfe732 I found an ACPI cache leak in ACPI early termination and boot continuing c...
- EPSS 0.03%
- Published 10.07.2025 08:15:12
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: drop fragments with multicast or broadcast RA IEEE 802.11 fragmentation can only be applied to unicast frames. Therefore, drop fragments with multicast or broad...
- EPSS 0.04%
- Published 10.07.2025 08:15:12
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: ACPICA: fix acpi parse and parseext cache leaks ACPICA commit 8829e70e1360c81e7a5a901b5d4f48330e021ea5 I'm Seunghun Han, and I work for National Security Research Institute of Sou...
- EPSS 0.04%
- Published 10.07.2025 08:15:11
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: software node: Correct a OOB check in software_node_get_reference_args() software_node_get_reference_args() wants to get @index-th element, so the property value requires at least ...
- EPSS 0.03%
- Published 10.07.2025 08:15:10
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix OOB memory read access in KUnit test KASAN reported out of bounds access - cs_dsp_mock_bin_add_name_or_info(), because the source string length was rounded up...
- EPSS 0.03%
- Published 10.07.2025 08:15:10
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: avoid double free when failing to DMA-map FW msg The semantics are that caller of fbnic_mbx_map_msg() retains the ownership of the message on error. All existing caller...
- EPSS 0.03%
- Published 10.07.2025 08:15:09
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio() Sometimes, when a file was read while it was being truncated by another NFS client, the kernel could deadlock because...
- EPSS 0.03%
- Published 10.07.2025 08:15:09
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: fix JIT code size calculation of bpf trampoline arch_bpf_trampoline_size() provides JIT size of the BPF trampoline before the buffer for JIT'ing it is allocated. The t...
- EPSS 0.04%
- Published 10.07.2025 08:15:08
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata() Since handle->h_transaction may be a NULL pointer, so we should change it to call is_handle_aborted(handle) ...