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

f2fs: validate inline dentry name lengths before conversion

Inline dentry conversion copies names out of the inline dentry area
before checking that each recorded name length fits in the available
filename slots.

A corrupted image can therefore make the conversion path read past
the inline filename storage while building the regular dentry block.

Validate each inline dentry name length against the inline filename
area before copying it.
Published: 2026-09-24
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory corruption that can lead to a crash or information disclosure
Action: Patch
AI Analysis

Impact

The flaw resides in the f2fs file system of the Linux kernel where, during the conversion of inline dentries, file names are copied before the kernel verifies that their recorded lengths fit within the allocated filename slots. This omission causes a buffer overread that may expose kernel memory contents or destabilize the system by triggering a crash. The weakness manifests as a bounds‑check failure that could, if exploited, compromise confidentiality and availability of kernel data.

Affected Systems

All Linux kernel releases that include f2fs support are potentially impacted. No specific kernel version numbers are cited, so any kernel build lacking the recent patch that validates inline dentry name lengths remains vulnerable. System administrators should examine whether their running kernel contains f2fs code and whether it incorporates the proposed validation change.

Risk and Exploitability

The CVSS score of 7.1 indicates moderate severity, and EPSS score is not available, so exploitation likelihood has not been quantified. The vulnerability is not listed in the CISA KEV catalog, indicating no documented large‑scale exploitation at this time. Based on the description, it is inferred that a local attacker with control over the creation of a corrupted f2fs image could trigger the conversion routine, enabling the overread. The attack vector therefore requires local access to the kernel’s file system handling code, and the impact could be kernel‑level information disclosure or instability.

Generated by OpenCVE AI on September 25, 2026 at 09:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the inline dentry name length validation patch.
  • Disallow or restrict mounting of untrusted or suspicious f2fs volumes until the patch is applied.
  • Apply mandatory access controls (SELinux, AppArmor) or other confinement mechanisms to limit the kernel’s ability to expose memory when interacting with f2fs partitions.

Generated by OpenCVE AI on September 25, 2026 at 09:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125

Fri, 25 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125

Fri, 25 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: f2fs: validate inline dentry name lengths before conversion Inline dentry conversion copies names out of the inline dentry area before checking that each recorded name length fits in the available filename slots. A corrupted image can therefore make the conversion path read past the inline filename storage while building the regular dentry block. Validate each inline dentry name length against the inline filename area before copying it.
Title f2fs: validate inline dentry name lengths before conversion
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-09-25T12:43:24.802Z

Reserved: 2026-09-18T17:59:28.791Z

Link: CVE-2026-93816

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:15.120

Modified: 2026-09-25T13:17:22.463

Link: CVE-2026-93816

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T10:00:16Z

Weaknesses

No weakness.