CVE-2026-10050
Last modified
CVE-2026-10050 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains characters that cannot be represented in ISO-8859-1, they are silently replaced by `?`. This happens with passwords that contain Chinese, Cyrillic or Greek characters, for example: `αβ123` converts to `??123`. An attacker can send a request with a digest `Authorization` header crafted with a password made of only `?` characters; the server would match any password of the same length that contains non-ISO-8859-1 characters. Recent HTTP Digest [RFC-7616](https://datatracker.ietf.org/doc/html/rfc7616) supports a `charset` parameters that defaults to UTF-8 that allows for correct encoding/decoding of passwords.. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains characters that cannot be represented in ISO-8859-1, they are silently replaced by `?`. This happens with passwords that contain Chinese, Cyrillic or Greek characters, for example: `αβ123` converts to `??123`. An attacker can send a request with a digest `Authorization` header crafted with a password made of only `?` characters; the server would match any password of the same length that contains non-ISO-8859-1 characters. Recent HTTP Digest [RFC-7616](https://datatracker.ietf.org/doc/html/rfc7616) supports a `charset` parameters that defaults to UTF-8 that allows for correct encoding/decoding of passwords.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Eclipse | Jetty | >= 9.4.0, < 9.4.63 |
| Eclipse | Jetty | >= 10.0.0, < 10.0.31 |
| Eclipse | Jetty | >= 11.0.0, < 11.0.31 |
| Eclipse | Jetty | >= 12.0.0, < 12.0.36 |
| Eclipse | Jetty | >= 12.1.0, < 12.1.10 |
References
- https://github.com/jetty/jetty.project/security/advisories/GHSA-2fvj-hgj9-j2grVendor Advisory, Exploit
- https://github.com/jetty/jetty.project/security/advisories/GHSA-2fvj-hgj9-j2grVendor Advisory, Exploit
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-10050?
How severe is CVE-2026-10050?
How do I fix CVE-2026-10050?
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-10043MosaicML Composer Deserialization of Untrusted Data Remote C…7.8
- CVE-2026-10044Usagi-org ai-goofish-monitor contains an unauthenticated arb…8.2
- CVE-2026-10045Shenzhen Kangda Xin Intelligent Network Technology Company's…9.8
- CVE-2026-10046Bitdefender Napoca bare-metal hypervisor contains an out-of-…7.8
- CVE-2026-10047The Bitdefender Napoca bare-metal hypervisor contains an out…7.8
- CVE-2026-1005Integer underflow in wolfSSL packet sniffer <= 5.8.4 allows …5.3
- CVE-2026-100501Flame through 2.4.0 contains an improper restriction of exce…6.5
- CVE-2026-100502Flame through 2.4.0 contains an insufficient session expirat…5
- CVE-2026-100503Ghidra versions through 12.1.4 contain a heap use-after-free…3.3
- CVE-2026-100504Ghidra versions through 12.1.4 contain a stack-based out-of-…7
- CVE-2026-100505Ghidra versions 11.2 through 12.1.4 contain a heap out-of-bo…4.4
- CVE-2026-10051In Eclipse Jetty, a first HTTP/1.1 request with trailers cau…7.5
Are you affected by CVE-2026-10050?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
