S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
low·Misconfiguration·Updated Dec 19, 2025

Eclipse Jetty Configuration Disclosure Scanner

This scanner detects the use of Eclipse Jetty Configuration Disclosure in digital assets. Eclipse Jetty server enables directory listing, revealing directory structure and file names to unauthenticated users. Detecting this helps in securing sensitive files and preventing unauthorized access.

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
3k
Times Used
continuous scan runs
5.8k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
Detail

The Eclipse Jetty server is a widely-used web server and servlet container known for its scalability and embeddability in Java applications. It serves many purposes, including hosting web applications, serving static files, and providing HTTP services. Jetty is used by developers for its lightweight footprint and ease of integration, making it ideal for applications that require embedded HTTP functionality. Large-scale software deployed in embedded systems also relies on Jetty given its compatibility and performance.

The vulnerability in Eclipse Jetty arises from directory listing being enabled, which exposes directory structures to unauthenticated users. This access can reveal the presence of sensitive files, backup files, and crucial configuration files, potentially aiding attackers in gaining unauthorized information. Identifying and addressing this vulnerability helps in safeguarding web servers from reconnaissance activities by malicious entities.

The technical detail involves the Jetty server having directory listing enabled. This means the server's directories display their contents when accessed directly through a browser without appropriate configurations. Vulnerable endpoints typically include directories like /static/, /resources/, /assets/, and /files/, where the server should return a listing of files. An unauthenticated visitor can access file names and structures, increasing risk.

If malicious individuals exploit this vulnerability, they could enumerate files, discover hidden resources, or access backup and configuration files, which may lead to unauthorized data exposure. Such exposure can be detrimental, potentially leading to further breaches at the application layer, resulting in data theft or loss.

REFERENCES

Solution Advice
  • Disable directory listing by setting dirAllowed to false in the DefaultServlet configuration.
  • Set allowDirectoryListing to false in WebAppContext.
  • Add index files such as index.html to directories that should not list contents.
  • Consistently review server configurations to ensure that directory listing remains disabled.
  • Regularly audit the server to identify any accidental exposures or misconfigurations.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.