VYPR
Moderate severityNVD Advisory· Published Apr 22, 2019· Updated Aug 4, 2024

CVE-2019-10246

CVE-2019-10246

Description

In Eclipse Jetty version 9.2.27, 9.3.26, and 9.4.16, the server running on Windows is vulnerable to exposure of the fully qualified Base Resource directory name on Windows to a remote client when it is configured for showing a Listing of directory contents. This information reveal is restricted to only the content in the configured base resource directories.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Eclipse Jetty on Windows exposes full base resource directory path in directory listings, affecting versions 9.2.27, 9.3.26, 9.4.16.

The vulnerability lies in Eclipse Jetty's DefaultServlet and ResourceHandler when configured to show directory listings on Windows. The server leaks the fully qualified Base Resource directory name in the HTML output of directory listings [1][2]. For example, if the base resource is C:\applications\appname\webapps\private.war, that exact path is revealed to the client.

Exploitation requires the server to be running on Windows with directory listing enabled. A remote attacker can trigger this by requesting a directory that has listing enabled; no authentication is necessary. The attack surface is limited to the configured base resource directories, but the path exposure can aid in further attacks [2].

The impact is information disclosure: the attacker learns the full filesystem path of the base resource, which may reveal application structure or sensitive deployment details. This is classified as CWE-213 (Exposure of Sensitive Information Due to Incompatible Policies) [2].

Mitigation is available by upgrading to Jetty versions 9.2.28.v20190418, 9.3.27.v20190418, or 9.4.17.v20190418, which fix the disclosure [2]. Users on Windows should apply the update promptly, and those who cannot upgrade should consider disabling directory listings if not needed.

AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.eclipse.jetty:jetty-serverMaven
>= 9.2.0, < 9.2.28.v201904189.2.28.v20190418
org.eclipse.jetty:jetty-serverMaven
>= 9.3.0, < 9.3.27.v201904189.3.27.v20190418
org.eclipse.jetty:jetty-serverMaven
>= 9.4.0, < 9.4.17.v201904189.4.17.v20190418

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

16

News mentions

0

No linked articles in our index yet.