CVE-2025-38275

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
10/07/2025
Last modified:
18/12/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug<br /> <br /> The qmp_usb_iomap() helper function currently returns the raw result of<br /> devm_ioremap() for non-exclusive mappings. Since devm_ioremap() may return<br /> a NULL pointer and the caller only checks error pointers with IS_ERR(),<br /> NULL could bypass the check and lead to an invalid dereference.<br /> <br /> Fix the issue by checking if devm_ioremap() returns NULL. When it does,<br /> qmp_usb_iomap() now returns an error pointer via IOMEM_ERR_PTR(-ENOMEM),<br /> ensuring safe and consistent error handling.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.15.93 (including) 5.16 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.1 (including) 6.1.142 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.94 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.12.34 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (including) 6.15.3 (excluding)
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*