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

xhci: Prevent queuing new commands if xhci is inaccessible

Refuse to queue a new command on the command ring if xHC is marked
inaccessible with the HCD_FLAG_HW_ACCESSIBLE.

HCD_FLAG_HW_ACCESSIBLE is set and cleared in suspend and resume.

Also print a warning if xhci is being suspended with commands
still pending on the command ring.
Published: 2026-09-24
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Immediately
AI Analysis

Impact

The kernel bug prevents the USB xHCI controller from queuing new commands when the controller is marked unreachable during suspend or resume. Because the driver refuses to add commands to the ring while the hardware is inaccessible, USB devices become unresponsive and pending operations can stall the system, leading to a denial of service. The flaw is an improper handling of hardware state in the command queuing path documented as HCD_FLAG_HW_ACCESSIBLE.

Affected Systems

Linux kernels implementing the xHCI driver are affected, with the issue present in all current releases until the patch that adds the guard against queuing when the hardware flag is cleared is applied. The specific affected kernel versions are not enumerated in the advisory, but the patch appears in the stable series of the Linux kernel. Users of any Linux distribution running a kernel that has not yet incorporated this fix are at risk.

Risk and Exploitability

The vulnerability has no publicly available exploits and no EPSS score, and it is not listed in the CISA KEV catalog. The assumption from the description is that an attacker must have local or elevated privileges to interact with the kernel device driver directly, making the attack vector local. The consequence is a denial of service, potentially disrupting USB device functionality. Although the impact is serious—system-wide USB interrupt may be blocked—the risk of exploitation is limited to environments where privileged access is feasible. The CVSS score is not provided, so the severity level must be inferred from the described denial of service effect.

Generated by OpenCVE AI on September 25, 2026 at 02:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the patch preventing command queuing when the xHCI controller is inaccessible
  • After updating, reboot the system to ensure the new kernel is active and the flag guard is operational
  • If the patch is not immediately available, avoid suspending USB devices while there are pending command operations; check background processes that may submit USB requests during suspend
  • Monitor dmesg or system logs for the warning that indicates the controller was being suspended with pending commands, and correct background activity to eliminate the warning

Generated by OpenCVE AI on September 25, 2026 at 02:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665
CWE-770

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: xhci: Prevent queuing new commands if xhci is inaccessible Refuse to queue a new command on the command ring if xHC is marked inaccessible with the HCD_FLAG_HW_ACCESSIBLE. HCD_FLAG_HW_ACCESSIBLE is set and cleared in suspend and resume. Also print a warning if xhci is being suspended with commands still pending on the command ring.
Title xhci: Prevent queuing new commands if xhci is inaccessible
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T12:44:06.668Z

Reserved: 2026-09-24T14:53:16.869Z

Link: CVE-2026-97430

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:21.017

Modified: 2026-09-25T13:17:26.640

Link: CVE-2026-97430

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T03:00:09Z

Weaknesses
  • CWE-665

    Improper Initialization

  • CWE-770

    Allocation of Resources Without Limits or Throttling