CVE Catalog

CVE-2026-63927

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel, a use-after-free vulnerability was found in the USB dwc2 driver's debug code. The issue occurs because the 'urb' structure is dereferenced after calling usb_hcd_giveback_urb(), which is not allowed.

Risk Assessment

This vulnerability could cause unpredictable system behavior, kernel crashes, or potentially privilege escalation if exploited by an attacker.

Recommendation

Immediately update the Linux kernel to a version containing the fix that saves the urb->status value before calling usb_hcd_giveback_urb().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS