Impact
When a corrupted inode on an ext2 filesystem has zero link count, a non‑zero mode and no deletion time, ext2_iget() fails to reject it. The kernel then proceeds to the VFS and triggers a WARN_ON in drop_nlink() during unlink, rename or rmdir. Repeated execution of these paths can destabilise the kernel and eventually lead to a crash, resulting in denial of service.
Affected Systems
All Linux kernel versions that use the ext2 filesystem before the advertised fix are affected. The issue appears in the ext2 subsystem of the kernel, so any host that mounts ext2 or ext3 partitions with such corrupted inodes could be impacted.
Risk and Exploitability
The exploit requires a crafted ext2 image that contains a malformed inode. An attacker with the ability to control the contents of such an image or who can mount a malicious filesystem locally can trigger the warning. The EPSS score is not available and the vulnerability is not in the CISA KEV catalog. While the probability of exploitation is uncertain, the impact of a kernel panic makes the risk significant for systems that cannot immediately apply the patch.
OpenCVE Enrichment