mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
1.1 KiB
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.