First published: Wed Aug 07 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Return error if block header overflows file Return an error from cs_dsp_power_up() if a block header is longer than the amount of data left in the file. The previous code in cs_dsp_load() and cs_dsp_load_coeff() would loop while there was enough data left in the file for a valid region. This protected against overrunning the end of the file data, but it didn't abort the file processing with an error.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | >=5.16<6.1.100 | |
Linux kernel | >=6.2<6.6.41 | |
Linux kernel | >=6.7<6.9.10 | |
Linux Kernel | >=5.16<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-42238 has a severity rating that reflects a moderate level of impact on system stability and security, particularly in the handling of block headers.
To fix CVE-2024-42238, update to a patched version of the Linux kernel, specifically versions like 5.10.223-1, 6.1.123-1, or later releases.
CVE-2024-42238 affects Linux kernel versions from 5.16 up to 6.1.100, 6.2 up to 6.6.41, and 6.7 up to 6.9.10.
CVE-2024-42238 involves the cs_dsp component of the Linux kernel, specifically in the functions cs_dsp_power_up() and cs_dsp_load().
CVE-2024-42238 is not classified as a denial of service vulnerability, but could lead to improper error handling in certain scenarios.