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

nvme: validate FDP configuration descriptor sizes

Validate descriptor sizes while walking the FDP configurations log so
dsze == 0 or a descriptor past the log end cannot cause unbounded
iteration or reads past the buffer.
Published: 2026-09-24
Score: 8.2 High
EPSS: n/a
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The Linux kernel contains a flaw where descriptor sizes for FDP configuration logs are not properly validated. If a descriptor size is zero or the descriptor extends beyond the log end, the kernel can perform an unbounded iteration or read past the buffer. This out‑of‑bounds read can expose sensitive kernel memory or other data to a local attacker who can influence NVMe descriptor inputs, potentially leading to privileged information leakage.

Affected Systems

All Linux kernel builds that include the vulnerable FDP handling code are affected. No specific version ranges are listed, but the issue exists in any kernel that has not yet incorporated the newer commit snapshots linked in the references.

Risk and Exploitability

The CVSS score of 8.2 classifies this vulnerability as High. The EPSS score is not available, and it is not currently listed in CISA's KEV catalog. An attacker would need local or privileged access to manipulate NVMe descriptors or otherwise trigger the problematic code path. While the attack requires kernel execution capability, exploitation could lead to information disclosure with significant impact to confidentiality and system integrity.

Generated by OpenCVE AI on September 25, 2026 at 07:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the fix present in commit c0ef4daa6534a510d61ea67c8ad9bb5097b0dd5f8 or the later patch referenced in the advisory.
  • Run the distribution‑specific security update tool (such as yum/dnf, apt or zypper) to apply the latest kernel package that incorporates the vulnerability fix.
  • If an immediate kernel update is not possible, temporarily disable or remove NVMe driver support or restrict untrusted processes from accessing NVMe devices until a patched kernel is available.

Generated by OpenCVE AI on September 25, 2026 at 07:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 07:30:00 +0000

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

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

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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: nvme: validate FDP configuration descriptor sizes Validate descriptor sizes while walking the FDP configurations log so dsze == 0 or a descriptor past the log end cannot cause unbounded iteration or reads past the buffer.
Title nvme: validate FDP configuration descriptor sizes
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-25T05:10:33.823Z

Reserved: 2026-09-24T14:53:16.869Z

Link: CVE-2026-97433

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-25T05:17:05.327

Link: CVE-2026-97433

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T07:15:17Z

Weaknesses
  • CWE-125

    Out-of-bounds Read

  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor