First published: Fri Apr 18 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Don't 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. Don't use __free(device_node) in graph_util_parse_dai().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-39930 is classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2025-39930, users should update their Linux kernel to the latest version where the vulnerability is patched.
CVE-2025-39930 affects the ASoC: simple-card-utils component in the Linux kernel.
The potential impacts of CVE-2025-39930 may include memory management issues in the affected component.
CVE-2025-39930 was reported following the commit that addressed the use of __free(device_node) in the Linux kernel.