Lucene search
+L

651 matches found

OSV
OSV
added 2020/01/22 7:15 p.m.7 views

UBUNTU-CVE-2019-16792

Waitress through version 1.3.1 allows request smuggling by sending the Content-Length header twice. 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. If two...

7.5CVSS6.7AI score0.01984EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2020/01/22 6:30 p.m.45 views

CVE-2019-16792 HTTP Request Smuggling: Content-Length Sent Twice in Waitress

Waitress through version 1.3.1 allows request smuggling by sending the Content-Length header twice. 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. If two...

7.1CVSS7.3AI score0.01984EPSS
SaveExploits0References5
CVE
CVE
added 2020/01/22 6:30 p.m.209 views

CVE-2019-16792

CVE-2019-16792 affects Waitress up to version 1.3.1, where sending two Content-Length headers can cause a request to be treated as having no body and the body of the request becoming a new request in HTTP pipelining. The issue is caused by header folding of a double Content-Length and an inabilit...

7.5CVSS6.9AI score0.01984EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2020/01/22 6:30 p.m.66 views

CVE-2019-16792

Waitress through version 1.3.1 allows request smuggling by sending the Content-Length header twice. 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. If two...

7.5CVSS7.3AI score0.01984EPSS
SaveExploits0
NVD
NVD
added 2020/01/21 3:15 p.m.28 views

CVE-2011-2668

Mozilla Firefox through 1.5.0.3 has a vulnerability in processing the content-length header...

8.8CVSS8.6AI score0.01111EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2020/01/21 2:38 p.m.41 views

CVE-2011-2668

Mozilla Firefox through 1.5.0.3 has a vulnerability in processing the content-length header...

8.6AI score0.01111EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2020/01/21 2:38 p.m.44 views

CVE-2011-2668

Mozilla Firefox through 1.5.0.3 has a vulnerability in processing the content-length header...

8.8CVSS8.7AI score0.01111EPSS
SaveExploits0
Veracode
Veracode
added 2019/12/27 2:11 a.m.31 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
Prion
Prion
added 2019/12/20 11:15 p.m.28 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.02379EPSS
SaveExploits0References8Affected Software5
RedHat Linux
RedHat Linux
added 2019/12/19 6:26 p.m.8 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:00 p.m.10 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:00 a.m.21 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
UbuntuCve
UbuntuCve
added 2019/11/15 4:15 p.m.56 views

CVE-2009-5047

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2009-4611. Reason: This candidate is a duplicate of CVE-2009-4611. Notes: All CVE users should reference CVE-2009-4611 rather than this candidate. All references and descriptions in this candidate have been removed to prevent...

7AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2019/11/15 12:00 a.m.16 views

PT-2019-6517 · Eclipse · Jetty

Name of the Vulnerable Software and Affected Versions: Jetty versions 6.x through 6.1.21 Description: The issue concerns an escape sequence injection vulnerability that can be exploited through two vectors: the "Cookie Dump Servlet" and the HTTP Content-Length header. Specifically, a POST request...

8AI score
SaveExploits0References4
Prion
Prion
added 2019/10/12 8:15 p.m.25 views

Null pointer dereference

Hydra through 0.1.8 has a NULL pointer dereference and daemon crash when processing POST requests that lack a Content-Length header. read.c, request.c, and util.c contribute to this. The processheaderend function calls boaatoi, which ultimately calls atoi on a NULL pointer...

5CVSS7.5AI score0.01704EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2019/10/12 7:53 p.m.167 views

CVE-2019-17502

CVE-2019-17502 affects Hydra up to version 0.1.8 and involves a NULL pointer dereference that can crash the daemon when processing POST requests without a Content-Length header. The issue is tied to read.c, request.c, and util.c, with the process_header_end() function calling boa_atoi(), which ul...

7.5CVSS7.5AI score0.01704EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2019/10/12 7:53 p.m.37 views

CVE-2019-17502

Hydra through 0.1.8 has a NULL pointer dereference and daemon crash when processing POST requests that lack a Content-Length header. read.c, request.c, and util.c contribute to this. The processheaderend function calls boaatoi, which ultimately calls atoi on a NULL pointer...

7.6AI score0.01704EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2019/10/02 2:29 p.m.7 views

HTTP/2: 0-length headers lead to denial of service

A flaw was found in HTTP/2. An attacker, sending a stream of header with a 0-length header name and a 0-length header value, could cause some implementations to allocate memory for these headers and keep the allocations alive until the session dies. The can consume excess memory, potentially...

7.5CVSS7.1AI score0.56262EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2019/09/13 8:46 a.m.8 views

HTTP/2: 0-length headers lead to denial of service

A flaw was found in HTTP/2. An attacker, sending a stream of header with a 0-length header name and a 0-length header value, could cause some implementations to allocate memory for these headers and keep the allocations alive until the session dies. The can consume excess memory, potentially...

7.5CVSS7.1AI score0.56262EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2019/09/13 8:40 a.m.10 views

HTTP/2: 0-length headers lead to denial of service

A flaw was found in HTTP/2. An attacker, sending a stream of header with a 0-length header name and a 0-length header value, could cause some implementations to allocate memory for these headers and keep the allocations alive until the session dies. The can consume excess memory, potentially...

7.5CVSS7.1AI score0.56262EPSS
SaveExploits0References9
Rows per page
Query Builder