Lucene search
+L

200 matches found

Veracode
Veracode
added 2019/12/23 7:27 a.m.63 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.02545EPSS
SaveExploits0References10Affected Software3
OSV
OSV
added 2019/12/20 11:15 p.m.4 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.02545EPSS
SaveExploits0References1
NVD
NVD
added 2019/12/20 11:15 p.m.21 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.02545EPSS
SaveExploits0References8
PyPA
PyPA
added 2019/12/20 11:15 p.m.7 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.02545EPSS
SaveExploits0References6Affected Software1
UbuntuCve
UbuntuCve
added 2019/12/20 11:15 p.m.26 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.5CVSS6.7AI score0.02545EPSS
SaveExploits0References3
OSV
OSV
added 2019/12/20 11:15 p.m.3 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
Prion
Prion
added 2019/12/20 11:15 p.m.25 views

Design/Logic Flaw

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

5CVSS7.1AI score0.02545EPSS
SaveExploits0References8Affected Software5
OSV
OSV
added 2019/12/20 11:15 p.m.11 views

UBUNTU-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.7AI score0.02545EPSS
SaveExploits0References4
OSV
OSV
added 2019/12/20 11:15 p.m.12 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.8AI score0.02545EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2019/12/20 11:4 p.m.133 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.02122EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2019/12/20 11:4 p.m.32 views

GHSA-4PPP-GPCR-7QF6 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.5CVSS7.4AI score0.02122EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2019/12/20 11:4 p.m.154 views

HTTP Request Smuggling: Invalid Transfer-Encoding in Waitress

Impact Waitress 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 the inner-most...

7.5CVSS0.02545EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2019/12/20 11:4 p.m.39 views

GHSA-G2XC-35JW-C63P HTTP Request Smuggling: Invalid Transfer-Encoding in Waitress

Impact Waitress 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 the inner-most...

7.1CVSS7.5AI score0.02545EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2019/12/20 11:0 p.m.41 views

CVE-2019-16786 HTTP Request Smuggling: Invalid Transfer-Encoding in Waitress

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.1CVSS7.4AI score0.02545EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2019/12/20 11:0 p.m.75 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.5CVSS6.5AI score0.02545EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2019/12/20 12:0 a.m.11 views

PT-2019-6225 · Waitress +3 · Waitress +3

Name of the Vulnerable Software and Affected Versions: Waitress versions prior to 1.4.0 Description: The issue is related to the incorrect parsing of the Transfer-Encoding header in Waitress. According to the HTTP standard, Transfer-Encoding should be a comma-separated list with the inner-most...

9.8CVSS7.3AI score0.99856EPSS
SaveExploits30References173
OSV
OSV
added 2019/11/26 4:15 p.m.6 views

ALPINE-CVE-2019-6477

With pipelining enabled each incoming query on a TCP connection requires a similar resource allocation to a query received via UDP or via TCP without pipelining enabled. A client using a TCP-pipelined connection to a server could consume more resources than the server has been provisioned to...

7.5CVSS6.9AI score0.04055EPSS
SaveExploits0References1
NVD
NVD
added 2019/11/26 4:15 p.m.23 views

CVE-2019-6477

With pipelining enabled each incoming query on a TCP connection requires a similar resource allocation to a query received via UDP or via TCP without pipelining enabled. A client using a TCP-pipelined connection to a server could consume more resources than the server has been provisioned to...

7.5CVSS7.5AI score0.04055EPSS
SaveExploits0References8
OSV
OSV
added 2019/11/26 4:15 p.m.3 views

DEBIAN-CVE-2019-6477

With pipelining enabled each incoming query on a TCP connection requires a similar resource allocation to a query received via UDP or via TCP without pipelining enabled. A client using a TCP-pipelined connection to a server could consume more resources than the server has been provisioned to...

7.5CVSS6.3AI score0.04055EPSS
SaveExploits0References1
OSV
OSV
added 2019/11/26 4:15 p.m.33 views

CVE-2019-6477

With pipelining enabled each incoming query on a TCP connection requires a similar resource allocation to a query received via UDP or via TCP without pipelining enabled. A client using a TCP-pipelined connection to a server could consume more resources than the server has been provisioned to...

7.5CVSS6.6AI score
SaveExploits0References8
Rows per page
Query Builder