CVE-2026-64041
ASoC: codecs: fs210x: fix possible buffer overflow
CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th
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)
| Vendor | linux |
| Product | linux |
| Ecosystems | |
| Industries | Technology |
| Published | Jul 19, 2026 |
Stay Ahead of the Next One
Get instant alerts for linux linux
Be the first to know when new unknown vulnerabilities affecting linux linux are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
Affected Versions
Linux / Linux
75611770177965ae902c87c96eace07542beff07 < 1ddf678bb75b6383c775ece61d40956c441d8a26 75611770177965ae902c87c96eace07542beff07 < 6daefdf1cd3c56483f61970a76c0ad6028e4118f 75611770177965ae902c87c96eace07542beff07 < 0d435a7ebcd4e97e47673c1ab6fb27f973a053ec
Linux / Linux
6.18