org.eclipse.jetty:jetty-http@9.4.56.v20240826 vulnerabilities

  • latest version

    12.0.16

  • latest non vulnerable version

  • first published

    15 years ago

  • latest version published

    18 days ago

  • licenses detected

  • package manager

  • Direct Vulnerabilities

    Known vulnerabilities in the org.eclipse.jetty:jetty-http package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • M
    Improper Validation of Syntactic Correctness of Input

    org.eclipse.jetty:jetty-http is an is a http module for jetty server.

    Affected versions of this package are vulnerable to Improper Validation of Syntactic Correctness of Input via the HttpURI class due to insufficient validation on the authority segment of a URI. An attacker can manipulate the URI parsing to redirect requests or initiate server-side requests to unintended destinations by supplying malformed URIs that bypass validation checks.

    Notes:

    1. This is only exploitable if the application uses decoded user data as encoded URIs in conjunction with the HttpURI class used directly;

    2. The Jetty usage of the HttpURI class is not vulnerable.

    How to fix Improper Validation of Syntactic Correctness of Input?

    Upgrade org.eclipse.jetty:jetty-http to version 12.0.12 or higher.

    [,12.0.12)