Lucene search
+L

194 matches found

OSV
OSV
added 2019/12/20 11:15 p.m.8 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
OSV
OSV
added 2019/12/20 11:15 p.m.10 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.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
Github Security Blog
Github Security Blog
added 2019/12/20 11:4 p.m.131 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.31 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
OSV
OSV
added 2019/12/20 11:4 p.m.37 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
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
Cvelist
Cvelist
added 2019/12/20 11:0 p.m.34 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.74 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.10 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
NVD
NVD
added 2019/11/26 4:15 p.m.22 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.5 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
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 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
CVE
CVE
added 2019/11/26 4:11 p.m.417 views

CVE-2019-6477

CVE-2019-6477 affects BIND (DNS server). It allows TCP-pipelined queries to bypass per-connection tcp-client limits, potentially causing denial of service by exhausting server resources and making the service unresponsive. Affected distributions reference patched releases: Debian DSA-4689-1 notes...

7.5CVSS7.6AI score0.04055EPSS
SaveExploits0References8Affected Software1
AlpineLinux
AlpineLinux
added 2019/11/26 4:11 p.m.44 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.8AI score0.04055EPSS
SaveExploits0
Cvelist
Cvelist
added 2019/11/26 4:11 p.m.25 views

CVE-2019-6477 TCP-pipelined queries can bypass tcp-clients limit

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
UbuntuCve
UbuntuCve
added 2019/11/20 12:0 a.m.39 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.5AI score0.04055EPSS
SaveExploits0References3
OSV
OSV
added 2019/11/20 12:0 a.m.5 views

UBUNTU-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 score0.04055EPSS
SaveExploits0References4
Wallarm Lab
Wallarm Lab
added 2019/10/30 12:7 a.m.49 views

Race Condition in Web Applications

Even web application APIs can be subject to race conditions. Check out where it can happen such as the cases of HTTP pipelining, splitting HTTP and others. The post Race Condition in Web Applications appeared first on Wallarm Blog...

0.8AI score
SaveExploits0
Rows per page
Query Builder