Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-41056
HistoryJul 29, 2024 - 2:33 p.m.

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

2024-07-2914:33:27
Linux
github.com
1
linux kernel
firmware
cs_dsp
strnlen
v1 wmfw files
nul-terminated string
cs_dsp protect
overrunning array

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

firmware: cs_dsp: 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
array. cs_dsp should protect against overrunning the array if the NUL
terminator is missing.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial