First published: Wed Aug 07 2024(Updated: )
In 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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <5.16 | |
Linux Kernel | >=5.17<6.1.100 | |
Linux Kernel | >=6.2<6.6.41 | |
Linux Kernel | >=6.7<6.9.10 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-1 6.12.22-1 | |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-42237 is classified as a moderate severity vulnerability affecting the Linux kernel.
CVE-2024-42237 impacts Linux kernel versions prior to 5.16 and certain versions in the ranges 5.17 to 6.1.100, 6.2 to 6.6.41, and 6.7 to 6.9.10.
To fix CVE-2024-42237, update the Linux kernel to version 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, or 6.12.11-1 as provided in the Debian repository.
CVE-2024-42237 is a vulnerability related to insufficient payload length validation in the Linux kernel firmware processing.
Yes, CVE-2024-42237 could potentially allow an attacker to manipulate firmware payloads, leading to denial of service or other unintended behaviors.