Lucene search
+L

179 matches found

OSV
OSV
added 2024/04/16 11:31 a.m.10 views

USN-6735-1 nodejs vulnerabilities

It was discovered that Node.js incorrectly handled the use of invalid public keys while creating an x509 certificate. If a user or an automated system were tricked into opening a specially crafted input file, a remote attacker could possibly use this issue to cause a denial of service. This issue...

7.5CVSS7AI score0.03906EPSS
SaveExploits1References4
OSV
OSV
added 2023/11/14 10:20 p.m.24 views

GHSA-GFW2-4JVH-WGFG AIOHTTP has problems in HTTP parser (the python one, not llhttp)

Summary The HTTP parser in AIOHTTP has numerous problems with header parsing, which could lead to request smuggling. This parser is only used when AIOHTTPNOEXTENSIONS is enabled or not using a prebuilt wheel. Details Bug 1: Bad parsing of Content-Length values Description RFC 9110 says this:...

6.9CVSS6.7AI score0.00857EPSS
SaveExploits1References10
Positive Technologies
Positive Technologies
added 2023/07/05 12:00 a.m.9 views

PT-2023-24898 · American Megatrends · Ami Spx

Name of the Vulnerable Software and Affected Versions: AMI SPx affected versions not specified Description: The issue is related to an improper neutralization of CRLF sequences in HTTP Headers in the BMC of AMI SPx. This could lead to a loss of integrity if successfully exploited. Recommendations...

6.5CVSS6.2AI score0.00482EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2023/07/05 12:00 a.m.12 views

AMI MegaRAC 安全漏洞

AMI MegaRAC is a family of service processor products from AMI. Complete out-of-band or unlit remote management of computer systems independent of operating system state or location is available to troubleshoot computers and ensure service continuity. A security vulnerability exists in AMI MegaRA...

6.5CVSS6.6AI score0.00482EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2023/07/01 7:00 a.m.6 views

The llhttp parser in the http module in Node v20.2.0 does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS). The CR character (without LF) is sufficient to delimit HTTP header fields in the llhttp parser. According to RFC7230 section 3 only the CRLF sequence should delimit each header-field. This impacts all Node.js active versions: v16 v18 and v20

...

7.5CVSS7.5AI score0.03906EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2023/06/20 12:00 a.m.10 views

The vulnerability of the cpp-httplib library, related to its inability to handle CRLF sequences properly, allows attackers to inject arbitrary HTTP headers.

The vulnerability of the cpp-httplib library is related to its failure to address the issue of eliminating CRLF sequences in HTTP headers. Exploiting this vulnerability could allow an attacker to inject arbitrary HTTP headers remotely...

7.8CVSS7.6AI score0.01137EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2023/05/30 5:15 a.m.7 views

DEBIAN-CVE-2023-26130

Versions of the package yhirose/cpp-httplib before 0.12.4 are vulnerable to CRLF Injection when untrusted user input is used to set the content-type header in the HTTP .Patch, .Post, .Put and .Delete requests. This can lead to logical errors and other misbehaviors. Note: This issue is present due...

8.8CVSS8AI score0.01137EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/04/04 9:57 a.m.10 views

Node.js: Fetch API did not protect against CRLF injection in host headers

A flaw was found in the fetch API in Node.js that did not prevent CRLF injection in the 'host' header. This issue could allow HTTP response splitting and HTTP header injection...

6.5CVSS7.2AI score0.01129EPSS
SaveExploits1References4
OSV
OSV
added 2023/02/16 6:15 p.m.6 views

DEBIAN-CVE-2023-23936

Undici is an HTTP/1.1 client for Node.js. Starting with version 2.0.0 and prior to version 5.19.1, the undici library does not protect host HTTP header from CRLF injection vulnerabilities. This issue is patched in Undici v5.19.1. As a workaround, sanitize the headers.host string before passing to...

5.4CVSS6.6AI score0.01129EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2023/02/16 12:00 a.m.3 views

undici 注入漏洞

undici is an HTTP/1.1 client. A security vulnerability exists in undici version 2.0.0 through versions prior to 5.19.1, which stems from susceptibility to a CRLF injection vulnerability...

6.5CVSS7.2AI score0.01129EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2023/02/15 6:21 a.m.6 views

SUSE CVE-2003-0132

A memory leak in Apache 2.0 through 2.0.44 allows remote attackers to cause a denial of service memory consumption via large chunks of linefeed characters, which causes Apache to allocate 80 bytes for each linefeed...

5CVSS6.8AI score0.86677EPSS
SaveExploits3References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:52 a.m.4 views

SUSE CVE-2011-2381

CRLF injection vulnerability in Bugzilla 2.17.1 through 2.22.7, 3.0.x through 3.3.x, 3.4.x before 3.4.12, 3.5.x, 3.6.x before 3.6.6, 3.7.x, 4.0.x before 4.0.2, and 4.1.x before 4.1.3 allows remote attackers to inject arbitrary e-mail headers via an attachment description in a flagmail notificatio...

4.3CVSS7.1AI score0.01518EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:53 a.m.7 views

SUSE CVE-2020-26116

http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request...

6.8CVSS9.4AI score0.06358EPSS
SaveExploits1References46
Snyk
Snyk
added 2022/07/10 2:34 p.m.6 views

HTTP Request Smuggling

Overview llhttp is a set of Ruby bindings for llhttp. Affected versions of this package are vulnerable to HTTP Request Smuggling. when the llhttp parser in the http module does not adequately delimit HTTP requests with CRLF sequences. Remediation There is no fixed version for llhttp. References -...

6.8CVSS7AI score0.81464EPSS
SaveExploits1References2
BDU FSTEC
BDU FSTEC
added 2022/04/14 12:00 a.m.8 views

The vulnerability of the urllib.parse module in the Python programming language allows a hacker to inject arbitrary data into the server’s response.

The vulnerability of the urllib.parse module in the Python programming language is related to the failure to handle CRLF sequences properly. Exploiting this vulnerability allows an attacker to send specially crafted data containing CR-LF characters to the application, thereby altering the behavio...

7.8CVSS6.8AI score0.08325EPSS
SaveExploits1References13Affected Software9
BDU FSTEC
BDU FSTEC
added 2021/12/24 12:00 a.m.16 views

The vulnerability of the graphical interface of the Fortinet FortiManager device management software and the Fortinet FortiAnalyzer security event monitoring and analysis software allows a malicious individual to inject arbitrary HTTP headers.

The vulnerability of the graphical interface of the FortiManager device management software and the FortiAnalyzer security event monitoring and analysis tool exists due to the failure to implement measures to neutralize CRLF sequences. Exploiting this vulnerability allows a remote attacker to...

4.3CVSS5.6AI score0.00773EPSS
SaveExploits0References3Affected Software2
OSV
OSV
added 2020/08/14 7:15 p.m.8 views

DEBIAN-CVE-2020-15693

In Nim 1.2.4, the standard library httpClient is vulnerable to a CR-LF injection in the target URL. An injection is possible if the attacker controls any part of the URL provided in a call such as httpClient.get or httpClient.post, the User-Agent header value, or custom HTTP header names or value...

6.5CVSS6.4AI score0.02048EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2020/07/29 6:06 a.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
CNVD
CNVD
added 2020/07/28 12:00 a.m.15 views

Encode OSS Uvicorn Injection Vulnerability

Encode OSS Uvicorn is a British Encode OSS company based on uvloop and httptools build ASGI Web Server Gateway Interface server. An injection vulnerability exists in Encode OSS Uvicorn versions prior to 0.11.7, which stems from the program's failure to escape CRLF sequences in HTTP headers, and c...

5.3CVSS7.4AI score0.0136EPSS
SaveExploits1References1
Snyk
Snyk
added 2020/07/10 9:47 a.m.6 views

HTTP Response Splitting

Overview uvicorn is a lightning-fast ASGI server. Affected versions of this package are vulnerable to HTTP Response Splitting. Uvicorn's implementation of the HTTP protocol for the httptools parser is vulnerable to HTTP response splitting. CRLF sequences are not escaped in the value of HTTP...

5.3CVSS6.9AI score0.0136EPSS
SaveExploits1References2
Rows per page
Query Builder