Security Advisory

CVE-2025-40162

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-11-12 10:26:22
Last updated 2026-05-11 21:43:56
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails devm_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 potential NULL pointer dereference.