CVE-2024-41039

Advisory lineage Upstream: 0 Downstream: 29
Modified
Published: 29 Jul 2024, 14:31
Last modified:11 May 2026, 20:24

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (nvd)
EPSS Score
0.01% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

29 Jul 2024, 14:31
Published
Vulnerability first disclosed
11 May 2026, 20:24
Last Modified
Vulnerability information updated

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.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 3%

Techniques & Countermeasures

  • CWE-120Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

    The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.

Affected Systems

  • linuxlinux

    ≥ f6bc909e7673c30abcbdb329e7d0aa2e83c103d7, < fd035f0810b33c2a8792effdb82bf35920221565 | ≥ f6bc909e7673c30abcbdb329e7d0aa2e83c103d7, < 9c9877a96e033bf6c6470b3b4f06106d91ace11e | ≥ f6bc909e7673c30abcbdb329e7d0aa2e83c103d7, < 49a79f344d0a17c6a5eef53716cc76fcdbfca9ba | ≥ f6bc909e7673c30abcbdb329e7d0aa2e83c103d7, < 3019b86bce16fbb5bc1964f3544d0ce7d0137278 | 5.16

  • linuxlinux_kernel

    ≥ 5.16, < 6.1.100 | ≥ 6.2, < 6.6.41 | ≥ 6.7, < 6.9.10 | 6.10:rc1 | 6.10:rc2 | 6.10:rc3 | 6.10:rc4 | 6.10:rc5 | 6.10:rc6 | 6.10:rc7

References (5)