VYPR

rpm package

suse/python-waitress&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS

pkg:rpm/suse/python-waitress&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP4-LTSS

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