Lucene search
+L

362 matches found

OSV
OSV
added 2022/04/04 9:29 p.m.58 views

GHSA-C2JG-HW38-JRQQ Inconsistent Interpretation of HTTP Requests in twisted.web

The Twisted Web HTTP 1.1 server, located in the twisted.web.http module, parsed several HTTP request constructs more leniently than permitted by RFC 7230: 1. The Content-Length header value could have a + or - prefix. 2. Illegal characters were permitted in chunked extensions, such as the LF \n...

9.2CVSS8.3AI score0.028EPSS
SaveExploits0References12
Github Security Blog
Github Security Blog
added 2022/04/04 9:29 p.m.36 views

Inconsistent Interpretation of HTTP Requests in twisted.web

The Twisted Web HTTP 1.1 server, located in the twisted.web.http module, parsed several HTTP request constructs more leniently than permitted by RFC 7230: 1. The Content-Length header value could have a + or - prefix. 2. Illegal characters were permitted in chunked extensions, such as the LF \n...

8.1CVSS8.3AI score0.028EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2022/04/04 5:25 p.m.57 views

CVE-2022-24801 HTTP Request Smuggling in twisted.web

Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to version 22.4.0rc1, the Twisted Web HTTP 1.1 server, located in the twisted.web.http module, parsed several HTTP request constructs more leniently than permitted by RFC 7230. This non-conformant parsing...

8.1CVSS8.5AI score0.028EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2022/04/04 5:25 p.m.53 views

CVE-2022-24801

Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to version 22.4.0rc1, the Twisted Web HTTP 1.1 server, located in the twisted.web.http module, parsed several HTTP request constructs more leniently than permitted by RFC 7230. This non-conformant parsing...

8.1CVSS8.5AI score0.028EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/02/20 12:00 a.m.7 views

totalFeiBoosted vars can desync in TurboSafe and TurboMaster

Lines of code Vulnerability details Impact The TurboSafe and TurboMaster contracts each keep track of totalFeiBoosted, getTotalFeiBoostedForVault, and Master keeps track of getTotalBoostedAgainstCollateral in addition. For the TurboMaster contract, these values should be the sum of the...

6.8AI score
SaveExploits0
GithubExploit
GithubExploit
added 2022/02/15 9:22 a.m.1081 views

Exploit for HTTP Request Smuggling in Sap Content_Server

It is an offensive tool for SAP memory pipesMPI desynchronizat...

10CVSS9.3AI score0.97945EPSS
SaveExploits8
OSV
OSV
added 2021/08/25 8:56 p.m.26 views

GHSA-6HFQ-H8HQ-87MF HTTP Request Smuggling in hyper

Summary hyper's HTTP server code had a flaw that incorrectly understands some requests with multiple transfer-encoding headers to have a chunked payload, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that understands the request payload boundary different...

4.8CVSS8AI score0.04771EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.31 views

HTTP Request Smuggling in hyper

Summary hyper's HTTP server code had a flaw that incorrectly understands some requests with multiple transfer-encoding headers to have a chunked payload, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that understands the request payload boundary different...

8.1CVSS0.4AI score0.04771EPSS
SaveExploits0References6Affected Software1
Akamai Blog
Akamai Blog
added 2021/08/05 4:00 a.m.27 views

HTTP/2 Request Smuggling

HTTP Request Smuggling also known as an HTTP Desync Attack has experienced a resurgence in security research recently, thanks in large part to the outstanding work by security researcher James Kettle. His 2019 Blackhat presentation on HTTP Desync attacks exposed vulnerabilities with different...

0.7AI score
SaveExploits0
Akamai Blog
Akamai Blog
added 2021/08/05 4:00 a.m.10 views

HTTP/2 Request Smuggling

HTTP Request Smuggling also known as an HTTP Desync Attack has experienced a resurgence in security research recently, thanks in large part to the outstanding work by security researcher James Kettle. His 2019 Blackhat presentation on HTTP Desync attacks exposed vulnerabilities with different...

5.6AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/07/12 4:55 p.m.30 views

Integer Overflow in Chunked Transfer-Encoding

Summary hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes larger than hyper does, can result in "request smuggling" or...

9.1CVSS0.01133EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/07/12 4:55 p.m.20 views

GHSA-5H46-H7HH-C6X9 Integer Overflow in Chunked Transfer-Encoding

Summary hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes larger than hyper does, can result in "request smuggling" or...

5.9CVSS9.2AI score0.01133EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/07/12 4:54 p.m.45 views

Lenient Parsing of Content-Length Header When Prefixed with Plus Sign

Summary hyper's HTTP/1 server code had a flaw that incorrectly parses and accepts requests with a Content-Length header with a prefixed plus sign, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that doesn't parse such Content-Length headers, but forwards...

5.3CVSS0.00886EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/07/12 4:54 p.m.37 views

GHSA-F3PG-QWVG-P99C Lenient Parsing of Content-Length Header When Prefixed with Plus Sign

Summary hyper's HTTP/1 server code had a flaw that incorrectly parses and accepts requests with a Content-Length header with a prefixed plus sign, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that doesn't parse such Content-Length headers, but forwards...

3.1CVSS5.2AI score0.00886EPSS
SaveExploits1References6
NVD
NVD
added 2021/07/07 8:15 p.m.21 views

CVE-2021-32714

hyper is an HTTP library for Rust. In versions prior to 0.14.10, hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes...

9.1CVSS0.01133EPSS
SaveExploits1References1
OSV
OSV
added 2021/07/07 8:15 p.m.27 views

CVE-2021-32715

hyper is an HTTP library for rust. hyper's HTTP/1 server code had a flaw that incorrectly parses and accepts requests with a Content-Length header with a prefixed plus sign, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that doesn't parse such...

5.3CVSS5.4AI score
SaveExploits0References2
OSV
OSV
added 2021/07/07 8:15 p.m.15 views

CVE-2021-32714

hyper is an HTTP library for Rust. In versions prior to 0.14.10, hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes...

9.1CVSS9.3AI score
SaveExploits0References1
NVD
NVD
added 2021/07/07 8:15 p.m.19 views

CVE-2021-32715

hyper is an HTTP library for rust. hyper's HTTP/1 server code had a flaw that incorrectly parses and accepts requests with a Content-Length header with a prefixed plus sign, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that doesn't parse such...

5.3CVSS0.00886EPSS
SaveExploits1References2
Prion
Prion
added 2021/07/07 8:15 p.m.15 views

Integer overflow

hyper is an HTTP library for Rust. In versions prior to 0.14.10, hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes...

6.4CVSS9.2AI score0.01133EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/07/07 8:15 p.m.18 views

Design/Logic Flaw

hyper is an HTTP library for rust. hyper's HTTP/1 server code had a flaw that incorrectly parses and accepts requests with a Content-Length header with a prefixed plus sign, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that doesn't parse such...

4.3CVSS5.3AI score0.00886EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder