Lucene search
K

7911 matches found

OSV
OSV
added 2024/12/16 2:6 p.m.7 views

BIT-NODE-MIN-2021-22883

Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to a denial of service attack when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unabl...

7.8CVSS7.5AI score0.89427EPSS
Exploits0References11
OSV
OSV
added 2024/12/16 2:5 p.m.10 views

BIT-NODE-MIN-2021-22884

Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to DNS rebinding attacks as the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DN...

8.8CVSS7.6AI score0.01501EPSS
Exploits1References13
OSV
OSV
added 2024/12/16 2:5 p.m.8 views

BIT-NODE-MIN-2021-22918

Node.js before 16.4.1, 14.17.2, 12.22.2 is vulnerable to an out-of-bounds read when uvidnatoascii is used to convert strings to ASCII. The pointer p is read and increased without checking whether it is beyond pe, with the latter holding a pointer to the end of the buffer. This can lead to...

5.3CVSS6.4AI score0.00718EPSS
Exploits1References6
OSV
OSV
added 2024/12/16 2:5 p.m.6 views

BIT-NODE-MIN-2021-22921

Node.js before 16.4.1, 14.17.2, and 12.22.2 is vulnerable to local privilege escalation attacks under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PAT...

7.8CVSS7.7AI score0.00527EPSS
Exploits1References5
OSV
OSV
added 2024/12/16 2:5 p.m.7 views

BIT-NODE-MIN-2021-22930

Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior...

9.8CVSS9.5AI score0.00323EPSS
Exploits0References7
OSV
OSV
added 2024/12/16 2:5 p.m.11 views

BIT-NODE-MIN-2021-22931

Node.js before 16.6.0, 14.17.4, and 12.22.4 is vulnerable to Remote Code Execution, XSS, Application crashes due to missing input validation of host names returned by Domain Name Servers in Node.js dns library which can lead to output of wrong hostnames leading to Domain Hijacking and injection...

9.8CVSS10AI score0.00662EPSS
Exploits1References10
OSV
OSV
added 2024/12/16 2:5 p.m.5 views

BIT-NODE-MIN-2021-22939

If the Node.js https API was used incorrectly and "undefined" was in passed for the "rejectUnauthorized" parameter, no error was returned and connections to servers with an expired certificate would have been accepted...

5.3CVSS7.5AI score0.00124EPSS
Exploits1References10
OSV
OSV
added 2024/12/16 2:4 p.m.10 views

BIT-NODE-MIN-2021-22940

Node.js before 16.6.1, 14.17.5, and 12.22.5 is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior...

7.5CVSS8.5AI score0.00386EPSS
Exploits0References10
OSV
OSV
added 2024/12/16 2:3 p.m.13 views

BIT-NODE-MIN-2021-44531

Accepting arbitrary Subject Alternative Name SAN types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js 12.22.9, 14.18.3, 16.13.2, and 17.3.1 was accepting URI SAN types, which PKIs are often not defined to use...

7.4CVSS7.7AI score0.00076EPSS
Exploits0References7
OSV
OSV
added 2024/12/16 2:3 p.m.15 views

BIT-NODE-MIN-2021-44532

Node.js 12.22.9, 14.18.3, 16.13.2, and 17.3.1 converts SANs Subject Alternative Names to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used withi...

5.3CVSS6.8AI score0.00132EPSS
Exploits1References7
OSV
OSV
added 2024/12/16 2:3 p.m.7 views

BIT-NODE-MIN-2021-44533

Node.js 12.22.9, 14.18.3, 16.13.2, and 17.3.1 did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in...

5.3CVSS6.5AI score0.00364EPSS
Exploits1References7
OSV
OSV
added 2024/12/16 2:3 p.m.7 views

BIT-NODE-MIN-2022-21824

Due to the formatting logic of the "console.table" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "proto". The prototype pollution has...

8.2CVSS8.4AI score0.0034EPSS
Exploits0References9
OSV
OSV
added 2024/12/16 2:2 p.m.17 views

BIT-NODE-MIN-2022-32212

A OS Command Injection vulnerability exists in Node.js versions 14.20.0, 16.20.0, 18.5.0 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks...

8.1CVSS8.1AI score0.00064EPSS
Exploits0References2
OSV
OSV
added 2024/12/16 2:2 p.m.16 views

BIT-NODE-MIN-2022-32213

The llhttp parser v14.20.1, v16.17.1 and v18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling HRS...

6.5CVSS7.3AI score0.86318EPSS
Exploits1References8
OSV
OSV
added 2024/12/16 2:2 p.m.12 views

BIT-NODE-MIN-2022-32214

The llhttp parser v14.20.1, v16.17.1 and v18.9.1 in the http module in Node.js does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling HRS...

6.5CVSS7.2AI score0.39294EPSS
Exploits1References4
OSV
OSV
added 2024/12/16 2:2 p.m.14 views

BIT-NODE-MIN-2022-32215

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.5CVSS7.3AI score0.86472EPSS
Exploits1References8
OSV
OSV
added 2024/12/16 2:2 p.m.9 views

BIT-NODE-MIN-2022-32222

A cryptographic vulnerability exists on Node.js on linux in versions of 18.x prior to 18.40.0 which allowed a default path for openssl.cnf that might be accessible under some circumstances to a non-admin user instead of /etc/ssl as was the case in versions prior to the upgrade to OpenSSL 3...

5.3CVSS6.5AI score0.0062EPSS
Exploits1References2
OSV
OSV
added 2024/12/16 2:1 p.m.10 views

BIT-NODE-MIN-2022-32223

Node.js is vulnerable to Hijack Execution Flow: DLL Hijacking under certain conditions on Windows platforms.This vulnerability can be exploited if the victim has the following dependencies on a Windows machine: OpenSSL has been installed and “C:\Program Files\Common Files\SSL\openssl.cnf”...

7.3CVSS7.2AI score0.08112EPSS
Exploits1References4
OSV
OSV
added 2024/12/16 2:1 p.m.11 views

BIT-NODE-MIN-2022-35255

A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource in SecretKeyGenTraits::DoKeyGen in src/crypto/cryptokeygen.cc. There are two problems with this: 1 It does not check the return value, it assumes EntropySource always succeeds, but it can a...

9.1CVSS8.7AI score0.01213EPSS
Exploits1References5
OSV
OSV
added 2024/12/16 2:0 p.m.14 views

BIT-NODE-MIN-2022-43548

A OS Command Injection vulnerability exists in Node.js versions 14.21.1, 16.18.1, 18.12.1, 19.0.1 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.Th...

8.1CVSS8.3AI score0.00565EPSS
Exploits0References6
Rows per page
Query Builder