cve/2024/CVE-2024-53205.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2024-53205

Description

In the Linux kernel, the following vulnerability has been resolved:phy: realtek: usb: fix NULL deref in rtk_usb2phy_probeIn rtk_usb2phy_probe() devm_kzalloc() may return NULLbut this returned value is not checked.

POC

Reference

No PoCs from references.

Github