cve/2024/CVE-2024-53204.md
2025-09-29 16:08:36 +00:00

757 B

CVE-2024-53204

Description

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

POC

Reference

No PoCs from references.

Github