First published: Fri Sep 13 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never performs any paltform device allocation, thus error path "undo_platform_dev_alloc" is entirely bogus. It drops the reference count from the platform device being probed. If error path is triggered, this will lead to unbalanced device reference counts and premature release of device resources, thus possible use-after-free when releasing remaining devm-managed resources.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | >=3.18<4.19.321 | |
Linux kernel | >=4.20<5.4.283 | |
Linux kernel | >=5.5<5.10.225 | |
Linux kernel | >=5.11<5.15.166 | |
Linux kernel | >=5.16<6.1.108 | |
Linux kernel | >=6.2<6.6.49 | |
Linux kernel | >=6.7<6.10.8 | |
Linux kernel | =6.11-rc1 | |
Linux kernel | =6.11-rc2 | |
Linux kernel | =6.11-rc3 | |
Linux kernel | =6.11-rc4 | |
Linux kernel | =6.11-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46674 has been acknowledged as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-46674, update your Linux kernel to the latest version that includes the patch provided for this vulnerability.
CVE-2024-46674 affects Linux kernel versions between 3.18 and 6.11-rc5.
CVE-2024-46674 is a reference counting issue in the platform device probe process within the Linux kernel.
As of now, there are no known public exploits specifically targeting CVE-2024-46674.