Vulnerability Description
Ech0 before 5.0.1 does not impose any size or shape limit on the Accept-Language header processed by its i18n middleware, which runs on every HTTP request. The header is passed unfiltered to go-i18n's NewLocalizer, which internally calls golang.org/x/text/language.ParseAcceptLanguage. The CVE-2022-32149 mitigation in x/text caps '-' characters but not '_' characters, which the parser aliases to '-', allowing quadratic-time parsing to be triggered with a large header (up to Go's default 1 MiB) built from underscore separators. An unauthenticated attacker can send such requests to consume roughly 1.5 seconds of CPU each, and concurrent requests can saturate a multi-core server (denial of service).
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/lin-snow/Ech0/security/advisories/GHSA-mqxv-9rm6-w8qc
- https://www.vulncheck.com/advisories/ech0-before-denial-of-service-via-accept-la
FAQ
What is CVE-2026-79658?
CVE-2026-79658 is a vulnerability with a CVSS score of 7.5 (HIGH). Ech0 before 5.0.1 does not impose any size or shape limit on the Accept-Language header processed by its i18n middleware, which runs on every HTTP request. The header is passed unfiltered to go-i18n's...
How severe is CVE-2026-79658?
CVE-2026-79658 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-79658?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.