Linux · Linux Kernel · CVE-2024-57913
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to a kernel panic that occurs when panic on warn is enabled, caused by the unnecessary use of WARN ON in functionfs bind. This leads to a race condition between the adb open, adb read, and adb write operations invoked from the daemon and the UDC write through configfs. The kernel panic is fixed by removing the unnecessary WARN ON. The vulnerability is related to the functionfs bind function and the `ffs->state` variable.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.