Lucene search
+L

8249 matches found

OSV
OSV
added 2024/12/16 2:2 p.m.14 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.02011EPSS
SaveExploits1References2
OSV
OSV
added 2024/12/16 2:1 p.m.18 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.01732EPSS
SaveExploits1References4
OSV
OSV
added 2024/12/16 2:1 p.m.22 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.0187EPSS
SaveExploits1References5
OSV
OSV
added 2024/12/16 2:0 p.m.21 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.14024EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/16 2:0 p.m.26 views

BIT-NODE-MIN-2023-23918

A privilege escalation vulnerability exists in Node.js 19.6.1, 18.14.1, 16.19.1 and 14.21.3 that made it possible to bypass the experimental Permissions https://nodejs.org/api/permissions.html feature in Node.js and access non authorized modules by using process.mainModule.require. This only...

7.5CVSS7.6AI score0.02023EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 2:0 p.m.29 views

BIT-NODE-MIN-2023-23919

A cryptographic vulnerability exists in Node.js 19.2.0, 18.14.1, 16.19.1, 14.21.3 that in some cases did does not clear the OpenSSL error stack after operations that may set it. This may lead to false positive errors during subsequent cryptographic operations that happen to be on the same thread...

7.5CVSS7.2AI score0.02209EPSS
SaveExploits1References4
OSV
OSV
added 2024/12/16 2:0 p.m.27 views

BIT-NODE-MIN-2023-23920

An untrusted search path vulnerability exists in Node.js. 19.6.1, 18.14.1, 16.19.1, and 14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges...

4.2CVSS6.3AI score0.00471EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/16 2:0 p.m.22 views

BIT-NODE-MIN-2023-30581

The use of proto in process.mainModule.proto.require can bypass the policy mechanism and require modules outside of the policy.json definition. This vulnerability affects all users using the experimental policy mechanism in all active release lines: v16, v18 and, v20. Please note that at the time...

7.5CVSS7.2AI score0.0105EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:59 p.m.17 views

BIT-NODE-MIN-2023-30582

A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non- argument. This flaw arises from an inadequate permission model that fails to restrict file watching through the fs.watchFile API. As a...

5.3CVSS5.8AI score0.0058EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:59 p.m.25 views

BIT-NODE-MIN-2023-30583

fs.openAsBlob can bypass the experimental permission model when using the file system read restriction with the --allow-fs-read flag in Node.js 20. This flaw arises from a missing check in the fs.openAsBlob API. Please note that at the time this CVE was issued, the permission model is an...

7.5CVSS6AI score0.00722EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:59 p.m.14 views

BIT-NODE-MIN-2023-30584

A vulnerability has been discovered in Node.js version 20, specifically within the experimental permission model. This flaw relates to improper handling of path traversal bypass when verifying file permissions. Please note that at the time this CVE was issued, the permission model is an...

7.7CVSS7.4AI score0.00379EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:59 p.m.15 views

BIT-NODE-MIN-2023-30585

A vulnerability has been identified in the Node.js .msi version installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the "msiexec.exe" process, running under the NT AUTHORITY\SYSTEM...

7.5CVSS7.4AI score0.01467EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:59 p.m.12 views

BIT-NODE-MIN-2023-30586

A privilege escalation vulnerability exists in Node.js 20 that allowed loading arbitrary OpenSSL engines when the experimental permission model is enabled, which can bypass and/or disable the permission model. The attack complexity is high. However, the crypto.setEngine API can be used to bypass...

7.5CVSS7.5AI score0.01348EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:58 p.m.23 views

BIT-NODE-MIN-2023-30587

A vulnerability in Node.js version 20 allows for bypassing restrictions set by the --experimental-permission flag using the built-in inspector module node:inspector. By exploiting the Worker class's ability to create an "internal worker" with the kIsInternal Symbol, attackers can modify the...

7.5CVSS7.3AI score0.00747EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:58 p.m.14 views

BIT-NODE-MIN-2023-30588

When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key inf...

5.3CVSS6.3AI score0.01157EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/16 1:58 p.m.40 views

BIT-NODE-MIN-2023-30589

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 th...

7.5CVSS7.2AI score0.03906EPSS
SaveExploits1References11
OSV
OSV
added 2024/12/16 1:58 p.m.20 views

BIT-NODE-MIN-2023-32002

The use of Module.load can bypass the policy mechanism and require modules outside of the policy.json definition for a given module. This vulnerability affects all users using the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. Please note that at the time this CV...

9.8CVSS8.2AI score0.0161EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/16 1:58 p.m.22 views

BIT-NODE-MIN-2023-32003

fs.mkdtemp and fs.mkdtempSync can be used to bypass the permission model check using a path traversal attack. This flaw arises from a missing check in the fs.mkdtemp API and the impact is a malicious actor could create an arbitrary directory. This vulnerability affects all users using the...

5.3CVSS7AI score0.0117EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/16 1:57 p.m.21 views

BIT-NODE-MIN-2023-32004

A vulnerability has been discovered in Node.js version 20, specifically within the experimental permission model. This flaw relates to improper handling of Buffers in file system APIs causing a traversal path to bypass when verifying file permissions. This vulnerability affects all users using th...

8.8CVSS7.8AI score0.02129EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/16 1:57 p.m.25 views

BIT-NODE-MIN-2023-32005

A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non- argument. This flaw arises from an inadequate permission model that fails to restrict file stats through the fs.statfs API. As a result...

5.3CVSS6.7AI score0.01363EPSS
SaveExploits1References3
Rows per page
Query Builder