Lucene search

K
osvGoogleOSV:CVE-2024-41056
HistoryJul 29, 2024 - 3:15 p.m.

CVE-2024-41056

2024-07-2915:15:13
Google
osv.dev
7
linux kernel
firmware vulnerability
cs_dsp
strnlen()
v1 wmfw files

AI Score

8.2

Confidence

High

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

8.2

Confidence

High