Description
In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix listxattr handling of corrupted xattr entries

Validate the xattr entry before reading its fields in f2fs_listxattr().
Return -EFSCORRUPTED when the entry is outside the valid xattr storage
area instead of returning a successful partial result.
Published: 2026-08-28
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Potential local denial of service or data corruption due to unvalidated extended-attribute entries
Action: Apply Kernel Patch
AI Analysis

Impact

f2fs, the Linux file system, implements the listxattr operation without verifying that an‑attribute entry is located within the valid metadata area. If a corrupted entry points outside this area, the operation reads memory beyond its intended bounds, which may return corrupted data or trigger an error condition. The recent commit introduces a validation step that checks the entry’s bounds and returns –EFSCORRUPTED instead of a partial success, preventing the out‑of‑bounds read but not restoring previously returned data.

Affected Systems

Any Linux kernel that ships with the f2fs filesystem and does not yet contain the bounds‑checking commit is affected. This condition applies to all builds that include f2fs and that mount or operate on f2fs‑formatted volumes. Systems using other filesystems or patched kernels are not impacted.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity. The EPSS score of <1% suggests that, as of this analysis, the likelihood of exploitation is low. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector is an attacker able to create or inject corrupted extended-attribute data on an f2fs volume, such as through a device-based attack or local privilege. The risk manifests as a local denial of service or data corruption when the listxattr operation encounters malformed entries.

Generated by OpenCVE AI on August 31, 2026 at 13:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the f2fs_listxattr bounds‑check commit.
  • If an immediate kernel upgrade is not feasible, avoid mounting critical f2fs volumes or switch them to a different, un‑vulnerable filesystem type.
  • Continuously monitor system logs for f2fs‑related errors or crashes and schedule regular filesystem checks on f2fs volumes when corruption is suspected.

Generated by OpenCVE AI on August 31, 2026 at 13:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8726-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8727-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8728-1 Linux kernel (GCP) vulnerabilities
Ubuntu USN Ubuntu USN USN-8760-1 Linux kernel (NVIDIA) vulnerabilities
History

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 29 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 28 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: f2fs: fix listxattr handling of corrupted xattr entries Validate the xattr entry before reading its fields in f2fs_listxattr(). Return -EFSCORRUPTED when the entry is outside the valid xattr storage area instead of returning a successful partial result.
Title f2fs: fix listxattr handling of corrupted xattr entries
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-29T06:21:06.412Z

Reserved: 2026-08-26T14:34:25.770Z

Link: CVE-2026-80591

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:42.693

Modified: 2026-08-29T07:16:44.307

Link: CVE-2026-80591

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80591 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T14:00:19Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read