← Späť na vyhľadávanie CVE

CVE-2026-64041

Linux Kernel

Popis

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210x_effect_scene_info(), a string was copied like this: strscpy(DST, SRC, strlen(SRC) + 1); A buffer overflow would happen if strlen(SRC) >= sizeof(DST). Actually, strscpy() must be used this way: strscpy(DST, SRC, sizeof(DST)); strscpy(DST, SRC); // defaults to sizeof(DST)

CVSS 7.8EPSS 0.17500000000000002%Riziko 0.79
Zobraziť zdroj
Zverejnené
2026-07-19 16:17:44
Dotknuté verzie
unknown
Typ
Jadro
Posledná úprava
2026-07-30 14:59:47
Vektor
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H