In Eclipse Jetty, an HTTP URI of this form:
/public;/../admin/secret.txt
results in an unresolved path of:
/public/../admin/secret.txt
instead of the expected:
/admin/secret.txt
Jetty itself is not affected, as it will not serve the secret.txt file because it will not pass the alias checker (only resolved resources are served).
However, web applications that rely on resolved paths being provided by Jetty may be confused when receiving an unresolved path.
References
| Link | Resource |
|---|---|
| https://gitlab.eclipse.org/security/cve-assignment/-/work_items/108 | Vendor Advisory Exploit |
Configurations
Configuration 1 (hide)
|
History
14 Jul 2026, 18:39
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Eclipse
Eclipse jetty |
|
| References | () https://gitlab.eclipse.org/security/cve-assignment/-/work_items/108 - Vendor Advisory, Exploit | |
| CPE | cpe:2.3:a:eclipse:jetty:*:*:*:*:*:*:*:* |
14 Jul 2026, 09:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-14 09:16
Updated : 2026-07-14 18:39
NVD link : CVE-2026-8384
Mitre link : CVE-2026-8384
CVE.ORG link : CVE-2026-8384
JSON object : View
Products Affected
eclipse
- jetty
CWE
CWE-647
Use of Non-Canonical URL Paths for Authorization Decisions
