Lucene search
+L

47 matches found

OSV
OSV
added 2024/08/07 4:15 p.m.9 views

AZL-47498 CVE-2024-42237 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Validate payload length before processing block Move the payload length check in csdspload and csdspcoeffload to be done before the block is processed. The check that the length of a block payload does not exceed...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/08/07 4:15 p.m.17 views

CVE-2024-42238

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Return error if block header overflows file Return an error from csdsppowerup if a block header is longer than the amount of data left in the file. The previous code in csdspload and csdsploadcoeff would loop whi...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/08/07 4:15 p.m.28 views

CVE-2024-42237

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Validate payload length before processing block Move the payload length check in csdspload and csdspcoeffload to be done before the block is processed. The check that the length of a block payload does not exceed...

5.5CVSS6.6AI score0.00211EPSS
SaveExploits0References16
OSV
OSV
added 2024/08/07 4:15 p.m.5 views

UBUNTU-CVE-2024-42238

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Return error if block header overflows file Return an error from csdsppowerup if a block header is longer than the amount of data left in the file. The previous code in csdspload and csdsploadcoeff would loop whi...

5.5CVSS6.2AI score0.00211EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/08/07 3:14 p.m.17 views

CVE-2024-42237 firmware: cs_dsp: Validate payload length before processing block

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Validate payload length before processing block Move the payload length check in csdspload and csdspcoeffload to be done before the block is processed. The check that the length of a block payload does not exceed...

7.2AI score0.00211EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/07 3:14 p.m.23 views

CVE-2024-42238 firmware: cs_dsp: Return error if block header overflows file

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Return error if block header overflows file Return an error from csdsppowerup if a block header is longer than the amount of data left in the file. The previous code in csdspload and csdsploadcoeff would loop whi...

6.2AI score
SaveExploits0References8
CVE
CVE
added 2024/08/07 3:14 p.m.203 views

CVE-2024-42237

CVE-2024-42237 - Linux kernel cs_dsp payload length validation Affects: Linux kernel firmware cs_dsp loading paths (cs_dsp_load and cs_dsp_coeff_load).Cause: The block payload length could be used before validating the length, potentially enabling out-of-bounds processing.Fix: Move and perform th...

5.5CVSS6.9AI score0.00211EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/08/07 3:14 p.m.45 views

CVE-2024-42237 firmware: cs_dsp: Validate payload length before processing block

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Validate payload length before processing block Move the payload length check in csdspload and csdspcoeffload to be done before the block is processed. The check that the length of a block payload does not exceed...

0.00211EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/07 3:14 p.m.21 views

CVE-2024-42237 firmware: cs_dsp: Validate payload length before processing block

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Validate payload length before processing block Move the payload length check in csdspload and csdspcoeffload to be done before the block is processed. The check that the length of a block payload does not exceed...

6.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/07 3:14 p.m.40 views

CVE-2024-42238 firmware: cs_dsp: Return error if block header overflows file

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Return error if block header overflows file Return an error from csdsppowerup if a block header is longer than the amount of data left in the file. The previous code in csdspload and csdsploadcoeff would loop whi...

0.00211EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/08/07 3:14 p.m.20 views

CVE-2024-42238 firmware: cs_dsp: Return error if block header overflows file

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Return error if block header overflows file Return an error from csdsppowerup if a block header is longer than the amount of data left in the file. The previous code in csdspload and csdsploadcoeff would loop whi...

7AI score0.00211EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/07 3:14 p.m.180 views

CVE-2024-42238

CVE-2024-42238 : In the Linux kernel, the vulnerability in firmware CS_DSP handling was resolved. The issue allowed processing to overrun when a block header exceeded remaining data, due to prior behavior in cs_dsp_load()/cs_dsp_load_coeff() which would loop until enough data remained instead of ...

5.5CVSS6.7AI score0.00211EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2024/08/07 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the firmware:csdsp module not properly validating load lengths before processing firmware file blocks, which...

5.5CVSS6.6AI score0.00211EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/07/31 9:14 a.m.27 views

CVE-2024-41056

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Use strnlen on name fields in V1 wmfw files Use strnlen instead of strlen on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw files the name is a NUL-terminated string in a fixed-size...

5.2CVSS7.5AI score0.00253EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/29 3:15 p.m.8 views

DEBIAN-CVE-2024-41056

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Use strnlen on name fields in V1 wmfw files Use strnlen instead of strlen on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw files the name is a NUL-terminated string in a fixed-size...

5.5CVSS5.6AI score0.00253EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.9 views

AZL-47489 CVE-2024-41038 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: 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...

5.5CVSS6.2AI score0.0031EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/29 2:33 p.m.27 views

CVE-2024-41056 firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Use strnlen on name fields in V1 wmfw files Use strnlen instead of strlen on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw files the name is a NUL-terminated string in a fixed-size...

7.3CVSS6.8AI score0.00253EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/29 2:33 p.m.31 views

CVE-2024-41056 firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Use strnlen on name fields in V1 wmfw files Use strnlen instead of strlen on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw files the name is a NUL-terminated string in a fixed-size...

7.3CVSS0.00253EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/29 2:33 p.m.33 views

CVE-2024-41056 firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Use strnlen on name fields in V1 wmfw files Use strnlen instead of strlen on the algorithm and coefficient name string arrays in V1 wmfw files. In V1 wmfw files the name is a NUL-terminated string in a fixed-size...

7.3CVSS6.1AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.19 views

CVE-2024-41039 firmware: cs_dsp: Fix overflow checking of wmfw header

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: 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...

7.5AI score0.00285EPSS
SaveExploits0References4
Rows per page
Query Builder