Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-79658 – Denial of Service (CPU Exhaustion) – Ech0 before v5.0.1

Be the first to know when new zero-days emerge:

Summary

CVE-2026-79658 is an uncontrolled resource consumption (denial-of-service) vulnerability in Ech0, a self-hosted application, affecting all versions before 5.0.1. The flaw resides in Ech0’s i18n middleware, which fails to bound the size or structure of the Accept-Language HTTP header before passing it to Go’s language-tag parser. A single unauthenticated, network-delivered request can force the server to burn excessive CPU time, and a small number of concurrent attackers can saturate a multi-core server.

Technical details

  • Root cause: the i18n middleware calls go-i18n’s NewLocalizer, which invokes golang.org/x/text/language.ParseAcceptLanguage. The parser’s internal scanner treats underscore (_) characters the same as hyphens (-), but Ech0 only limited the count of hyphens (per the earlier upstream fix for CVE-2022-32149), leaving underscore-separated tokens unrestricted.
  • Trigger conditions: an attacker sends a request with an Accept-Language header (up to ~1 MiB) composed of many underscore-separated tokens, invoking the parser’s quadratic-time (O(N²)) tag-splitting behavior (gobble function).
  • Attack vector: network, unauthenticated, no user interaction required; the malicious header can be sent to any endpoint that passes through the i18n middleware, and the response still returns HTTP 200, making the attack harder to spot via error-rate monitoring.
  • Impact: a single crafted request can consume roughly 1.5 seconds of CPU; combining it with an additional X-Locale header increases this further. A handful of concurrent attackers can exhaust CPU capacity on a multi-core server, denying service to legitimate users.

Affected software

  • Ech0 (github.com/lin-snow/Ech0) versions ≤ 4.8.2 (all versions prior to 5.0.1)
  • Fixed in version 5.0.1 and later

Severity

  • CVSS v3.1 Base Score: 7.5 (HIGH) — CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • A CVSS v4.0 scoring of this issue has also been published at 8.7 (HIGH), reflecting the network-exploitable, low-complexity availability impact.

Mitigation and recommended actions

  • Immediate: upgrade Ech0 to version 5.0.1 or later, which restricts the size/structure of the Accept-Language header before it reaches the language parser.
  • If patching is not immediately possible: deploy a reverse proxy or WAF rule that caps Accept-Language (and similar locale-related headers such as X-Locale) header length and rejects headers containing excessive hyphen/underscore-separated tokens; monitor for abnormal CPU usage correlated with oversized locale headers.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge