In the Linux kernel, the following vulnerability has been resolved:
usb: ulpi: Fix debugfs directory leak
The ULPI per-device debugfs root is named after the ulpi device's
parent, but ulpi_unregister_interface tries to remove a debugfs
directory named after the ulpi device itself. This results in the
directory sticking around and preventing subsequent (deferred) probes
from succeeding. Change the directory name to match the ulpi device.
Security readout for executives and security teams
Plain-English summary
A Linux ULPI USB driver cleanup error leaves a debugfs directory behind when an interface is removed. That stale directory can block later deferred probes, potentially preventing the affected USB hardware from initializing correctly. The supplied severity is high, although the documented failure is primarily operational availability rather than confirmed data theft or system compromise.
Executive priority
Treat this as a high-rated but hardware-specific kernel issue. Expedite assessment for embedded, appliance, industrial, or USB-dependent systems using ULPI. For systems without relevant hardware or code-path use, handle through the supported kernel patch cycle after confirming vendor exposure. No supplied evidence supports emergency response for active exploitation.
Technical view
The per-device debugfs root uses the ULPI device's parent name, while unregister logic attempted removal using the ULPI device name. This mismatch leaves stale state that can make subsequent deferred probes fail. The kernel fixes align the directory name used during creation and removal. The supplied CVSS is 7.8 local, low-complexity, low-privilege.
Likely exposure
Exposure is most relevant to Linux systems using ULPI-connected USB hardware and exercising interface removal or deferred reprobe paths. The bundle marks versions 5.18, 6.1.79, 6.6.18, 6.7.6, and 6.8 affected; it also contains an anomalous "0" entry. Exact distribution package exposure should be confirmed with vendor advisories or backport records.
Exploitation context
The bundle does not identify public exploitation, and the CVE is not listed as KEV. It describes a local driver-state cleanup flaw causing probe failures. No evidence provided here demonstrates remote reachability, privilege escalation, or confidentiality and integrity impact, despite the supplied CVSS vector assigning high impact across all three categories.
Researcher notes
The source bundle presents uncertainty: its CVSS claims high confidentiality, integrity, and availability impact, while the description documents a stale debugfs directory and failed reprobes. No CWE is assigned, and the affected-version data includes "0." Researchers should rely on the referenced commits and distribution backport evidence when determining practical scope.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix or distribution backport.
Prioritize systems that use ULPI USB hardware or have experienced deferred probe failures.
Review vendor guidance before applying kernel changes where package backport status is unclear.
Use normal change controls and validate USB hardware initialization after updating.
Validation and detection
Inventory running kernel versions and identify systems using ULPI-connected USB hardware.
Compare distribution kernel changelogs against the four referenced stable fix commits.
Check system logs for repeated deferred probe failures involving ULPI devices.
Confirm affected USB hardware unregisters and reprobes successfully in a controlled environment.
Verify the running kernel after remediation, not only the installed package version.
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.
cve · low confidence lookup
CVE-2024-26919 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.