Security Advisory

CVE-2026-74361

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-15 05:58:44
Last updated 2026-08-15 05:58:44
Assigner Linux
CVSS score not scored
State PUBLISHED

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