httpie@3.2.2 vulnerabilities

HTTPie: modern, user-friendly command-line HTTP client for the API era.

  • latest version

    3.2.4

  • latest non vulnerable version

  • first published

    12 years ago

  • latest version published

    1 months ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the httpie 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
    • H
    Improper Certificate Validation

    httpie is a command line HTTP client.

    Affected versions of this package are vulnerable to Improper Certificate Validation via the client.py and update_warnings.py files. An attacker can eavesdrop on communications between the host and server by conducting a man-in-the-middle attack.

    Mitigation:

    1. Do not use urllib3.disable_warnings() to close TLS warning.

    2. Set get request verify=True.

    How to fix Improper Certificate Validation?

    Upgrade httpie to version 3.2.3 or higher.

    [0,3.2.3)