3 matches found
EUVD-2023-60151
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfsmdtgetblock If the disk image that nilfs2 mounts is corrupted and a virtual block address obtained by block lookup for a metadata file is invalid, nilfsbmaplookupatlevel may return the same...
CVE-2023-53845 nilfs2: fix infinite loop in nilfs_mdt_get_block()
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfsmdtgetblock If the disk image that nilfs2 mounts is corrupted and a virtual block address obtained by block lookup for a metadata file is invalid, nilfsbmaplookupatlevel may return the same...
CVE-2023-53845
CVE-2023-53845 affects the Linux kernel nilfs2 subsystem. When mounting a disk image where a metadata file’s block lookup yields an invalid virtual address, nilfs_bmap_lookup_at_level() could return the same -ENOENT code as a non-existent block, causing nilfs_mdt_get_block() to loop indefinitely ...