First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtk_usb2phy_probe In rtk_usb2phy_probe() devm_kzalloc() may return NULL but this returned value is not checked.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
>=6.6<6.11.11 | ||
>=6.12<6.12.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53205 has not been assigned a CVSS score yet but is a NULL pointer dereference vulnerability in the Linux kernel.
To fix CVE-2024-53205, update to the latest stable version of the Linux kernel that addresses this vulnerability.
CVE-2024-53205 affects the USB subsystem in the Linux kernel, specifically the function rtk_usb2phy_probe.
Versions of the Linux kernel between 6.6 and 6.11.11, as well as from 6.12 to 6.12.2, are vulnerable to CVE-2024-53205.
The exploitability of CVE-2024-53205 depends on the context, but a NULL dereference typically requires local access to the device.