Security Advisory

CVE-2024-26919

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-04-17 15:59:27
Last updated 2026-05-11 20:06:54
Assigner Linux
State PUBLISHED

Description

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 devices 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.