GHSA-j6qj-j888-vvgq
GitHub Security Advisory
Directory exposure in jetty
✓ GitHub Reviewed
LOW
Has CVE
Advisory Details
### Impact
If the `${jetty.base}` directory or the `${jetty.base}/webapps` directory is a symlink (soft link in Linux), the contents of the `${jetty.base}/webapps` directory may be deployed as a static web application, exposing the content of the directory for download.
For example, the problem manifests in the following `${jetty.base}`:
```$ tree demo-base/
demo-base/
├── etc
├── lib
├── resources
├── start.d
├── deploy
│ └── async-rest.war
└── webapps -> deploy
```
### Workarounds
Do not use a symlink
Affected Packages
Maven
org.eclipse.jetty:jetty-deploy
Affected versions:
9.4.32
(fixed in 9.4.39)
Maven
org.eclipse.jetty:jetty-deploy
Affected versions:
10.0.0
(fixed in 10.0.2)
Maven
org.eclipse.jetty:jetty-deploy
Affected versions:
11.0.0
(fixed in 11.0.2)
Related CVEs
Key Information
2.5
/10
Dataset
Last updated: November 25, 2025 6:29 AM
Data from GitHub Advisory Database. This information is provided for research and educational purposes.