VYPR

rpm package

opensuse/python-waitress-doc&distro=openSUSE Leap 15.5

pkg:rpm/opensuse/python-waitress-doc&distro=openSUSE%20Leap%2015.5

Vulnerabilities (2)

  • CVE-2024-49768Oct 29, 2024
    affected < 2.1.2-150400.12.7.1fixed 2.1.2-150400.12.7.1

    Waitress is a Web Server Gateway Interface server for Python 2 and 3. A remote client may send a request that is exactly recv_bytes (defaults to 8192) long, followed by a secondary request using HTTP pipelining. When request lookahead is disabled (default) we won't read any more

  • CVE-2024-49769Oct 29, 2024
    affected < 2.1.2-150400.12.7.1fixed 2.1.2-150400.12.7.1

    Waitress is a Web Server Gateway Interface server for Python 2 and 3. When a remote client closes the connection before waitress has had the opportunity to call getpeername() waitress won't correctly clean up the connection leading to the main thread attempting to write to a sock