CVE-2026-74361
Received Received - Intake

NVMe FDP fdpcidx Bounds Check Vulnerability

Vulnerability report for CVE-2026-74361, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a bounds check error in the NVMe driver's FDP (Flexible Data Placement) feature. The code incorrectly uses a greater-than (>) comparison instead of greater-than-or-equal-to (>=) when validating the fdp_idx value. This allows fdp_idx to exceed the valid range, potentially leading to out-of-bounds memory access.

Detection Guidance

This vulnerability is specific to the Linux kernel's NVMe driver and requires kernel-level inspection. Detection involves checking the kernel version and NVMe driver code for the bounds check issue. Use commands like 'uname -a' to check kernel version and 'dmesg | grep nvme' to inspect NVMe driver logs. If the kernel version is vulnerable, patching is required.

Impact Analysis

This vulnerability could allow an attacker with local access to cause a denial-of-service (system crash) or potentially execute arbitrary code with kernel privileges. It may also lead to data corruption or unauthorized access to sensitive information on systems using affected NVMe devices.

Compliance Impact

This vulnerability in the Linux kernel's nvme FDP fdpcidx bounds check could potentially lead to memory corruption or incorrect data handling if exploited. While not directly tied to GDPR or HIPAA, such vulnerabilities may impact compliance by compromising data integrity or confidentiality if they affect systems processing sensitive data. However, no specific compliance impact is detailed in the provided context.

Mitigation Strategies

Immediately update the Linux kernel to a patched version that resolves the NVMe FDP fdpcidx bounds check issue. Monitor vendor advisories for kernel updates and apply them promptly. If immediate patching is not possible, consider disabling NVMe FDP features if not critical to operations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74361. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart