U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-41038

Change History

New CVE Received by NIST 7/29/2024 11:15:12 AM

Action Type Old Value New Value
Added Description

								
							
							
						
In the Linux kernel, the following vulnerability has been resolved:

firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers

Check that all fields of a V2 algorithm header fit into the available
firmware data buffer.

The wmfw V2 format introduced variable-length strings in the algorithm
block header. This means the overall header length is variable, and the
position of most fields varies depending on the length of the string
fields. Each field must be checked to ensure that it does not overflow
the firmware data buffer.

As this ia bugfix patch, the fixes avoid making any significant change to
the existing code. This makes it easier to review and less likely to
introduce new bugs.
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/014239b9971d79421a0ba652579e1ca1b7b57b6d [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/2163aff6bebbb752edf73f79700f5e2095f3559e [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/6619aa48a011364e9f29083cc76368e6acfe5b11 [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/76ea8e13aaefdfda6e5601323d6ea5340359dcfa [No types assigned]