CVE-2025-21917: usb: renesas_usbhs: Flush the notify_hotplug_work
In the Linux kernel, the following vulnerability has been resolved:
usb: renesas_usbhs: Flush the notify_hotplug_work
When performing continuous unbind/bind operations on the USB drivers
available on the Renesas RZ/G2L SoC, a kernel crash with the message
"Unable to handle kernel NULL pointer dereference at virtual address"
may occur. This issue points to the usbhsc_notify_hotplug() function.
Flush the delayed work to avoid its execution when driver resources are
unavailable.
Security readout for executives and security teams
Plain-English summary
CVE-2025-21917 is a Linux kernel reliability flaw in the Renesas USBHS driver. On Renesas RZ/G2L systems, repeated USB driver bind/unbind activity can leave delayed work running after resources are unavailable, causing a kernel NULL pointer crash. The business impact is service outage on affected embedded or edge devices, not data theft.
Executive priority
Schedule patching for affected embedded and operational devices, especially where downtime is costly or local access is plausible. This is not a broad internet-facing emergency based on the provided evidence, but it can cause hard outages on affected hardware.
Technical view
The issue is a CWE-476 NULL pointer dereference in usbhsc_notify_hotplug(). The kernel fix flushes notify_hotplug_work so delayed hotplug handling cannot execute after driver resources are gone. CVSS 3.1 is 5.5, local attack vector, low complexity, low privileges, no confidentiality or integrity impact, high availability impact.
Likely exposure
Exposure is most likely on Linux-based products using Renesas RZ/G2L SoCs with the renesas_usbhs driver and affected kernel lines. General Linux servers are unlikely to be exposed unless this hardware and driver path are present. Debian LTS advisories indicate downstream kernel updates exist for some Debian-supported environments.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The described trigger involves local continuous USB driver bind/unbind operations. Treat this as a local denial-of-service risk where a user or process can interact with relevant driver controls.
Researcher notes
Focus analysis on Renesas USBHS hotplug delayed work lifecycle during driver removal. The source evidence supports availability impact only. Affected-version data in the bundle is broad and partially commit-oriented, so product-specific exposure requires kernel configuration, hardware, and downstream vendor advisory correlation.
Mitigation direction
Apply vendor or distribution kernel updates containing the referenced stable fixes.
For Debian LTS systems, review the cited Debian advisories and update affected kernel packages.
Prioritize affected Renesas RZ/G2L devices that support local users or field maintenance access.
Restrict non-administrative access to driver management interfaces until patched.
Check vendor guidance if your product uses a customized or board-support kernel.
Validation and detection
Inventory systems using Renesas RZ/G2L SoCs or the renesas_usbhs Linux driver.
Compare deployed kernel versions against vendor or distribution fixed releases.
Verify kernel changelogs reference CVE-2025-21917 or the relevant stable commit.
Confirm update deployment through package inventory or firmware build records.
Use lab validation only; avoid crash testing production devices.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.