A flaw was found in openshift/oauth-server. The OAuth login and error page endpoints pass the unauthenticated Accept-Language header to golang.org/x/text/language.ParseAcceptLanguage() without input validation. A bypass of the CVE-2022-32149 mitigation exists: the upstream guard counts only '-' characters but the internal BCP 47 scanner aliases '_' to '-' after the guard check. An unauthenticated attacker can send a crafted Accept-Language header using '_' separators to trigger quadratic-time parsing, consuming excessive CPU and denying authentication to all cluster users.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-09-01 16:16
Updated : 2026-09-01 21:03
NVD link : CVE-2026-49329
Mitre link : CVE-2026-49329
CVE.ORG link : CVE-2026-49329
JSON object : View
Products Affected
No product.
CWE
CWE-407
Inefficient Algorithmic Complexity
