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_usb3phy_probe In rtk_usb3phy_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-53204 has a medium severity rating due to the potential for NULL pointer dereference that could lead to application crashes.
To fix CVE-2024-53204, you should upgrade to a patched version of the Linux kernel that resolves the NULL dereference issue.
CVE-2024-53204 affects Linux kernel versions from 6.6 to 6.11.11 and from 6.12 to 6.12.2.
CVE-2024-53204 specifically affects the rtk_usb3phy_probe function in the realtek USB driver.
CVE-2024-53204 is not considered remotely exploitable as it requires specific conditions to trigger the NULL dereference.