CVE-2025-40162

Description

In the Linux kernel, the following vulnerability has been resolved:ASoC: amd/sdw_utils: avoid null deref when devm_kasprintf() failsdevm_kasprintf() may return null on memory allocation failure,but the debug message prints cpus->dai_name before checking it.Move the dev_dbg() call after the null check to prevent potentialnull pointer dereference.

Risk Information

Base Score
4.0
MODERATE
Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
EPSS Score
Exploitation Probability
0.025

Associated Vulnerability

No records found

Patch Details

No records found

References

https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234