CVE-2026-64041
Last modified
CVE-2026-64041 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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). EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 75611770177965ae902c87c96eace07542beff07, < 1ddf678bb75b6383c775ece61d40956c441d8a26; >= 75611770177965ae902c87c96eace07542beff07, < 6daefdf1cd3c56483f61970a76c0ad6028e4118f; >= 75611770177965ae902c87c96eace07542beff07, < 0d435a7ebcd4e97e47673c1ab6fb27f973a053ec |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64041?
How severe is CVE-2026-64041?
How do I fix CVE-2026-64041?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64036In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64037In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64038In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64039In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-6404The Anomify AI – Anomaly Detection and Alerting plugin for W…4.4
- CVE-2026-64040In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64042In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64043In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64044In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64045In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64046In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64047In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-64041?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
