CVE-2025-38138

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38138
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38138.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-38138
Downstream
Related
Published
2025-07-03T09:15:28Z
Modified
2025-08-12T21:01:19Z
Summary
[none]
Details

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

dmaengine: ti: Add NULL check in udma_probe()

devmkasprintf() returns NULL when memory allocation fails. Currently, udmaprobe() does not check for this case, which results in a NULL pointer dereference.

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

References

Affected packages