CVE Database
/

CVE-2024-41039

Back to search

CVE-2024-41039

Published: Jul 29, 2024

Modified: May 11, 2026

PUBLISHED

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.

VendorProductVersions

Linux

Linux

affected
f6bc909e7673c30abcbdb329e7d0aa2e83c103d7 - < fd035f0810b33c2a8792effdb82bf35920221565
affected
f6bc909e7673c30abcbdb329e7d0aa2e83c103d7 - < 9c9877a96e033bf6c6470b3b4f06106d91ace11e
affected
f6bc909e7673c30abcbdb329e7d0aa2e83c103d7 - < 49a79f344d0a17c6a5eef53716cc76fcdbfca9ba
affected
f6bc909e7673c30abcbdb329e7d0aa2e83c103d7 - < 3019b86bce16fbb5bc1964f3544d0ce7d0137278

Linux

Linux

affected
5.16
unaffected
0 - < 5.16
unaffected
6.1.100 - <= 6.1.*
unaffected
6.6.41 - <= 6.6.*
unaffected
6.9.10 - <= 6.9.*

+1 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now