Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usb_ep_queue+0x7c/0x104 pc : usb_ep_queue+0x7c/0x104 lr : fsg_main_thread+0x494/0x1b3c Root cause is mass storage function try to queue request from main thread, but other thread may already disable ep when function disable. As there is no function failure in the driver, in order to avoid effort to fix warning, change WARN_ON_ONCE() in usb_ep_queue() to pr_debug().
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.19.312 |
| Debian | Debian Linux | 10.0 |
References
- https://git.kernel.org/stable/c/2a587a035214fa1b5ef598aea0b81848c5b72e5ePatch
- https://git.kernel.org/stable/c/2b002c308e184feeaeb72987bca3f1b11e5f70b8Patch
- https://git.kernel.org/stable/c/30511676eb54d480d014352bf784f02577a10252Patch
- https://git.kernel.org/stable/c/36177c2595df12225b95ce74eb1ac77b43d5a58cPatch
- https://git.kernel.org/stable/c/3e944ddc17c042945d983e006df7860687a8849aPatch
- https://git.kernel.org/stable/c/68d951880d0c52c7f13dcefb5501b69b8605ce8cPatch
- https://git.kernel.org/stable/c/99731076722eb7ed26b0c87c879da7bb71d24290Patch
- https://git.kernel.org/stable/c/df5cbb908f1687e8ab97e222a16b7890d5501acfPatch
- https://git.kernel.org/stable/c/f74c5e0b54b02706d9a862ac6cddade30ac86bcfPatch
- https://git.kernel.org/stable/c/2a587a035214fa1b5ef598aea0b81848c5b72e5ePatch
- https://git.kernel.org/stable/c/2b002c308e184feeaeb72987bca3f1b11e5f70b8Patch
- https://git.kernel.org/stable/c/30511676eb54d480d014352bf784f02577a10252Patch
- https://git.kernel.org/stable/c/36177c2595df12225b95ce74eb1ac77b43d5a58cPatch
- https://git.kernel.org/stable/c/3e944ddc17c042945d983e006df7860687a8849aPatch
- https://git.kernel.org/stable/c/68d951880d0c52c7f13dcefb5501b69b8605ce8cPatch
FAQ
What is CVE-2024-35822?
CVE-2024-35822 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING:...
How severe is CVE-2024-35822?
CVE-2024-35822 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-35822?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel, Debian Debian Linux.