Search CVE reports
1 – 9 of 9 results
CVE-2024-49769
Medium prioritySome fixes available 4 of 6
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...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | Fixed | Fixed | Fixed | Ignored | Ignored |
CVE-2024-49768
Medium priorityWaitress 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...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | Fixed | Not affected | Not affected | Not affected | Not affected |
CVE-2022-31015
Medium prioritySome fixes available 1 of 2
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...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | — | Not affected | Not affected | Not affected | Not affected |
CVE-2022-24761
Medium priorityWaitress 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...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | — | Fixed | Fixed | Not affected | Not affected |
CVE-2020-5236
Medium priorityWaitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | — | — | — | Not affected | Not affected |
CVE-2019-16792
Low priorityWaitress 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...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | Not affected | Not affected | Not affected | Needs evaluation | Needs evaluation |
CVE-2019-16789
Low priorityIn Waitress through version 1.4.0, if a proxy server is used in front of waitress, an invalid request may be sent by an attacker that bypasses the front-end and is parsed differently by waitress leading to a potential for HTTP...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | Not affected | Not affected | Not affected | Vulnerable | Vulnerable |
CVE-2019-16786
Low priorityWaitress through version 1.3.1 would parse the Transfer-Encoding header and only look for a single string value, if that value was not chunked it would fall through and use the Content-Length header instead. According to the HTTP...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | Not affected | Not affected | Not affected | Vulnerable | Vulnerable |
CVE-2019-16785
Low priorityWaitress through version 1.3.1 implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line...
1 affected packages
waitress
Package | 24.04 LTS | 22.04 LTS | 20.04 LTS | 18.04 LTS | 16.04 LTS |
---|---|---|---|---|---|
waitress | Not affected | Not affected | Not affected | Vulnerable | Vulnerable |