Answer in brief
CVE-2026-64041 records a Unknown severity vulnerability in ASoC: codecs: fs210x: fix possible buffer overflow. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=75611770177965ae902c87c96eace07542beff07 <1ddf678bb75b6383c775ece61d40956c441d8a26 || >=75611770177965ae902c87c96eace07542beff07 <6daefdf1cd3c56483f61970a76c0ad6028e4118f || >=75611770177965ae902c87c96eace07542beff07 <0d435a7ebcd4e97e47673c1ab6fb27f973a053ec | 1ddf678bb75b6383c775ece61d40956c441d8a26, 6daefdf1cd3c56483f61970a76c0ad6028e4118f, 0d435a7ebcd4e97e47673c1ab6fb27f973a053ec |
| Linux/Linuxgeneric | 6.18 | Not reported |
Published upstream
Jul 19, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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)
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-64041 records a Unknown severity vulnerability in ASoC: codecs: fs210x: fix possible buffer overflow. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=75611770177965ae902c87c96eace07542beff07 <1ddf678bb75b6383c775ece61d40956c441d8a26 || >=75611770177965ae902c87c96eace07542beff07 <6daefdf1cd3c56483f61970a76c0ad6028e4118f || >=75611770177965ae902c87c96eace07542beff07 <0d435a7ebcd4e97e47673c1ab6fb27f973a053ec | 1ddf678bb75b6383c775ece61d40956c441d8a26, 6daefdf1cd3c56483f61970a76c0ad6028e4118f, 0d435a7ebcd4e97e47673c1ab6fb27f973a053ec |
| Linux/Linuxgeneric | 6.18 | Not reported |
Published upstream
Jul 19, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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)
Quoted source text, attributed separately from HOL analysis.