CVE-2026-63927
Received Received - Intake

Fix Use After Free in Linux Kernel USB DWC2 Driver

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

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix use after free in debug code We're not allowed to dereference "urb" after calling usb_hcd_giveback_urb() so save the urb->status ahead of time.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
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 in the Linux kernel involves a use-after-free issue in the debug code of the dwc2 USB driver. The problem occurs when the code attempts to access the 'urb' structure after it has already been freed by calling usb_hcd_giveback_urb(). The fix involves saving the urb->status value before the free operation to prevent accessing invalid memory.

Detection Guidance

This vulnerability is specific to the Linux kernel's dwc2 USB driver and involves a use-after-free issue in debug code. Detection requires checking kernel logs for related errors or kernel crashes after USB operations. No direct network detection commands are applicable. Inspect kernel logs with dmesg or journalctl for USB-related errors.

Impact Analysis

This vulnerability could lead to system instability or crashes if exploited. It may allow an attacker to cause a denial-of-service condition or potentially execute arbitrary code with kernel privileges, depending on the system configuration and kernel version.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue related to memory management in USB debugging code. Compliance impacts would depend on how the affected system is used, not the vulnerability itself.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the use-after-free issue in the dwc2 USB driver.

Chat Assistant

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

EPSS Chart