CVE-2022-49756
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/03/2025
Last modified:
28/03/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
phy: usb: sunplus: Fix potential null-ptr-deref in sp_usb_phy_probe()<br />
<br />
sp_usb_phy_probe() will call platform_get_resource_byname() that may fail<br />
and return NULL. devm_ioremap() will use usbphy->moon4_res_mem->start as<br />
input, which may causes null-ptr-deref. Check the ret value of<br />
platform_get_resource_byname() to avoid the null-ptr-deref.