First published: Wed Aug 07 2024(Updated: )
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() ]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.3<5.10.222 | |
Linux Kernel | >=5.11<5.15.163 | |
Linux Kernel | >=5.16<6.1.100 | |
Linux Kernel | >=6.2<6.6.41 | |
Linux Kernel | >=6.7<6.9.10 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-1 | |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-42244 is classified as a moderate severity vulnerability in the Linux kernel related to USB serial devices.
To resolve CVE-2024-42244, you should update your Linux kernel to the recommended versions, such as 5.10.223-1 or 6.1.123-1.
CVE-2024-42244 affects various kernel versions, specifically those between 3.3 and 6.6.41, excluding patched releases.
CVE-2024-42244 is considered a local vulnerability, as it pertains to the handling of USB serial devices when the system resumes.
Users operating affected versions of the Linux kernel, particularly those utilizing USB serial devices, are at risk from CVE-2024-42244.