Lucene search
+L

618 matches found

NVD
NVD
added 2022/08/01 8:15 p.m.48 views

CVE-2022-31180

Shescape is a simple shell escape package for JavaScript. Affected versions were found to have insufficient escaping of white space when interpolating output. This issue only impacts users that use the escape or escapeAll functions with the interpolation option set to true. The result is that if ...

9.8CVSS0.01895EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2022/08/01 7:20 p.m.50 views

CVE-2022-31179 Insufficient escaping of line feeds for CMD in shescape

Shescape is a simple shell escape package for JavaScript. Versions prior to 1.5.8 were found to be subject to code injection on windows. This impacts users that use Shescape any API function to escape arguments for cmd.exe on Windows An attacker can omit all arguments following their input by...

8.1CVSS10AI score0.01353EPSS
SaveExploits1References3
OSV
OSV
added 2022/07/19 9:15 p.m.1 views

DEBIAN-CVE-2022-31150

undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate \r\n is a workaround for this...

6.5CVSS6.3AI score0.01401EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2022/07/19 12:00 a.m.9 views

undici 注入漏洞

undici is an HTTP/1.1 client. A security vulnerability exists in undici versions prior to 5.7.1, which stems from the ability to inject CRLF sequences into request headers in undici...

6.5CVSS6.8AI score0.01401EPSS
SaveExploits1References7
Veracode
Veracode
added 2022/07/18 8:36 a.m.32 views

Carriage Return And Line Feed (CLRF) Injection

shescape is vulnerable to carriage return line feed CRLF injection. User provided data for Powershell and cmd.exe on Windows systems are not escaped sufficiently, allowing an attacker to input a line feed character '\n'...

9.8CVSS9.1AI score0.01353EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/07/15 9:39 p.m.90 views

GHSA-JJC5-FP7P-6F8W Shescape prior to 1.5.8 vulnerable to insufficient escaping of line feeds for CMD

Impact This impacts users that use Shescape any API function to escape arguments for cmd.exe on Windows. An attacker can omit all arguments following their input by including a line feed character '\n' in the payload. Example: javascript import cp from "node:childprocess"; import as shescape from...

8.1CVSS8.8AI score0.01353EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/07/15 9:39 p.m.56 views

Shescape prior to 1.5.8 vulnerable to insufficient escaping of line feeds for CMD

Impact This impacts users that use Shescape any API function to escape arguments for cmd.exe on Windows. An attacker can omit all arguments following their input by including a line feed character '\n' in the payload. Example: javascript import cp from "node:childprocess"; import as shescape from...

9.8CVSS9AI score0.01353EPSS
SaveExploits1References6Affected Software1
RedHat Linux
RedHat Linux
added 2022/07/05 2:41 p.m.8 views

rubygem-puma: Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') in puma

An HTTP Request Smuggling vulnerability was found in puma. When using puma with a proxy, which forwards LF characters as line endings, an attacker could use this flaw to smuggle a request through a proxy, causing the proxy to send a response back to another unknown client...

3.7CVSS7.1AI score0.01203EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/06/28 10:05 a.m.8 views

python-urllib3: CRLF injection via HTTP request method

A flaw was found in python-urllib3. The HTTPConnection.request does not properly validate CRLF sequences in the HTTP request method, potentially allowing manipulation of the request by injecting additional HTTP headers. The highest threat from this vulnerability is to confidentiality and integrit...

6.5CVSS6.7AI score0.02269EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2022/06/28 10:05 a.m.13 views

python: CRLF injection via HTTP request method in httplib/http.client

A flaw was found in Python. The built-in modules httplib and http.client included in Python 2 and Python 3, respectively do not properly validate CRLF sequences in the HTTP request method, potentially allowing manipulation to the request by injecting additional HTTP headers. The highest threat fr...

7.2CVSS6.7AI score0.0642EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2022/04/05 12:00 a.m.5 views

PT-2022-17969 · Unknown · Php-Memcached

Name of the Vulnerable Software and Affected Versions: PHP-Memcached versions 2.2.0 and below Description: The issue is related to an improper NULL termination, which allows attackers to execute CLRF injection. This could potentially lead to security breaches. Note that there is a dispute regardi...

9.8CVSS7.9AI score0.21437EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
added 2022/02/21 8:55 a.m.13 views

ruby: HTTP response splitting in WEBrick

Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 allows HTTP Response Splitting. If a program using WEBrick inserts untrusted input into the response header, an attacker can exploit it to insert a newline character to split a header, and inject malicious content to deceive clients...

5.3CVSS7.2AI score0.04569EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2022/02/18 8:00 a.m.7 views

A flaw was found in Python specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. This flaw allows an attacker to input a crafted URL leading to injection attacks. This flaw affects Python versions prior to 3.10.0b1 3.9.5 3.8.11 3.7.11 and 3.6.14.

...

7.5CVSS7.7AI score0.08325EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2021/11/09 5:42 p.m.9 views

python-pillow: Excessive CPU use in EPS image reader

A flaw was found in python-pillow. The readline used in EPS has to deal with any combination of \r and \n as line endings. It accidentally used a quadratic method of accumulating lines while looking for a line ending. A malicious EPS file could use this to perform a denial-of-service of Pillow in...

7.5CVSS5.7AI score0.02293EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2021/10/20 4:15 p.m.3 views

CVE-2021-21743

ZTE MF971R product has a CRLF injection vulnerability. An attacker could exploit the vulnerability to modify the HTTP response header information through a specially crafted HTTP request...

4.3CVSS6.7AI score0.0085EPSS
SaveExploits0References2
OSV
OSV
added 2021/10/12 4:15 p.m.2 views

DEBIAN-CVE-2021-41136

Puma is a HTTP 1.1 server for Ruby/Rack applications. Prior to versions 5.5.1 and 4.3.9, using puma with a proxy which forwards HTTP header values which contain the LF character could allow HTTP request smugggling. A client could smuggle a request through a proxy, causing the proxy to send a...

3.7CVSS5.8AI score0.01203EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2021/10/12 12:00 a.m.5 views

PT-2021-8119 · Apache +5 · Apache Traffic Server +6

Name of the Vulnerable Software and Affected Versions: Puma versions prior to 5.5.1 and 4.3.9 Description: The issue is related to HTTP request smuggling when using Puma with a proxy that forwards HTTP header values containing the LF character. This could allow a client to smuggle a request throu...

9.1CVSS6.3AI score0.04088EPSS
SaveExploits0References553
ATTACKERKB
ATTACKERKB
added 2021/10/05 10:15 p.m.5 views

CVE-2021-31988

A user controlled parameter related to SMTP test functionality is not correctly validated making it possible to add the Carriage Return and Line Feed CRLF control characters and include arbitrary SMTP headers in the generated test email...

8.8CVSS7.1AI score0.00953EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2021/10/05 12:00 a.m.10 views

PT-2021-19617 · Axis Communications +1 · Axis Os +3

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue is related to a user-controlled parameter in the SMTP test functionality that is not correctly validated. This allows an attacker to add...

8.8CVSS7AI score0.00953EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2021/10/05 12:00 a.m.12 views

Axis Os 注入漏洞

Axis Os is an edge device operating system from Axis of Sweden. An injection vulnerability exists in Axis devices AXIS OS version 5.51 and later versions, which stems from a failure to properly validate a control parameter related to the SMTP test function, and as a result, it is possible to add...

8.8CVSS8.1AI score0.00953EPSS
SaveExploits0References2
Rows per page
Query Builder