VYPR

rpm package

opensuse/python-waitress&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/python-waitress&distro=openSUSE%20Tumbleweed

Vulnerabilities (3)

  • CVE-2024-49769Oct 29, 2024
    affected < 3.0.1-1.1fixed 3.0.1-1.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

  • CVE-2022-31015May 31, 2022
    affected < 3.0.2-1.4fixed 3.0.2-1.4

    Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 may terminate early due to a thread closing a socket while the main thread is about to call select(). This will lead to the main thread raising an exception that is not handled

  • CVE-2022-24761Mar 17, 2022
    affected < 3.0.2-1.4fixed 3.0.2-1.4

    Waitress is a Web Server Gateway Interface server for Python 2 and 3. When using Waitress versions 2.1.0 and prior behind a proxy that does not properly validate the incoming HTTP request matches the RFC7230 standard, Waitress and the frontend proxy may disagree on where one requ