Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
Informations
Name CVE-2024-41039 First vendor Publication 2024-07-29
Vendor Cve Last vendor Modification 2024-11-21

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41039

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') (CWE/SANS Top 25)

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3642

Sources (Detail)

https://git.kernel.org/stable/c/3019b86bce16fbb5bc1964f3544d0ce7d0137278
https://git.kernel.org/stable/c/49a79f344d0a17c6a5eef53716cc76fcdbfca9ba
https://git.kernel.org/stable/c/9c9877a96e033bf6c6470b3b4f06106d91ace11e
https://git.kernel.org/stable/c/fd035f0810b33c2a8792effdb82bf35920221565
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Date Informations
2025-01-08 03:03:45
  • Multiple Updates
2025-01-07 03:03:18
  • Multiple Updates
2024-12-25 03:01:56
  • Multiple Updates
2024-12-12 03:04:53
  • Multiple Updates
2024-11-25 09:23:28
  • Multiple Updates
2024-11-22 21:22:43
  • Multiple Updates
2024-11-21 21:22:14
  • Multiple Updates
2024-11-20 02:58:31
  • Multiple Updates
2024-11-14 02:58:49
  • Multiple Updates
2024-11-09 02:58:50
  • Multiple Updates
2024-10-26 02:56:14
  • Multiple Updates
2024-10-25 02:58:09
  • Multiple Updates
2024-10-23 02:57:22
  • Multiple Updates
2024-10-03 02:52:41
  • Multiple Updates
2024-10-02 02:51:05
  • Multiple Updates
2024-09-14 21:30:07
  • Multiple Updates
2024-09-11 21:27:59
  • Multiple Updates
2024-09-11 00:27:53
  • Multiple Updates
2024-07-29 21:27:27
  • First insertion