CVE-2026-64332
Awaiting Analysis Awaiting Analysis - Queue

USB: ulpi Memory Leak on Registration Failure

Vulnerability report for CVE-2026-64332, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-08-11

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: USB: ulpi: fix memory leak on registration failure The allocated device name is never freed on early ULPI device registration failures. Fix this by initialising the device structure earlier and releasing the initial reference whenever registration fails.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-08-11
Generated
2026-08-14
AI Q&A
2026-07-25
EPSS Evaluated
2026-08-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a memory leak in the Linux kernel related to USB ULPI device registration. When a ULPI device registration fails early in the process, the allocated device name is not freed, causing a memory leak. The fix involves initializing the device structure earlier and releasing the initial reference if registration fails.

Detection Guidance

This vulnerability is specific to the Linux kernel's USB ULPI device handling. Detection requires checking kernel logs for ULPI device registration failures or memory leaks. Use commands like dmesg | grep -i ulpi or journalctl -k | grep -i ulpi to inspect kernel logs for related errors.

Impact Analysis

This vulnerability may lead to gradual memory exhaustion on systems using USB ULPI devices. Over time, repeated registration failures could deplete available memory, potentially causing system instability, crashes, or degraded performance.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It involves a memory leak in the Linux kernel's USB ULPI device registration, which is a low-level system issue without clear implications for data protection or privacy regulations.

Mitigation Strategies

Apply the latest Linux kernel update that includes the fix for this vulnerability. Monitor kernel logs for ULPI device registration issues. If you cannot update immediately, consider disabling affected USB devices or restricting their use until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64332. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart