Skip to main content

Linux Kernel CVE-2026-31523

| EUVDEUVD-2026-24911 MEDIUM
Time-of-check Time-of-use (TOCTOU) Race Condition (CWE-367)
2026-04-22 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-gvcv-rjfq-gg9g
4.7
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.7 MEDIUM
AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
SUSE
MEDIUM
qualitative
Red Hat
5.5 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

7
Analysis Generated
Apr 28, 2026 - 18:22 vuln.today
CVSS changed
Apr 28, 2026 - 18:22 NVD
4.7 (MEDIUM)
Patch released
Apr 28, 2026 - 18:09 nvd
Patch available
Patch available
Apr 22, 2026 - 16:33 EUVD
EUVD ID Assigned
Apr 22, 2026 - 14:22 euvd
EUVD-2026-24911
Analysis Generated
Apr 22, 2026 - 14:22 vuln.today
CVE Published
Apr 22, 2026 - 14:16 nvd
MEDIUM 4.7

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

nvme-pci: ensure we're polling a polled queue

A user can change the polled queue count at run time. There's a brief window during a reset where a hipri task may try to poll that queue before the block layer has updated the queue maps, which would race with the now interrupt driven queue and may cause double completions.

AnalysisAI

Double completions in NVMe-PCI polled queue handling occur when a high-priority task attempts to poll a queue during kernel reset before block layer queue maps are updated, causing race conditions between interrupt-driven and polled I/O paths. Affects Linux kernel versions before 5.10.253, 5.15.203, 6.1.168, 6.6.131, 6.12.80, 6.18.21, 6.19.11, and 7.0-rc2, requiring local authentication and high attack complexity to trigger. No public exploit identified, but vendor-released patches are available across all affected stable and development branches.

Technical ContextAI

The vulnerability resides in the nvme-pci driver's queue polling mechanism within the Linux kernel's NVMe subsystem. NVMe supports two completion processing modes: interrupt-driven (legacy) and polled (high-priority, lower-latency). The vulnerability is triggered during kernel reset operations when the polled queue count can be dynamically modified via sysfs at runtime. A race condition (CWE-367: Improper Synchronization) occurs in the brief window before the block layer's queue maps reflect the configuration change. A high-priority I/O (hipri) task attempting to poll a queue during this window may race with an interrupt-driven completion handler on the same queue, resulting in double completion events where a single I/O request is completed twice-once via polling and once via interrupt handler-corrupting request tracking and causing potential data loss or system instability.

RemediationAI

Update Linux kernel to patched versions: 5.10.253 or later for 5.10.x branch, 5.15.203 or later for 5.15.x, 6.1.168 or later for 6.1.x, 6.6.131 or later for 6.6.x, 6.12.80 or later for 6.12.x, 6.18.21 or later for 6.18.x, 6.19.11 or later for 6.19.x, or 7.0-rc2 or later for development versions. Apply fixes from kernel.org stable branch commits 0685dd9c, 166e31d7, 6f12734c, 965e2c94, acbc72dd, b222680b, b96c7b25, or ba167d59 corresponding to your kernel version. No workarounds are available short of patching; avoid runtime modification of polled queue counts (via /sys/module/nvme/parameters/poll_queues) on production systems until patched. Verify NVMe driver functionality post-update, particularly I/O completion under load, to ensure the synchronization fix resolves any pending issues.

Vendor StatusVendor

SUSE

Severity: Medium
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Performance Computing 15 SP7 Fixed

Share

CVE-2026-31523 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy