Lucene search
+L

81 matches found

CVE
CVE
added 2020/09/16 2:28 p.m.192 views

CVE-2020-1710

CVE-2020-1710 concerns Undertow in Red Hat JBoss EAP/WildFly stack where the field-name is not parsed per RFC7230, causing a 200 instead of a 400. The CVE is referenced in Red Hat advisory RHSA-2024:5856 as part of security fixes for JBoss EAP 7.x on RHEL 7, indicating a remediation path within t...

5.3CVSS4.9AI score0.0119EPSS
SaveExploits0References1Affected Software4
Veracode
Veracode
added 2020/08/18 2:04 a.m.22 views

HTTP Response Splitting

undertow is vulnerable to HTTP response splitting. The vulnerability exists as in EAP, the field-name is not parsed in accordance to RFC7230...

5.3CVSS1.7AI score0.0119EPSS
SaveExploits0References24Affected Software29
RedhatCVE
RedhatCVE
added 2020/08/06 12:13 a.m.29 views

CVE-2020-1710

A flaw was discovered in JBoss EAP, where it does not process the header field-name in accordance with RFC7230. Whitespace between the header field-name and colon is processed, resulting in an HTTP response code of 200 instead of a bad request of 400. Mitigation There is currently no known...

5CVSS0.7AI score0.0119EPSS
SaveExploits0References3
Veracode
Veracode
added 2020/02/04 6:49 a.m.18 views

Denial Of Service (DoS)

waitress is vulnerable to denial of service DoS. The vulnerability exists as catastrophic backtracking could occur through the use of a greedy regular expression that does not conform to RFC7230, and subsequently used to validate HTTP headers...

6.5CVSS2.1AI score0.02363EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2020/02/04 3:15 a.m.19 views

CVE-2020-5236

Waitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and...

6.5CVSS6.3AI score
SaveExploits0References2
Prion
Prion
added 2020/02/04 3:15 a.m.24 views

Design/Logic Flaw

Waitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and...

6.8CVSS6.3AI score0.02363EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/02/04 3:07 a.m.77 views

Catastrophic backtracking in regex allows Denial of Service in Waitress

Impact When waitress receives a header that contains invalid characters it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and blocking any other interactions. This would allow an attacker to send a single request with an invalid...

6.8CVSS1.1AI score0.02363EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2020/02/04 3:05 a.m.127 views

CVE-2020-5236

CVE-2020-5236 affects the Python WSGI server waitress. A flaw in the regex used to validate incoming HTTP headers allows catastrophic backtracking when headers contain invalid characters (e.g., Bad-header: xxxxxxxxxxxxxxx\x10), causing the server to hit 100% CPU and deny service. The issue was in...

6.8CVSS5.8AI score0.02363EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/02/04 3:05 a.m.38 views

CVE-2020-5236 Catastrophic backtracking in regex allows Denial of Service in Waitress

Waitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and...

5.7CVSS6.4AI score0.02363EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2020/02/04 3:05 a.m.75 views

CVE-2020-5236

Waitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and...

6.8CVSS6.4AI score0.02363EPSS
SaveExploits0
OSV
OSV
added 2020/01/27 7:28 p.m.42 views

GHSA-XRR9-RH8P-433V Request smuggling is possible when both chunked TE and content length specified

Impact Request smuggling is possible when running behind a proxy that doesn't handle Content-Length and Transfer-Encoding properly or doesn't handle alone \n as a headers separator. Patches https://github.com/ktorio/ktor/pull/1547 Workarounds None except migrating to a better proxy. References...

5.4CVSS7.4AI score0.00762EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2020/01/15 8:09 p.m.44 views

CVE-2019-16785

An HTTP-request vulnerability was discovered in Waitress which implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR."...

7.5CVSS0.02537EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2019/12/26 4:34 p.m.78 views

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

6.6AI score
SaveExploits0References3Affected Software1
NVD
NVD
added 2019/12/20 11:15 p.m.23 views

CVE-2019-16785

Waitress through version 1.3.1 implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR." Unfortunately if a front-end serve...

7.5CVSS7.2AI score0.02537EPSS
SaveExploits1References8
Prion
Prion
added 2019/12/20 11:15 p.m.25 views

Design/Logic Flaw

Waitress through version 1.3.1 implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR." Unfortunately if a front-end serve...

5CVSS7.2AI score0.02537EPSS
SaveExploits1References8Affected Software5
OSV
OSV
added 2019/12/20 11:15 p.m.38 views

PYSEC-2019-136

Waitress through version 1.3.1 implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR." Unfortunately if a front-end serve...

7.5CVSS0.5AI score0.02537EPSS
SaveExploits1References6
OSV
OSV
added 2019/12/20 11:15 p.m.13 views

PYSEC-2019-66

Waitress through version 1.3.1 implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR." Unfortunately if a front-end serve...

6.6AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2019/12/20 11:03 p.m.193 views

HTTP Request Smuggling: LF vs CRLF handling in Waitress

Impact Waitress implemented a "MAY" part of the RFC7230 https://tools.ietf.org/html/rfc7230section-3.5 which states: Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR...

7.5CVSS0.1AI score0.02537EPSS
SaveExploits1References11Affected Software1
OSV
OSV
added 2019/12/20 11:03 p.m.34 views

GHSA-PG36-WPM5-G57P HTTP Request Smuggling: LF vs CRLF handling in Waitress

Impact Waitress implemented a "MAY" part of the RFC7230 https://tools.ietf.org/html/rfc7230section-3.5 which states: Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR...

7.1CVSS7.5AI score0.02537EPSS
SaveExploits1References11
Debian CVE
Debian CVE
added 2019/12/20 11:00 p.m.86 views

CVE-2019-16785

Waitress through version 1.3.1 implemented a "MAY" part of the RFC7230 which states: "Although the line terminator for the start-line and header fields is the sequence CRLF, a recipient MAY recognize a single LF as a line terminator and ignore any preceding CR." Unfortunately if a front-end serve...

7.5CVSS6.5AI score0.02537EPSS
SaveExploits1
Rows per page
Query Builder