CVE-2024-42244
Last modified
CVE-2024-42244 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: USB: serial: mos7840: fix crash on resume Since commit c49cfa917025 ("USB: serial: use generic method if no alternative is provided in usb serial layer"), USB serial core calls the generic resume implementation when the driver has not provided one. This can trigger a crash on resume with mos7840 since support for multiple read URBs was added back in 2011. Specifically, both port read URBs are now submitted on resume for open ports, but the context pointer of the second URB is left set to the core rather than mos7840 port structure. Fix this by implementing dedicated suspend and resume functions for mos7840. Tested with Delock 87414 USB 2.0 to 4x serial adapter. [ johan: analyse crash and rewrite commit message; set busy flag on resume; drop bulk-in check; drop unnecessary usb_kill_urb() ]. 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: serial: mos7840: fix crash on resume Since commit c49cfa917025 ("USB: serial: use generic method if no alternative is provided in usb serial layer"), USB serial core calls the generic resume implementation when the driver has not provided one. This can trigger a crash on resume with mos7840 since support for multiple read URBs was added back in 2011. Specifically, both port read URBs are now submitted on resume for open ports, but the context pointer of the second URB is left set to the core rather than mos7840 port structure. Fix this by implementing dedicated suspend and resume functions for mos7840. Tested with Delock 87414 USB 2.0 to 4x serial adapter. [ johan: analyse crash and rewrite commit message; set busy flag on resume; drop bulk-in check; drop unnecessary usb_kill_urb() ]
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 |
|---|---|---|
| Linux | Linux Kernel | >= 3.3, < 5.10.222 |
| Linux | Linux Kernel | >= 5.11, < 5.15.163 |
| Linux | Linux Kernel | >= 5.16, < 6.1.100 |
| Linux | Linux Kernel | >= 6.2, < 6.6.41 |
| Linux | Linux Kernel | >= 6.7, < 6.9.10 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42244?
How severe is CVE-2024-42244?
How do I fix CVE-2024-42244?
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-42239In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4224An authenticated stored cross-site scripting (XSS) exists in…5.4
- CVE-2024-42240In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42241In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42242In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42243In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42245In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42246In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42247In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42248In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42249In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2024-4225Multiple security vulnerabilities has been discovered in web…7.6
Are you affected by CVE-2024-42244?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
