Lucene search
+L

3673 matches found

Hacker One
Hacker One
added 2022/08/10 8:50 a.m.77 views

Node.js: HTTP Request Smuggling Due to Incorrect Parsing of Multi-line Transfer-Encoding (improper fix for CVE-2022-32215)

Summary: Due to an incomplete fix for CVE-2022-32215, the llhttp parser in the http module in Node v16.16.0 and 18.7.0 still does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling HRS. Description: add more details about this vulnerability We have...

6.4CVSS7.4AI score0.68796EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2022/08/10 12:0 a.m.41 views

Ubuntu 18.04 LTS : http-parser vulnerability (USN-5563-1)

The remote Ubuntu 18.04 LTS host has packages installed that are affected by a vulnerability as referenced in the USN-5563-1 advisory. It was discovered that http-parser incorrectly handled certain requests. An attacker could possibly use this issue to bypass security controls or gain unauthorize...

6.5CVSS7.7AI score0.16296EPSS
SaveExploits2References2
Cvelist
Cvelist
added 2022/08/09 8:16 p.m.23 views

CVE-2022-1705 Improper sanitization of Transfer-Encoding headers in net/http

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

7.3AI score0.01136EPSS
SaveExploits1References6
AlpineLinux
AlpineLinux
added 2022/08/09 8:16 p.m.46 views

CVE-2022-1705

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS7.6AI score0.01136EPSS
SaveExploits1
CVE
CVE
added 2022/08/09 8:16 p.m.465 views

CVE-2022-1705

CVE-2022-1705: In Go, the net/http HTTP/1 client accepted certain invalid Transfer-Encoding headers, enabling potential HTTP request smuggling when paired with an intermediary server that also fails to reject the header. Affected: Go’s HTTP/1 client prior to Go 1.17.12 and Go 1.18.4. Impact is ti...

6.5CVSS7.5AI score0.01136EPSS
SaveExploits1References6Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2022/08/08 5:42 p.m.146 views

Security Bulletin: Multiple Vulnerabilities in node.js

Summary Security Vulnerabilities in node.js affect IBM Voice Gateway. Vulnerability Details CVEID:CVE-2022-32214 DESCRIPTION: Node.js is vulnerable to HTTP request smuggling, caused by the failure to strictly use the CRLF sequence to delimit HTTP requests by the llhttp parser in the http module. ...

8.1CVSS8.3AI score0.81464EPSS
SaveExploits4Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/08/05 12:0 a.m.65 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : go1.18 (SUSE-SU-2022:2672-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:2672-1 advisory. Update to go version 1.18.5 bsc1193742: - CVE-2022-32189: encoding/gob, math/big: decoding...

7.5CVSS6.8AI score0.0199EPSS
SaveExploits4References32
OpenVAS
OpenVAS
added 2022/08/01 12:0 a.m.29 views

Huawei EulerOS: Security Advisory for httpd (EulerOS-SA-2022-2199)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS9.2AI score0.69803EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2022/07/29 6:33 p.m.43 views

Security Bulletin: IBM DataPower Gateway potentially affected by various vulnerabilities in Node

Summary IBM has addressed several CVEs which may affect the APIC Gateway Service Vulnerability Details CVEID:CVE-2021-44532 DESCRIPTION: Node.js could allow a remote attacker to bypass security restrictions, caused by a string injection vulnerability when name constraints were used within a...

6.5CVSS7.2AI score0.10364EPSS
SaveExploits4Affected Software3
OpenVAS
OpenVAS
added 2022/07/27 12:0 a.m.20 views

openSUSE: Security Advisory for nodejs16 (SUSE-SU-2022:2551-1)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

8.1CVSS7.8AI score0.81464EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
added 2022/07/27 12:0 a.m.53 views

SUSE SLES15 Security Update : nodejs16 (SUSE-SU-2022:2551-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:2551-1 advisory. - A OS Command Injection vulnerability exists in Node.js versions 14.20.0, 16.20.0, 18.5.0 due to an insufficient IsAllowedHost che...

8.1CVSS7.5AI score0.81464EPSS
SaveExploits3References14
OSV
OSV
added 2022/07/26 12:5 p.m.6 views

SUSE-SU-2022:2551-1 Security update for nodejs16

This update for nodejs16 fixes the following issues: - CVE-2022-32212: Fixed DNS rebinding in --inspect via invalid IP addresses bsc1201328. - CVE-2022-32213: Fixed HTTP request smuggling due to flawed parsing of Transfer-Encoding bsc1201325. - CVE-2022-32214: Fixed HTTP request smuggling due to...

8.1CVSS7.2AI score0.81464EPSS
SaveExploits3References10
Snyk
Snyk
added 2022/07/25 5:34 p.m.3 views

HTTP Request Smuggling

Overview std/net/http is a Go standard library package std/net/http Affected versions of this package are vulnerable to HTTP Request Smuggling. Go Vulnerability Report: The HTTP/1 client accepted some invalid Transfer-Encoding headers as indicating a "chunked" encoding. This could potentially all...

6.9CVSS7.6AI score0.01136EPSS
SaveExploits1References3
Veracode
Veracode
added 2022/07/22 6:33 p.m.28 views

HTTP Request Smuggling

libhttp-daemon-per is vulnerable to HTTP request smuggling. The vulnerability exists because most Perl based applications are served on top of Nginx or Apache, not on the HTTP::Daemon which allows an attacker to gain privileged access to APIs or poison intermediate caches...

7.3CVSS6.8AI score0.02122EPSS
SaveExploits1References15Affected Software2
Microsoft CVE
Microsoft CVE
added 2022/07/22 7:0 a.m.4 views

The llhttp parser <v14.20.1 <v16.17.1 and <v18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).

...

6.5CVSS6.8AI score0.68796EPSS
SaveExploits1
OpenVAS
OpenVAS
added 2022/07/22 12:0 a.m.28 views

openSUSE: Security Advisory for nodejs16 (SUSE-SU-2022:2491-1)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

8.1CVSS7.8AI score0.81464EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
added 2022/07/22 12:0 a.m.43 views

SUSE SLES15 Security Update : nodejs16 (SUSE-SU-2022:2491-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:2491-1 advisory. - A OS Command Injection vulnerability exists in Node.js versions 14.20.0, 16.20.0, 18.5.0 due to an insufficient IsAllowedHost che...

8.1CVSS7.5AI score0.81464EPSS
SaveExploits3References13
Tenable Nessus
Tenable Nessus
added 2022/07/22 12:0 a.m.61 views

SUSE SLES12 Security Update : nodejs14 (SUSE-SU-2022:2416-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:2416-1 advisory. - A OS Command Injection vulnerability exists in Node.js versions 14.20.0, 16.20.0, 18.5.0 due to an insufficient IsAllowedHost che...

8.1CVSS7.5AI score0.81464EPSS
SaveExploits3References13
IBM Security Bulletins
IBM Security Bulletins
added 2022/07/21 1:27 p.m.41 views

Security Bulletin: Multiple vulnerabilities in Node.js affect IBM Cloud App Management

Summary There are vulnerabilities in Node.js used by IBM® Cloud App Management. IBM® Cloud App Management has addressed the applicable CVEs in a later version. Vulnerability Details CVEID:CVE-2019-15604 DESCRIPTION: Node.js is vulnerable to a denial of service, caused by improper certificate...

9.8CVSS9.2AI score0.57132EPSS
SaveExploits2Affected Software1
OSV
OSV
added 2022/07/21 12:34 p.m.10 views

SUSE-SU-2022:2491-1 Security update for nodejs16

This update for nodejs16 fixes the following issues: - CVE-2022-32212: Fixed DNS rebinding in --inspect via invalid IP addresses bsc1201328. - CVE-2022-32213: Fixed HTTP request smuggling due to flawed parsing of Transfer-Encoding bsc1201325. - CVE-2022-32214: Fixed HTTP request smuggling due to...

8.1CVSS7.2AI score0.81464EPSS
SaveExploits3References9
Rows per page
Query Builder