PYSEC-2020-178

    Dashboard / Vulnerabilities / PYSEC-2020-178

    PYSEC-2020-178

    Published: 22 Jan 2020Last Modified: 8 Nov 2023

    Summary:

    Details: Waitress through version 1.3.1 allows request smuggling by sending the Content-Length header twice. Waitress would header fold a double Content-Length header and due to being unable to cast the now comma separated value to an integer would set the Content-Length to 0 internally. If two Content-Length headers are sent in a single request, Waitress would treat the request as having no body, thereby treating the body of the request as a new request in HTTP pipelining. This issue is fixed in Waitress 1.4.0.

    Affected packages

    Package

    Name: waitress

    Purl: pkg:pypi/waitress

    Affected ranges

    Type: GIT

    Events:

    Affected versions

    0.1

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    PYSEC-2020-178 | CVE-DB