CVE-2026-61629
Last modified
CVE-2026-61629 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.61% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| lucasdillmann | nginx-ignition | >= 2.29.0, < 2.40.1 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-61629?
How severe is CVE-2026-61629?
How do I fix CVE-2026-61629?
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-61613Cursor is a code editor built for programming with AI. Prior…7.7
- CVE-2026-61614SolidInvoice is an open-source invoicing platform. Prior to …5.9
- CVE-2026-61617Wings is the server control plane for the Pterodactyl game-s…7.7
- CVE-2026-6162A vulnerability has been found in PHPGurukul Company Visitor…3.5
- CVE-2026-61625VictoriaMetrics is a scalable solution for monitoring and ma…6.8
- CVE-2026-61628nginx ignition is a user interface for the nginx web server.…8.1
- CVE-2026-6163A vulnerability was identified in code-projects Lost and Fou…7.3
- CVE-2026-61630nginx ignition is a user interface for the nginx web server.…4.2
- CVE-2026-61632PyMdown Extensions is a set of extensions for the Python-Mar…5.3
- CVE-2026-61633NanoMQ is an MQTT broker. Prior to 0.24.14, the NanoMQ clien…2
- CVE-2026-61634The RabbitMQ Java client library allows Java and JVM-based a…0
- CVE-2026-61638Wallos is an open-source, self-hostable personal subscriptio…8.2
Are you affected by CVE-2026-61629?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
