CVE-2026-80591
Linux · Kernel
A vulnerability in the Linux kernel f2fs filesystem driver allows for improper validation of corrupted xattr entries, which may lead to memory corruption or system instability.
Executive summary
A memory corruption vulnerability in the Linux kernel f2fs filesystem driver could allow a local attacker to achieve elevated privileges or cause a system crash.
Vulnerability
The f2fs_listxattr function fails to properly validate extended attribute (xattr) entries before processing them. An attacker with local access can trigger this flaw by supplying a crafted filesystem image, potentially leading to unauthorized memory access or denial of service.
Business impact
The vulnerability carries a CVSS score of 7.8, indicating a high severity risk. While it requires local access, the potential for privilege escalation or system-wide denial of service poses a significant threat to server availability and data integrity. Organizations relying on f2fs-formatted storage media are at the highest risk.
Remediation
Immediate Action: Update the Linux kernel to the patched versions (5.10.261, 5.15.212, 6.1.178, 6.6.145 or later) provided by your distribution vendor.
Proactive Monitoring: Monitor system logs for kernel panic events or filesystem-related errors that may indicate an attempt to exploit corrupted metadata.
Compensating Controls: Restrict physical access to systems using f2fs partitions and implement strict policies regarding the mounting of untrusted or external storage devices.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the high CVSS score and the nature of kernel-level vulnerabilities, immediate patching is recommended for all affected environments. Administrators should prioritize updating systems that utilize the f2fs filesystem, particularly those that handle external or untrusted storage media, to mitigate the risk of local exploitation.