CVE-2024-35822
Last modified
CVE-2024-35822 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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().. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 4.19.312 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.274 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.215 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.154 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.84 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.24 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.12 | — |
| Linux | Linux Kernel | >= 6.8, < 6.8.3 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
| Debian | Debian Linux | 10.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2024/06/msg00017.htmlThird Party Advisory
- https://lists.debian.org/debian-lts-announce/2024/06/msg00020.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-35822?
How severe is CVE-2024-35822?
How do I fix CVE-2024-35822?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-35817In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35818In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35819In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-3582The UnGallery WordPress plugin through 2.2.4 does not have C…4.8
- CVE-2024-35820Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-35821In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35823In the Linux kernel, the following vulnerability has been re…5.3
- CVE-2024-35824In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35825In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35826In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35827In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35828In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-35822?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
