CVE-2026-64041

Source
https://cve.org/CVERecord?id=CVE-2026-64041
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64041.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64041
Downstream
Published
2026-07-19T15:39:27.967Z
Modified
2026-07-22T05:29:40.256561647Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ASoC: codecs: fs210x: fix possible buffer overflow
Details

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

ASoC: codecs: fs210x: fix possible buffer overflow

In fs210xeffectscene_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)
Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64041.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
75611770177965ae902c87c96eace07542beff07
Fixed
1ddf678bb75b6383c775ece61d40956c441d8a26
Fixed
6daefdf1cd3c56483f61970a76c0ad6028e4118f
Fixed
0d435a7ebcd4e97e47673c1ab6fb27f973a053ec

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64041.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.34
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64041.json"