Lucene search
+L

367 matches found

Cvelist
Cvelist
added 2019/12/26 4:40 p.m.58 views

CVE-2019-16789 HTTP Request Smuggling in Waitress: Invalid whitespace characters in headers

In 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 request smuggling. Specially crafted requests containing special...

7.1CVSS7.6AI score0.02587EPSS
SaveExploits0References8
CVE
CVE
added 2019/12/26 4:40 p.m.281 views

CVE-2019-16789

Affected software: Waitress (Python WSGI server) up to version 1.4.0. Vulnerability arises when a front-end proxy sends requests with Transfer-Encoding containing invalid whitespace characters; Waitress may parse such requests as chunked while the front-end uses Content-Length, enabling HTTP requ...

8.2CVSS6.8AI score0.02587EPSS
SaveExploits0References8Affected Software1
AlpineLinux
AlpineLinux
added 2019/12/26 4:40 p.m.102 views

CVE-2019-16789

In 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 request smuggling. Specially crafted requests containing special...

8.2CVSS7AI score0.02587EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2019/12/26 4:40 p.m.96 views

CVE-2019-16789

In 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 request smuggling. Specially crafted requests containing special...

8.2CVSS6.3AI score0.02587EPSS
SaveExploits0
OSV
OSV
added 2019/12/26 4:34 p.m.10 views

GHSA-M5FF-3WJ3-8PH4 HTTP Request Smuggling: Invalid whitespace characters in headers in Waitress

Impact 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 request smuggling. Content-Length: 10 Transfer-Encoding: \x0bchunked For clarity: 0x0b == vertical...

5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2019/12/26 4:34 p.m.80 views

HTTP Request Smuggling: Invalid whitespace characters in headers in Waitress

Impact 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 request smuggling. Content-Length: 10 Transfer-Encoding: \x0bchunked For clarity: 0x0b == vertical...

6.6AI score
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2019/12/24 12:00 a.m.16 views

PT-2019-6234 · Waitress +3 · Waitress +3

Name of the Vulnerable Software and Affected Versions: Waitress versions 1.4.0 and earlier Description: The issue is related to the incorrect handling of special whitespace characters in the Transfer-Encoding header, which can lead to HTTP request smuggling and potentially result in cache poisoni...

9.8CVSS7AI score0.99856EPSS
SaveExploits30References179
Veracode
Veracode
added 2019/12/23 7:27 a.m.65 views

HTTP Request Smuggling

waitress is vulnerable HTTP request smuggling. The vulnerability exists because the library mishandled HTTP request header by not correctly parsing the Transfer-Encoding header, causing the parser to use Content-Length header instead to determine the HTTP message body size, ignoring the requests...

7.5CVSS0.6AI score0.02379EPSS
SaveExploits0References10Affected Software3
Veracode
Veracode
added 2019/12/23 3:01 a.m.54 views

CRLF Injection

waitress is vulnerable to CRLF injection. The vulnerability exists due to the different ways in which carriage returns and line feed characters are parsed in the server and the client. This cab potentially lead to HTTP request smuggling and splitting vulnerabilities...

7.5CVSS2AI score0.02537EPSS
SaveExploits1References10Affected Software3
CNVD
CNVD
added 2019/12/23 12:00 a.m.17 views

Waitress Environmental Vulnerability (CNVD-2020-01313)

Waitress is a WSGI Web Server Gateway Interface server for Python. An environmental issue vulnerability exists in Waitress 1.3.1 and earlier versions. The vulnerability stems from an unreasonable environmental factor in a networked system or product. No detailed vulnerability details are provided...

7.5CVSS7.7AI score0.02379EPSS
SaveExploits0References1
CNVD
CNVD
added 2019/12/23 12:00 a.m.16 views

Waitress Environmental Vulnerabilities (CNVD-2020-01314)

Waitress is a WSGI Web Server Gateway Interface server for Python. An environmental issue vulnerability exists in Waitress 1.3.1 and earlier versions. The vulnerability stems from an unreasonable environmental factor in a networked system or product. No detailed vulnerability details are provided...

7.5CVSS7.7AI score0.02537EPSS
SaveExploits1References1
NVD
NVD
added 2019/12/20 11:15 p.m.24 views

CVE-2019-16785

Waitress 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 terminator and ignore any preceding CR." Unfortunately if a front-end serve...

7.5CVSS7.2AI score0.02537EPSS
SaveExploits1References8
OSV
OSV
added 2019/12/20 11:15 p.m.5 views

DEBIAN-CVE-2019-16785

Waitress 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 terminator and ignore any preceding CR." Unfortunately if a front-end serve...

7.5CVSS6.3AI score0.02537EPSS
SaveExploits1References1
OSV
OSV
added 2019/12/20 11:15 p.m.11 views

DEBIAN-CVE-2019-16786

Waitress 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 standard Transfer-Encoding should be a comma separated list, with t...

7.5CVSS6.3AI score0.02379EPSS
SaveExploits0References1
NVD
NVD
added 2019/12/20 11:15 p.m.24 views

CVE-2019-16786

Waitress 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 standard Transfer-Encoding should be a comma separated list, with t...

7.5CVSS7.1AI score0.02379EPSS
SaveExploits0References8
OSV
OSV
added 2019/12/20 11:15 p.m.33 views

CVE-2019-16786

Waitress 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 standard Transfer-Encoding should be a comma separated list, with t...

7.5CVSS7.2AI score
SaveExploits0References8
OSV
OSV
added 2019/12/20 11:15 p.m.24 views

CVE-2019-16785

Waitress 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 terminator and ignore any preceding CR." Unfortunately if a front-end serve...

7.5CVSS7.2AI score
SaveExploits0References8
OSV
OSV
added 2019/12/20 11:15 p.m.8 views

PYSEC-2019-67

Waitress 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 standard Transfer-Encoding should be a comma separated list, with t...

5.9AI score
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2019/12/20 11:15 p.m.36 views

CVE-2019-16785

Waitress 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 terminator and ignore any preceding CR." Unfortunately if a front-end serve...

7.5CVSS6.8AI score0.02537EPSS
SaveExploits1References3
PyPA
PyPA
added 2019/12/20 11:15 p.m.9 views

PYSEC-2019-137

Waitress 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 standard Transfer-Encoding should be a comma separated list, with t...

7.5CVSS6.7AI score0.02379EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder