Vulnerability 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 Score
CRITICAL
References
- https://git.kernel.org/stable/c/0967074f6830718fd2597404ef119bddd0dbfd00
- https://git.kernel.org/stable/c/5d0e7d2af884b91329235abb16652ae4eead8079
- https://git.kernel.org/stable/c/5e406928404d67a8da8aa3ae21732e1ea1a04118
FAQ
What is CVE-2026-74361?
CVE-2026-74361 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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 f...
How severe is CVE-2026-74361?
CVE-2026-74361 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-74361?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.