GHSA-597p-qxfw-c3vgCriticalCVSS 9.8

In the Linux kernel, the following vulnerability has been resolved: nvme: fix FDP fdpcidx bounds...

Published
August 15, 2026
Last Modified
August 17, 2026

🔗 CVE IDs covered (1)

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

🔗 References (5)