Lucene search
+L

2517 matches found

Veracode
Veracode
added 2019/12/27 2:11 a.m.29 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
OSV
OSV
added 2019/12/26 5:15 p.m.8 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.2CVSS7.1AI score0.02587EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2019/12/26 4:40 p.m.83 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.4 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
OSV
OSV
added 2019/12/23 5:15 p.m.7 views

CVE-2019-19337

A flaw was found in Red Hat Ceph Storage version 3 in the way the Ceph RADOS Gateway daemon handles S3 requests. An authenticated attacker can abuse this flaw by causing a remote denial of service by sending a specially crafted HTTP Content-Length header to the Ceph RADOS Gateway server...

6.5CVSS6.6AI score0.0132EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2019/12/23 4:18 p.m.58 views

CVE-2019-19337

A flaw was found in Red Hat Ceph Storage version 3 in the way the Ceph RADOS Gateway daemon handles S3 requests. An authenticated attacker can abuse this flaw by causing a remote denial of service by sending a specially crafted HTTP Content-Length header to the Ceph RADOS Gateway server...

6.5CVSS6.3AI score0.0132EPSS
SaveExploits0
Veracode
Veracode
added 2019/12/23 7:27 a.m.62 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
Positive Technologies
Positive Technologies
added 2019/12/22 12:0 a.m.11 views

PT-2019-5515 · Openwrt · Openwrt

Name of the Vulnerable Software and Affected Versions: OpenWrt versions 18.06.0 through 18.06.5 OpenWrt versions 19.0 through 19.07.0-rc2 Description: The issue is related to an integer signedness error in the uhttpd function of the OpenWrt embedded operating system, which can lead to out-of-boun...

7.8CVSS7.5AI score0.01551EPSS
SaveExploits0References6
NVD
NVD
added 2019/12/20 11:15 p.m.20 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
OSV
OSV
added 2019/12/20 11:15 p.m.3 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
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.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.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
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
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
AlpineLinux
AlpineLinux
added 2019/12/20 11:0 p.m.107 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 score0.02545EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2019/12/19 6:26 p.m.6 views

ceph: denial of service in RGW daemon

A flaw was found in the way the Ceph RADOS Gateway daemon handles S3 requests. An authenticated attacker can abuse this flaw by causing a remote denial of service by sending a specially crafted HTTP Content-Length header to the Ceph RADOS Gateway server...

6.5CVSS5.8AI score0.0132EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2019/12/19 6:0 p.m.6 views

ceph: denial of service in RGW daemon

A flaw was found in the way the Ceph RADOS Gateway daemon handles S3 requests. An authenticated attacker can abuse this flaw by causing a remote denial of service by sending a specially crafted HTTP Content-Length header to the Ceph RADOS Gateway server...

6.5CVSS5.8AI score0.0132EPSS
SaveExploits0References4
CNVD
CNVD
added 2019/12/19 12:0 a.m.11 views

Red Hat Ceph Storage Denial of Service Vulnerability (CNVD-2020-01642)

Red Hat Ceph Storage is a scalable, open software-defined storage platform from Red Hat. A denial of service vulnerability exists in Red Hat Ceph Storage version 3, which can be exploited to cause a remote denial of service by sending a specially crafted HTTP Content-Length header to the Ceph RAD...

6.5CVSS6.8AI score0.0132EPSS
SaveExploits0References1
Rows per page
Query Builder