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
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
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-10051In Eclipse Jetty, a first HTTP/1.1 request with trailers cau…7.5
- CVE-2026-10052A flaw was found in the Quay config-tool's LDAP and SMTP val…4.1
- CVE-2026-10054In affected versions of Eclipse Theia (1.8.1 and later), the…8.8
- CVE-2026-10055In Eclipse Theia since version 1.26.0, the backend /services…8.5
- CVE-2026-10056CORS misconfiguration in the REST API of Network Optix Nx Wi…7.5
- CVE-2026-10057ITS Intelligent SCADA System developed by ITP Technology has…4.8
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
