CVE-2026-10050
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.
Scoring
- Severity
- HIGH
- CVSS base score
- 8.7
- CVSS vector
- 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
- EPSS probability
- 0.48%
- CWE
- CWE-173, CWE-303
- Published
- 2026-08-04
- Last modified
- 2026-08-04
Affected products
- Eclipse Foundation Eclipse Jetty - EE8
- Eclipse Foundation Eclipse Jetty - EE8
- Eclipse Foundation Eclipse Jetty - EE9
- Eclipse Foundation Eclipse Jetty - EE9
- Eclipse Foundation Eclipse Jetty
- Eclipse Foundation Eclipse Jetty
- Eclipse Foundation Eclipse Jetty
- Eclipse Foundation Eclipse Jetty
Weakness type
Related vulnerabilities
- CVE-2026-81638 — Non-canonical ULID spellings are accepted and alias to the same record in ash_double_entry
- CVE-2026-19611 — Wildfly-elytron: org.wildfly.security/wildfly-elytron-password-impl: wildfly-elytron: password keyspace reduction via nfkc fullwidth folding
- CVE-2024-54158 — In JetBrains YouTrack before 2024.3.52635 potential spoofing attack was possible via lack of...
- CVE-2023-26303 — markdown-it-py crash on null assertions
- CVE-2023-26302 — markdown-it-py CLI crash on invalid UTF-8 characters