CVE-2026-43432
Last modified
CVE-2026-43432 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.19.221, < 4.20 | — |
| Linux | Linux Kernel | >= 5.4.165, < 5.5 | — |
| Linux | Linux Kernel | >= 5.10.85, < 5.10.253 | — |
| Linux | Linux Kernel | >= 5.15.8, < 5.15.203 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.167 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.130 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.19 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43432?
How severe is CVE-2026-43432?
How do I fix CVE-2026-43432?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43426In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43427In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43428In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43429In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43430In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43431In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43433In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43434In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43435In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43436In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43437In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43438In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43432?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
