PT-2024-26742 · Linux+2 · Linux Kernel+2
Ben Greear
·
Published
2024-03-07
·
Updated
2025-09-26
·
CVE-2024-35793
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to the debugfs feature in the Linux kernel, where a logic error in the wait/cancellation handling during remove operations can cause deadlocks. Specifically, when the refcount hits zero, the completion can be finished without waiting, but if it doesn't, all cancellations need to be triggered. However, the current implementation can never enter the loop to trigger these cancellations. This problem occurs even when debugfs cancellations are used, and it happens during concurrent debugfs remove operations while files are being accessed.
Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu