Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Elinor Montmasson

Researcher fromSavoir-faire Linux
#45648of 53,633
5.5Total CVSS
Vulnerabilities · 1
PT-2024-10367
5.5
2024-06-20
Linux · Linux Kernel · CVE-2024-42089
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to a NULL pointer dereference in the Linux kernel's ASoC component, specifically in the fsl-asoc-card module. The `priv->pdev` pointer is set after being used in the `fsl asoc card audmux init()` function, which can lead to a crash. The problem occurs because `priv` is zero-initialized, and `priv->pdev` is dereferenced to access the `dev` struct. If `priv->dev` is dereferenced before assignment but never used, the driver may not crash due to compiler optimizations. This issue can be exploited to cause a denial of service. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.