Lucene search
+L

619 matches found

BDU FSTEC
BDU FSTEC
added 2020/08/28 12:00 a.m.8 views

The vulnerability of HTTP servers for Ruby/Rack applications developed with Puma arises from incorrect handling of characters such as CR, LF, /r, and /n before data is inserted into HTTP headers. This allows attackers to perform cross-site scripting attacks.

The vulnerability of HTTP servers for Ruby/Rack applications developed with Puma is related to the improper elimination of characters CR, LF, /r, and /n before data is entered into the HTTP headers. Exploiting this vulnerability allows a remote attacker to perform cross-site scripting attacks...

7.5CVSS6.5AI score0.02549EPSS
SaveExploits0References8Affected Software3
RedHat Linux
RedHat Linux
added 2020/05/26 4:09 p.m.9 views

netty: HTTP request smuggling

A HTTP smuggling flaw was found in HttpObjectDecoder.java in Netty in versions prior to version 4.1.44. HTTP headers with an invalid fold, in this case CRLF carriage return, line feed without being followed by SP space or HTAB horizontal tab, result in situations where headers can be misread. Dat...

9.1CVSS7.1AI score0.08914EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2020/05/26 10:43 a.m.13 views

haproxy: HTTP/2 implementation vulnerable to intermediary encapsulation attacks

The HTTP/2 implementation in HAProxy before 2.0.10 mishandles headers, as demonstrated by carriage return CR, ASCII 0xd, line feed LF, ASCII 0xa, and the zero character NUL, ASCII 0x0, aka Intermediary Encapsulation Attacks...

9.8CVSS5.8AI score0.03955EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2020/05/20 12:00 a.m.7 views

PT-2020-6928

Name of the Vulnerable Software and Affected Versions httplib2 versions prior to 0.18.0 Description The issue is related to the httplib2 library's failure to neutralize CRLF sequences, allowing a remote attacker to impact data integrity. In httplib2 before version 0.18.0, an attacker controlling ...

7.1CVSS6.7AI score0.02593EPSS
SaveExploits0References67
Gitee
Gitee
added 2020/05/07 10:27 a.m.8 views

PayloadsAllTheThings

This repository is an offensive tool for Web Application Security and Pentest/CTF. It contains a list of useful payloads and bypass for various web application security testing and penetration testing purposes. The primary vulnerability class targeted by this repository is CRLF Carriage Return an...

7.6AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/05/04 10:18 a.m.11 views

haproxy: HTTP/2 implementation vulnerable to intermediary encapsulation attacks

The HTTP/2 implementation in HAProxy before 2.0.10 mishandles headers, as demonstrated by carriage return CR, ASCII 0xd, line feed LF, ASCII 0xa, and the zero character NUL, ASCII 0x0, aka Intermediary Encapsulation Attacks...

9.8CVSS5.8AI score0.03955EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2020/05/04 12:00 a.m.8 views

PT-2020-9208 · Synology · Synology Router Manager

Name of the Vulnerable Software and Affected Versions: Synology Router Manager SRM versions prior to 1.2.3-8017-2 Description: The issue allows remote attackers to cause a denial of service, resulting in an out-of-bounds read and application crash, via crafted network traffic. This is due to a CR...

8.6CVSS8AI score0.02445EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2020/04/28 4:03 p.m.44 views

python-urllib3: CRLF injection due to not encoding the '\r\n' sequence leading to possible attack on internal service

In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter...

6.1CVSS6.8AI score0.02073EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2020/04/21 11:39 a.m.9 views

OpenJDK: CRLF injection into HTTP headers in HttpServer (Lightweight HTTP Server, 8234825)

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE component: Lightweight HTTP Server. Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. Difficult to exploit vulnerability allows unauthenticated attacker with network acce...

5.8CVSS7.3AI score0.02879EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/04/14 5:56 p.m.10 views

python: CRLF injection via the query part of the url passed to urlopen()

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the query string after a ? charact...

6.1CVSS6.7AI score0.05328EPSS
SaveExploits1References4
CNVD
CNVD
added 2020/04/13 12:00 a.m.12 views

cpp-httplib injection vulnerability

cpp-httplib is an HTTP/HTTPS server and client library written in C++. A security vulnerability exists in cpp-httplib version 0.5.8 and earlier, which stems from the program's failure to filter string-laden arguments passed to the 'setredirect' and 'setheader' functions. The vulnerability can be...

7.5CVSS6.9AI score0.01643EPSS
SaveExploits1
OSV
OSV
added 2020/04/12 2:15 p.m.7 views

UBUNTU-CVE-2020-11709

cpp-httplib through 0.5.8 does not filter \r\n in parameters passed into the setredirect and setheader functions, which creates possibilities for CRLF injection and HTTP response splitting in some specific contexts...

7.5CVSS7.3AI score0.01643EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2020/04/07 7:44 p.m.11 views

haproxy: HTTP/2 implementation vulnerable to intermediary encapsulation attacks

The HTTP/2 implementation in HAProxy before 2.0.10 mishandles headers, as demonstrated by carriage return CR, ASCII 0xd, line feed LF, ASCII 0xa, and the zero character NUL, ASCII 0x0, aka Intermediary Encapsulation Attacks...

9.8CVSS5.8AI score0.03955EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2020/03/31 7:10 p.m.10 views

python-twisted: Improper neutralization of CRLF characters in URIs and HTTP methods

In Twisted before 19.2.1, twisted.web did not validate or sanitize URIs or HTTP methods, allowing an attacker to inject invalid characters such as CRLF...

6.1CVSS7.4AI score0.02523EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2020/03/31 12:00 a.m.11 views

PT-2020-12610 · Phpmyadmin +2 · Phpmyadmin +2

Name of the Vulnerable Software and Affected Versions: phpMyAdmin version 5.0.2 Description: The issue allows CRLF injection, as demonstrated by %0D%0Astring%0D%0A inputs to login form fields causing CRLF sequences to be reflected on an error page. The vendor states that they do not see anything...

9.8CVSS9.4AI score0.67081EPSS
SaveExploits3References23
Gitee
Gitee
added 2020/03/24 8:39 p.m.10 views

PayloadsAllTheThings

This repository is an offensive tool for API key and bucket S3 exploitation. It contains tools and exploits for various types of attacks, including CRLF injection, CSRF injection, and API key leaks. The repository includes a variety of scripts and modules for different types of attacks, such as...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/02/25 5:27 p.m.8 views

netty: HTTP request smuggling

A HTTP smuggling flaw was found in HttpObjectDecoder.java in Netty in versions prior to version 4.1.44. HTTP headers with an invalid fold, in this case CRLF carriage return, line feed without being followed by SP space or HTAB horizontal tab, result in situations where headers can be misread. Dat...

9.1CVSS7.1AI score0.08914EPSS
SaveExploits1References5
PyPA
PyPA
added 2019/12/20 11:15 p.m.11 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.5CVSS6.8AI score0.02537EPSS
SaveExploits1References6Affected Software1
BDU FSTEC
BDU FSTEC
added 2019/12/09 12:00 a.m.8 views

The vulnerability of the Google Chrome browser arises from its inability to handle sequences of characters CRLF, which allows attackers to circumvent navigation restrictions.

The vulnerability of the Google Chrome browser exists due to the failure to address the issue of eliminating CRLF sequences. Exploiting this vulnerability allows a remote attacker to circumvent navigation restrictions by using a specially created HTML page...

7.1CVSS7.2AI score0.00704EPSS
SaveExploits0References4Affected Software1
CNVD
CNVD
added 2019/12/09 12:00 a.m.12 views

Armeria Injection Vulnerability

Armeria is an open source library for building asynchronous microservers that use HTTP/2 as the session layer protocol. Armeria suffers from an injection vulnerability. The vulnerability stems from a lack of proper validation of user input data by a network system or product during the course of ...

6.5CVSS7.3AI score0.00982EPSS
SaveExploits0References1
Rows per page
Query Builder