cve/2024/CVE-2024-42074.md
2025-09-29 21:09:30 +02:00

978 B

CVE-2024-42074

Description

In the Linux kernel, the following vulnerability has been resolved:ASoC: amd: acp: add a null check for chip_pdev structureWhen acp platform device creation is skipped, chip->chip_pdev value willremain NULL. Add NULL check for chip->chip_pdev structure insnd_acp_resume() function to avoid null pointer dereference.

POC

Reference

No PoCs from references.

Github