CVE-2024-26799
Last modified
CVE-2024-26799 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix uninitialized pointer dmactl In the case where __lpass_get_dmactl_handle is called and the driver id dai_id is invalid the pointer dmactl is not being assigned a value, and dmactl contains a garbage value since it has not been initialized and so the null check may not work. Fix this to initialize dmactl to NULL. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix uninitialized pointer dmactl In the case where __lpass_get_dmactl_handle is called and the driver id dai_id is invalid the pointer dmactl is not being assigned a value, and dmactl contains a garbage value since it has not been initialized and so the null check may not work. Fix this to initialize dmactl to NULL. One could argue that modern compilers will set this to zero, but it is useful to keep this initialized as per the same way in functions __lpass_platform_codec_intf_init and lpass_cdc_dma_daiops_hw_params. Cleans up clang scan build warning: sound/soc/qcom/lpass-cdc-dma.c:275:7: warning: Branch condition evaluates to a garbage value [core.uninitialized.Branch]
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.18, < 6.6.21 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.9 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-26799?
How severe is CVE-2024-26799?
How do I fix CVE-2024-26799?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-26793In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26794Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26795In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26796In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26797In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26798In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2680A vulnerability was found in Campcodes Online Job Finder Sys…6.1
- CVE-2024-26800In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26801In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26802In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26803In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26804In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-26799?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
