Security Advisory

CVE-2025-39930

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-18 07:01:38
Last updated 2026-05-23 16:01:00
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Dont use __free(device_node) at graph_util_parse_dai() commit 419d1918105e ("ASoC: simple-card-utils: use __free(device_node) for device node") uses __free(device_node) for dlc->of_node, but we need to keep it while driver is in use. Dont use __free(device_node) in graph_util_parse_dai().