HOMEVULNERABILITIESCVE-2026-43432
NONE

CVE-2026-43432

Published: May 8, 2026· Updated: May 12, 2026

EPSS:0.03%probability of exploitation in 30 daysPercentile:8.8th

Official Description

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

usb: xhci: Fix memory leak in xhci_disable_slot()

xhci_alloc_command() allocates a command structure and, when the

second argument is true, also allocates a completion structure.

Currently, the error handling path in xhci_disable_slot() only frees

the command structure using kfree(), causing the completion structure

to leak.

Use xhci_free_command() instead of kfree(). xhci_free_command() correctly

frees both the command structure and the associated completion structure.

Since the command structure is allocated with zero-initialization,

command->in_ctx is NULL and will not be erroneously freed by

xhci_free_command().

This bug was found using an experimental static analysis tool we are

developing. The tool is based on the LLVM framework and is specifically

designed to detect memory management issues. It is currently under

active development and not yet publicly available, but we plan to

open-source it after our research is published.

The bug was originally detected on v6.13-rc1 using our static analysis

tool, and we have verified that the issue persists in the latest mainline

kernel.

We performed build testing on x86_64 with allyesconfig using GCC=11.4.0.

Since triggering these error paths in xhci_disable_slot() requires specific

hardware conditions or abnormal state, we were unable to construct a test

case to reliably trigger these specific error paths at runtime.

NVD Source

Technical Analysis

CVE-2026-43432 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (8)

Quick Facts

CVE IDCVE-2026-43432
SeverityNONE
CISA KEVNo
EPSS (30d)0.03%
PublishedMay 8, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43432 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.