3 matches found
EUVD-2026-71305
In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...
CVE-2026-80855
CVE-2026-80855 affects the Linux kernel FUSE filesystem. In fuse_open(), when a DAX truncate (O_TRUNC) triggers filemap_invalidate_lock(), a subsequent failure in fuse_dax_break_layouts() (e.g., returning -ERESTARTSYS after a signal interrupts the wait for busy DAX pages to drain) causes the code...
CVE-2023-53323
In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...