CVE-2026-45874

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
27/05/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> phy: freescale: imx8qm-hsio: fix NULL pointer dereference<br /> <br /> During the probe the refclk_pad pointer is set to NULL if the<br /> &amp;#39;fsl,refclk-pad-mode&amp;#39; property is not defined in the devicetree node. But<br /> in imx_hsio_configure_clk_pad() this pointer is unconditionally used which<br /> could result in a NULL pointer dereference. So check the pointer before to<br /> use it.

Impact