Skip to main content

Exposure of Sensitive Information to an Unauthorized Actor

CVE-2018-12536

Severity Medium
Score 5.3/10

Summary

In Eclipse Jetty Server, versions 9.3.4.RC1 to 9.3.23.v20180228, 9.4.0.M0 to 9.4.10.v20180503, and 10.0.0-alpha0 to 11.0.0.beta1 on webapps deployed using default Error Handling, when an intentionally bad query arrives that doesn't match a dynamic url-pattern, and is eventually handled by the DefaultServlet's static file serving, the bad characters can trigger a java.nio.file.InvalidPathException which includes the full path to the base resource directory that the DefaultServlet and/or webapp is using. If this InvalidPathException is then handled by the default Error Handler, the InvalidPathException message is included in the error response, revealing the full server path to the requesting system.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • LOW
  • NONE

CWE-200 - Information Exposure

An information exposure vulnerability is categorized as an information flow (IF) weakness, which can potentially allow unauthorized access to otherwise classified information in the application, such as confidential personal information (demographics, financials, health records, etc.), business secrets, and the application's internal environment.

Advisory Timeline

  • Published