n the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Validate payload length before processing block Move the payload length check in cs_dsp_load() and cs_dsp_coeff_load() to be done before the block is processed. The check that the length of a block payload does not exceed the number of remaining bytes in the firwmware file buffer was being done near the end of the loop iteration. However, some code before that check used the length field without validating it.
Configuration 1 (hide)
|
03 Nov 2025, 22:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
08 Aug 2024, 14:54
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2024-08-07 16:15
Updated : 2025-11-03 22:17
NVD link : CVE-2024-42237
Mitre link : CVE-2024-42237
CVE.ORG link : CVE-2024-42237
JSON object : View
Excessive Iteration