org.apache.httpcomponents.client5:httpclient5@5.6-alpha1

  • latest version

    5.6.4

  • latest non vulnerable version

  • first published

    10 years ago

  • latest version published

    17 days ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

    Known vulnerabilities in the org.apache.httpcomponents.client5:httpclient5 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
    • M
    Missing Release of Resource after Effective Lifetime

    org.apache.httpcomponents.client5:httpclient5 is a HttpClient component of the Apache HttpComponents project.

    Affected versions of this package are vulnerable to Missing Release of Resource after Effective Lifetime via the ContentCompressionExec response decoding path in httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/ContentCompressionExec.java. An attacker can exhaust the connection pool by sending a response with an invalid or unsupported Content-Encoding header that causes decoding to fail. When the classic I/O client raises the exception, it leaves the underlying response stream and connection unreleased, so pooled connections remain tied up and subsequent requests stall or fail.

    How to fix Missing Release of Resource after Effective Lifetime?

    Upgrade org.apache.httpcomponents.client5:httpclient5 to version 5.6.3 or higher.

    [5.0-alpha1,5.6.3)
    • M
    Missing Critical Step in Authentication

    org.apache.httpcomponents.client5:httpclient5 is a HttpClient component of the Apache HttpComponents project.

    Affected versions of this package are vulnerable to Missing Critical Step in Authentication in the AuthenticationHandler's handleResponse() method. The client may accept SCRAM-SHA-256 authentication by default, without mutual verification.

    How to fix Missing Critical Step in Authentication?

    Upgrade org.apache.httpcomponents.client5:httpclient5 to version 5.6.1 or higher.

    [5.6-alpha1,5.6.1)