Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Sean Anderson

#34366of 56,330
7.8Total CVSS
Vulnerabilities · 1
PT-2024-21582
7.8
2024-01-26
Linux · Linux Kernel · CVE-2024-26919
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to a debugfs directory leak in the Linux kernel's ULPI (UTMI+ Low Pin Interface) driver. The ULPI per-device debugfs root is named after the ulpi device's parent, but the `ulpi unregister interface` function 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. The fix involves changing the directory name to match the ulpi device. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.