Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Eclipse Foundation Eclipse Jetty - EE8 — Digest authentication lossy encoding
AV AC AT PR UI VC VI VA CVSS EPSS %ile KEV
N L N N N H N N 8.7 .0047 38.9 —
AFFECTED
Product Versions Fixed
Eclipse Jetty - EE8 12.0.0 – —
Eclipse Jetty - EE9 12.0.0 – —
Eclipse Jetty 9.4.0 – —
TIMELINE
May 29 Reserved by eclipse
Aug 4 EXPLOIT PUBLISHED — CVE-2026-10050 (Eclipse Foundation Eclipse Jetty - EE8). Public exploit reference added.
Aug 4 Published (CNA: eclipse)
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.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 29, 2026 | Reserved | Reserved by eclipse |
| August 4, 2026 | EXPLOIT PUBLISHED | EXPLOIT PUBLISHED — CVE-2026-10050 (Eclipse Foundation Eclipse Jetty - EE8). Public exploit reference added. |
| August 4, 2026 | Published | Published (CNA: eclipse) |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-10050 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.