nginx ignition is a user interface for the nginx web server. In versions 2.29.0 through 2.40.0, the gin i18n middleware in nginx-ignition's API server runs in front of every HTTP request and calls golang.org/x/text/language.ParseAcceptLanguage on the raw Accept-Language header without imposing any size or shape filter. The underlying parser has quadratic-time behaviour on long lists of malformed language tags. The CVE-2022-32149 guard that golang.org/x/text added in v0.3.8 caps the number of - characters in the input at 1000, but it does not cap _ characters even though the parser's internal scanner aliases _ to - before parsing. A single unauthenticated GET request with an Accept-Language header built out of _ separators burns about 2.4 seconds of server CPU on the host running nginx-ignition; ten concurrent attackers saturate a ten-core box for the duration of the attack while consuming ~10 MiB/s of upstream bandwidth. Version 2.40.1 fixes this issue.
CVE-2026-61629
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.6%, top 53% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 65(Attend)EG Risk 65/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 1%
- EPSS %ILE
- 47%
- KEV
- Not listed
Published
September 21, 2026
Last Modified
September 24, 2026
Advisory Details (2)
Auto-updated Sep 21, 2026commit 0c988fc1277c (lucasdillmann/nginx-ignition)
Fix landed in lucasdillmann/nginx-ignition commit 0c988fc1277c — awaiting tagged release
https://github.com/lucasdillmann/nginx-ignition/commit/0c988fc1277c7d291725e8373313f8486fa1b31aParseAcceptLanguage `_` separator bypass enables ~75x CPU amplification via Accept-Language header in i18nMiddleware · Advisory · lucasdillmann/nginx-ignition · GitHub
https://github.com/lucasdillmann/nginx-ignition/security/advisories/GHSA-jr34-h97m-9hpxVendor Advisories for CVE-2026-61629(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/lucasdillmann/nginx-ignition | — | 0.0.0-20260526022344-0c988fc1277c | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 9× in last 7d / 9× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-24 23:38 UTCEG score recompute
- 2026-09-24 22:27 UTCEG score recompute
- 2026-09-24 18:00 UTCEG score recompute
- 2026-09-23 18:39 UTCEG score recompute
- 2026-09-23 17:54 UTCEPSS rescore
- 2026-09-23 01:26 UTCEG score recompute
- 2026-09-21 15:22 UTCEG score recompute
- 2026-09-21 14:25 UTCEG score recompute
- 2026-09-21 14:25 UTCMITRE cvelistV5first tracked
Related CVEs(same product + same CWE)
Same product
2 shownGo:github.com/lucasdillmann/nginx-ignition
Frequently asked(5)
What is CVE-2026-61629?
When was CVE-2026-61629 disclosed?
Is CVE-2026-61629 actively exploited?
What is the CVSS score of CVE-2026-61629?
How do I remediate CVE-2026-61629?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-61629
Is Your Infrastructure Affected by CVE-2026-61629?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.