# CVE-2026-8384

## Summary

- **CVE ID:** CVE-2026-8384
- **Severity:** MEDIUM
- **CVSS Score:** 5.3 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)
- **CWE:** CWE-647
- **Published:** Jul 14, 2026
- **Last Modified:** Jul 14, 2026

## 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.

## Affected Products

- Eclipse Foundation — Eclipse Jetty (12.0.0)
- Eclipse Foundation — Eclipse Jetty (12.1.0)

## References

- [CNA](https://gitlab.eclipse.org/security/cve-assignment/-/work_items/108)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.33%
- **EPSS Percentile:** 25.9

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-11._