CVE-2026-8384

Published Jul 14, 2026

Last updated 8 days ago

Overview

Description
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.
Source
emo@eclipse.org
NVD status
Analyzed
Products
jetty

Risk scores

CVSS 3.1

Type
Secondary
Base score
5.3
Impact score
1.4
Exploitability score
3.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Severity
MEDIUM

Weaknesses

emo@eclipse.org
CWE-647

Social media

Hype score
Not currently trending

Configurations

References

Sources include official advisories and independent security research.