Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-43432

5.5 · MEDIUM
Published May 8, 2026 linux CWE-401 EPSS 0.12% (2th pctl)

Overview

CVE-2026-43432 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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 resea

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.19.221, < 4.20 Affected

Frequently Asked Questions

What is CVE-2026-43432?

CVE-2026-43432 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-43432?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-43432?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-43432?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43432 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.