Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42074
HistoryJul 29, 2024 - 3:52 p.m.

CVE-2024-42074 ASoC: amd: acp: add a null check for chip_pdev structure

2024-07-2915:52:37
Linux
github.com
1
linux kernel
vulnerability
asoc
amd
acp
null check
chip_pdev
snd_acp_resume
null pointer dereference

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

ASoC: amd: acp: add a null check for chip_pdev structure

When acp platform device creation is skipped, chip->chip_pdev value will
remain NULL. Add NULL check for chip->chip_pdev structure in
snd_acp_resume() function to avoid null pointer dereference.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial