CVE-2025-39959
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
09/10/2025
Last modified:
03/02/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ASoC: amd: acp: Fix incorrect retrival of acp_chip_info<br />
<br />
Use dev_get_drvdata(dev->parent) instead of dev_get_platdata(dev)<br />
to correctly obtain acp_chip_info members in the acp I2S driver.<br />
Previously, some members were not updated properly due to incorrect<br />
data access, which could potentially lead to null pointer<br />
dereferences.<br />
<br />
This issue was missed in the earlier commit<br />
("ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot"),<br />
which only addressed set_tdm_slot(). This change ensures that all<br />
relevant functions correctly retrieve acp_chip_info, preventing<br />
further null pointer dereference issues.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.15 (including) | 6.16.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



