CVE-2025-37758

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37758
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-37758.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-37758
Downstream
Related
Published
2025-05-01T13:15:54Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

ata: patapxa: Fix potential NULL pointer dereference in pxaata_probe()

devmioremap() returns NULL on error. Currently, pxaata_probe() does not check for this case, which can result in a NULL pointer dereference.

Add NULL check after devm_ioremap() to prevent this issue.

References

Affected packages