CVE-2024-41039
Last modified
CVE-2024-41039 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix overflow checking of wmfw header Fix the checking that firmware file buffer is large enough for the wmfw header, to prevent overrunning the buffer. The original code tested that the firmware data buffer contained enough bytes for the sums of the size of the structs wmfw_header + wmfw_adsp1_sizes + wmfw_footer But wmfw_adsp1_sizes is only used on ADSP1 firmware. For ADSP2 and Halo Core the equivalent struct is wmfw_adsp2_sizes, which is 4 bytes longer. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix overflow checking of wmfw header Fix the checking that firmware file buffer is large enough for the wmfw header, to prevent overrunning the buffer. The original code tested that the firmware data buffer contained enough bytes for the sums of the size of the structs wmfw_header + wmfw_adsp1_sizes + wmfw_footer But wmfw_adsp1_sizes is only used on ADSP1 firmware. For ADSP2 and Halo Core the equivalent struct is wmfw_adsp2_sizes, which is 4 bytes longer. So the length check didn't guarantee that there are enough bytes in the firmware buffer for a header with wmfw_adsp2_sizes. This patch splits the length check into three separate parts. Each of the wmfw_header, wmfw_adsp?_sizes and wmfw_footer are checked separately before they are used.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.16, < 6.1.100 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.41 | — |
| Linux | Linux Kernel | >= 6.7, < 6.9.10 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-41039?
How severe is CVE-2024-41039?
How do I fix CVE-2024-41039?
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-41033In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41034In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41035In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41036In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41037In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41038In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4104The ADFO – Custom data in admin dashboard plugin for WordPre…6.1
- CVE-2024-41040In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-41041In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41042In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-41043In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-41044In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-41039?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
