Lucene search
+L

3867 matches found

Debian
Debian
added 2020/01/01 1:52 p.m.153 views

[SECURITY] [DLA 2056-1] waitress security update

Package : waitress Version : 0.8.9-2+deb8u1 Debian Bug : 765126 It was discovered that there was a HTTP request smuggling vulnerability in waitress, pure-Python WSGI server. If a proxy server is used in front of waitress, an invalid request may be sent by an attacker that bypasses the front-end a...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2019/12/27 2:11 a.m.30 views

HTTP Request Smuggling

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

8.2CVSS1.2AI score0.02587EPSS
SaveExploits0References11Affected Software3
NVD
NVD
added 2019/12/26 5:15 p.m.22 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.9AI score0.02587EPSS
SaveExploits0References8
OSV
OSV
added 2019/12/26 5:15 p.m.3 views

DEBIAN-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.2AI score0.02587EPSS
SaveExploits0References1
OSV
OSV
added 2019/12/26 5:15 p.m.31 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.2CVSS7.7AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2019/12/26 5:15 p.m.26 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.7AI score0.02587EPSS
SaveExploits0References4
PyPA
PyPA
added 2019/12/26 5:15 p.m.15 views

PYSEC-2019-138

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.5AI score0.02587EPSS
SaveExploits0References7Affected Software1
Prion
Prion
added 2019/12/26 5:15 p.m.31 views

Information disclosure

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...

6.4CVSS7.4AI score0.02587EPSS
SaveExploits0References8Affected Software5
Cvelist
Cvelist
added 2019/12/26 4:40 p.m.53 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.277 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
Debian CVE
Debian CVE
added 2019/12/26 4:40 p.m.94 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
Github Security Blog
Github Security Blog
added 2019/12/26 4:34 p.m.78 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
Veracode
Veracode
added 2019/12/23 7:27 a.m.64 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.53 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
NVD
NVD
added 2019/12/20 11:15 p.m.23 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
UbuntuCve
UbuntuCve
added 2019/12/20 11:15 p.m.35 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
OSV
OSV
added 2019/12/20 11:15 p.m.38 views

PYSEC-2019-136

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.5CVSS0.5AI score0.02537EPSS
SaveExploits1References6
Prion
Prion
added 2019/12/20 11:15 p.m.26 views

Design/Logic Flaw

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...

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

PYSEC-2019-66

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...

6.6AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2019/12/20 11:04 p.m.134 views

HTTP Request Smuggling: Content-Length Sent Twice in Waitress

Impact Waitress would header fold a double Content-Length header and due to being unable to cast the now comma separated value to an integer would set the Content-Length to 0 internally. So a request with: Content-Length: 10 Content-Length: 10 would get transformed to: Content-Length: 10, 10 Whic...

7.5CVSS6.8AI score0.01984EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder