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

nvme: fix FDP fdpcidx bounds check

The fdpcidx bounds check sets n = NUMFDPC + 1 but used > instead of >=,
incorrectly accepting fdp_idx when it equals n (i.e. NUMFDPC + 1).
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The NVMe driver in the Linux kernel contains a bounds‑check bug for the fdp_idx field. The code sets the maximum valid index to NUMFDPC + 1 but uses a greater‑than comparison instead of greater‑than‑or‑equal, incorrectly allowing an index equal to the maximum to pass validation. When that out‑of‑bounds index is subsequently used to address an internal array, the driver can read or write outside the bounds, corrupting kernel memory and possibly causing a kernel crash or loss of service.

Affected Systems

All Linux kernel releases that contain the default NVMe driver before the bug‑fix commits are affected. The CNA does not list specific version numbers, so every kernel version shipping the unpatched NVMe code is potentially vulnerable until the update is applied.

Risk and Exploitability

With a CVSS score of 9.8 and an EPSS score of <1%, the likelihood of active exploitation is low and the vulnerability is not currently listed in the CISA KEV catalog. Based on the description, it is inferred that the likely attack vector is a local interaction with the NVMe driver to supply an out‑of‑bounds index. Successful exploitation would lead to kernel memory corruption and a denial of service but does not, as described, provide a path to privilege escalation.

Generated by OpenCVE AI on August 22, 2026 at 03:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the CVE-2026-74361 patch to fix the out‑of‑bounds check (CWE‑125)
  • Reboot the system to load the updated driver and ensure it is no longer using the vulnerable code
  • Continuously monitor kernel logs, such as dmesg or /var/log/kern.log, for indications of crashes or memory corruption; investigate any observed incidents promptly

Generated by OpenCVE AI on August 22, 2026 at 03:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 01:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-20

Fri, 21 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-20

Mon, 17 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-20

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-20

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds check The fdpcidx bounds check sets n = NUMFDPC + 1 but used > instead of >=, incorrectly accepting fdp_idx when it equals n (i.e. NUMFDPC + 1).
Title nvme: fix FDP fdpcidx bounds check
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-17T05:46:20.518Z

Reserved: 2026-08-15T05:44:03.887Z

Link: CVE-2026-74361

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:37.677

Modified: 2026-08-17T06:19:30.857

Link: CVE-2026-74361

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74361 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T03:15:04Z

Weaknesses