org.eclipse.jetty:jetty-http@10.0.0-alpha0

  • latest version

    12.1.13

  • latest non vulnerable version

  • first published

    17 years ago

  • latest version published

    11 days ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

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

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    HTTP Request Smuggling

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

    Affected versions of this package are vulnerable to HTTP Request Smuggling in the chunked request parsing of HttpParser, which accepts a lone LF, rather than CRLF, as the line terminator for chunk extensions, chunk data, and trailers. An attacker can make Jetty and an intermediary proxy interpret different request boundaries, smuggling a request past the proxy, by sending an HTTP/1.1 chunked request whose chunk or trailer terminators use a bare LF. This requires a front-end proxy that parses the chunk framing differently from Jetty, and the exact LF handling depends on the configured HTTP compliance mode.

    How to fix HTTP Request Smuggling?

    Upgrade org.eclipse.jetty:jetty-http to version 12.0.38, 12.1.12 or higher.

    [,12.0.38)[12.1.0.alpha0,12.1.12)
    • C
    HTTP Request Smuggling

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

    Affected versions of this package are vulnerable to HTTP Request Smuggling in the HTTP/1.1 parser (HttpParser.java). An attacker can inject additional HTTP requests with chunked transfer encoding with improperly terminated quoted strings.

    How to fix HTTP Request Smuggling?

    Upgrade org.eclipse.jetty:jetty-http to version 12.0.33, 12.1.7 or higher.

    [,12.0.33)[12.1.0.alpha0,12.1.7)
    • L
    Improper Input Validation

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

    Affected versions of this package are vulnerable to Improper Input Validation due to improper URI paring in the HttpURI class.

    How to fix Improper Input Validation?

    Upgrade org.eclipse.jetty:jetty-http to version 9.4.47, 10.0.10, 11.0.10 or higher.

    [,9.4.47)[10.0.0-alpha0,10.0.10)[11.0.0-alpha0,11.0.10)