First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential array underflow in ucsi_ccg_sync_control() The "command" variable can be controlled by the user via debugfs. The worry is that if con_index is zero then "&uc->ucsi->connector[con_index - 1]" would be an array underflow.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.6<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 | |
debian/linux | <=5.10.223-1<=5.10.226-1<=6.1.123-1<=6.1.128-1 | 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53203 is considered a moderate severity vulnerability affecting the Linux kernel.
To fix CVE-2024-53203, update your Linux kernel to a patched version beyond 6.12.2 or 6.11.11.
CVE-2024-53203 affects Linux kernel versions between 5.6 and 6.11.11, and also 6.12 to 6.12.2.
Yes, CVE-2024-53203 can potentially be exploited by unprivileged users through the debugfs interface.
CVE-2024-53203 is an array underflow vulnerability in the USB Type-C controller subsystems of the Linux kernel.