All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-74361
NONEpublished 2026-08-15 06:22 UTC · 3 days ago
CVSS / 10
// 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).