AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74361

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

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