---
cve: "CVE-2026-10050"
severity: "HIGH"
cvss: 8.7
epss: "47%"
vendor: "Eclipse Foundation"
kev: false
exploited: false
published: "2026-08-04 11:22:43"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-06T18:20:04+02:00"
---

# CVE-2026-10050

> 8.7 HIGH · 🧪 PoC

## Beschreibung

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.

## CVSS-Vektor

```
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
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- a8f56e2a89f28be5a9466418a05f9e536b3b2c81 (Commit)
- 986024525891c2c20ff08c58ba300dc3b9847586 (Commit)

## Referenzen

- <https://github.com/jetty/jetty.project/security/advisories/GHSA-2fvj-hgj9-j2gr>
- <https://gitlab.eclipse.org/security/cve-assignment/-/work_items/120>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-10050) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
