Vulnerability in Linux
CVE-2024-58077
In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback commit 1f5664351410 ("ASoC: lower "no backend DAIs enabled for ... Port" log severity") ignores -EINVAL error message on common soc_pcm_ret(). It is used from many functions, ignoring -EINVAL is over-kill. The reason why -EINVAL was ignored was it really should only be used upon invalid parameters coming from userspace and in that case we don't want to log an error since we do not want to give userspace a way to do a denial-of-service attack on the syslog / diskspace. So don't use soc_pcm_ret() on .prepare callback is better idea.
EPSS: 0.002 (6.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 1f566435141047ca7db26aa4b0b6647a25badaee, 6.5, 0
- Linux Linux_kernel — versions 6.5
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2024-58077?
- CVE-2024-58077 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-03-06.
- How severe is CVE-2024-58077?
- Medium severity. CVSS v3 base score is 5.5 out of 10.
- Is CVE-2024-58077 known to be exploited?
- 2 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.