CVE-2025-38716
- EPSS 0.02%
- Veröffentlicht 04.09.2025 15:33:10
- Zuletzt bearbeitet 25.11.2025 22:07:21
In the Linux kernel, the following vulnerability has been resolved: hfs: fix general protection fault in hfs_find_init() The hfs_find_init() method can trigger the crash if tree pointer is NULL: [ 45.746290][ T9787] Oops: general protection faul...
- EPSS 0.05%
- Veröffentlicht 04.09.2025 15:33:09
- Zuletzt bearbeitet 03.11.2025 18:16:37
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%
- Veröffentlicht 04.09.2025 15:33:09
- Zuletzt bearbeitet 03.11.2025 18:16:37
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%
- Veröffentlicht 04.09.2025 15:33:03
- Zuletzt bearbeitet 03.11.2025 18:16:36
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%
- Veröffentlicht 04.09.2025 15:33:02
- Zuletzt bearbeitet 03.11.2025 18:16:36
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%
- Veröffentlicht 04.09.2025 15:33:01
- Zuletzt bearbeitet 03.11.2025 18:16:36
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...
CVE-2025-38710
- EPSS 0.02%
- Veröffentlicht 04.09.2025 15:33:00
- Zuletzt bearbeitet 25.11.2025 22:07:05
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.07%
- Veröffentlicht 04.09.2025 15:32:59
- Zuletzt bearbeitet 03.11.2025 18:16:36
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...
CVE-2025-38709
- EPSS 0.02%
- Veröffentlicht 04.09.2025 15:32:59
- Zuletzt bearbeitet 03.12.2025 20:00:20
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%
- Veröffentlicht 04.09.2025 15:32:58
- Zuletzt bearbeitet 03.11.2025 18:16:36
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.