CyberRota Analysis
AI-GeneratedA bounds check vulnerability in the Linux kernel's NVMe subsystem allows for the acceptance of an out-of-bounds index, specifically when the fdp_idx equals NUMFDPC + 1. This could potentially lead to unauthorized access or manipulation of memory, impacting system stability and security. Linux administrators and developers should prioritize this issue to ensure the integrity of their systems and prevent exploitation.
CVE
CVE-2026-74361
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux
Original NVD 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).