- EPSS 0.05%
- Published 04.09.2025 15:33:09
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() The hfsplus_bnode_read() method can trigger the issue: [ 174.852007][ T9784] =============================================...
- EPSS 0.05%
- Published 04.09.2025 15:33:09
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: hfs: fix slab-out-of-bounds in hfs_bnode_read() This patch introduces is_bnode_offset_valid() method that checks the requested offset value. Also, it introduces check_and_correct_r...
- EPSS 0.05%
- Published 04.09.2025 15:33:03
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() The hfsplus_readdir() method is capable to crash by calling hfsplus_uni2asc(): [ 667.121659][ T9805] ===================...
- EPSS 0.05%
- Published 04.09.2025 15:33:02
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file() When the volume header contains erroneous values that do not reflect the actual state of the filesystem, hfsplus_fil...
- EPSS 0.04%
- Published 04.09.2025 15:33:01
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: smb/server: avoid deadlock when linking with ReplaceIfExists If smb2_create_link() is called with ReplaceIfExists set and the name does exist then a deadlock will happen. ksmbd_vf...
- EPSS 0.03%
- Published 04.09.2025 15:33:00
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: gfs2: Validate i_depth for exhash directories A fuzzer test introduced corruption that ends up with a depth of 0 in dir_e_read(), causing an undefined shift by 32 at: index = ha...
- EPSS 0.08%
- Published 04.09.2025 15:32:59
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: drbd: add missing kref_get in handle_write_conflicts With `two-primaries` enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even if you write to...
- EPSS 0.03%
- Published 04.09.2025 15:32:59
- Last modified 02.10.2025 14:15:43
In the Linux kernel, the following vulnerability has been resolved: loop: Avoid updating block size under exclusive owner Syzbot came up with a reproducer where a loop device block size is changed underneath a mounted filesystem. This causes a mism...
- EPSS 0.04%
- Published 04.09.2025 15:32:58
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add sanity check for file name The length of the file name should be smaller than the directory entry size.
- EPSS 0.04%
- Published 04.09.2025 15:32:57
- Last modified 05.09.2025 17:47:24
In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime() snd_soc_remove_pcm_runtime() might be called with rtd == NULL which will leads to null pointer dereference. This w...