Lucene search
+L

8404 matches found

RedhatCVE
RedhatCVE
added 2023/02/21 4:29 p.m.52 views

CVE-2023-23936

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.5CVSS6.7AI score0.01129EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2023/02/21 3:59 p.m.54 views

CVE-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.1AI score0.02209EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2023/02/20 10:29 p.m.49 views

CVE-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.7AI score0.02023EPSS
SaveExploits0References3
Hacker One
Hacker One
added 2023/02/17 5:58 p.m.61 views

Node.js: The use of __proto__ in process.mainModule.__proto__.require() bypasses the permission system in Node v19.6.1

The use of proto in process.mainModule.proto.require allowed bypassing the permission system in Node v19.6.1, enabling the loading of unauthorized dependencies...

7.5CVSS7.6AI score0.0105EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2023/02/17 3:44 p.m.105 views

Security Bulletin: Multiple vulnerabilities found with third-party libraries used by IBM® MobileFirst Platform

Summary There are multiple vulnerabilities in open source libraries used by IBM MobileFirst Platform Foundation. They are addressed in this update. Vulnerability Details CVEID:CVE-2022-3517 DESCRIPTION: minimatch is vulnerable to a denial of service, caused by a regular expression denial of servi...

9.8CVSS9.6AI score0.1876EPSS
SaveExploits39Affected Software1
Tenable Nessus
Tenable Nessus
added 2023/02/17 12:00 a.m.61 views

Node.js 14.x < 14.21.3 / 16.x < 16.19.1 / 18.x < 18.14.1 / 19.x < 19.6.1 Multiple Vulnerabilities (Thursday February 16 2023 Security Releases).

The version of Node.js installed on the remote host is prior to 14.21.3, 16.19.1, 18.14.1, 19.6.1. It is, therefore, affected by multiple vulnerabilities as referenced in the Thursday February 16 2023 Security Releases advisory. - It was possible to bypass Permissions and access non authorized...

7.5CVSS7.1AI score0.02209EPSS
SaveExploits2References6
Prion
Prion
added 2023/02/16 7:15 p.m.34 views

Input validation

node-jose is a JavaScript implementation of the JSON Object Signing and Encryption JOSE for web browsers and node.js-based servers. Prior to version 2.2.0, when using the non-default "fallback" crypto back-end, ECC operations in node-jose can trigger a Denial-of-Service DoS condition, due to a...

5CVSS7.5AI score0.00552EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2023/02/16 6:15 p.m.72 views

CVE-2023-25653

CVE-2023-25653 affects the node-jose library (JOSE for web browsers and Node.js) when using the non-default fallback crypto backend. The root cause is an infinite loop in ECC-related calculations due to how the modular inverse result from the jsbn library can be negative, which breaks the Barrett...

7.5CVSS7.4AI score0.00552EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2023/02/16 6:15 p.m.20 views

CVE-2023-24807

Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the Headers.set and Headers.append methods are vulnerable to Regular Expression Denial of Service ReDoS attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normali...

7.5CVSS7.5AI score0.01304EPSS
SaveExploits0References5
Prion
Prion
added 2023/02/16 6:15 p.m.31 views

Design/Logic Flaw

Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the Headers.set and Headers.append methods are vulnerable to Regular Expression Denial of Service ReDoS attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normali...

5CVSS7.3AI score0.01304EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2023/02/16 5:30 p.m.334 views

CVE-2023-23936

CVE-2023-23936 affects the Node.js Fetch API: CRLF injection in host headers. Concretely, affected versions include Node.js packages prior to patch levels (e.g.,

6.5CVSS6.9AI score0.01129EPSS
SaveExploits1References4Affected Software2
Vulnrichment
Vulnrichment
added 2023/02/16 5:30 p.m.7 views

CVE-2023-23936 CRLF Injection in Nodejs ‘undici’ via host

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

6.5CVSS7.3AI score0.01129EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/02/16 5:30 p.m.44 views

CVE-2023-23936 CRLF Injection in Nodejs ‘undici’ via host

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

6.5CVSS7.2AI score0.01129EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/02/16 5:30 p.m.27 views

CVE-2023-24807 Undici vulnerable to Regular Expression Denial of Service in Headers

Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the Headers.set and Headers.append methods are vulnerable to Regular Expression Denial of Service ReDoS attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normali...

7.5CVSS7.7AI score0.01304EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2023/02/16 5:30 p.m.39 views

CVE-2023-24807

Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the Headers.set and Headers.append methods are vulnerable to Regular Expression Denial of Service ReDoS attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normali...

7.5CVSS7.3AI score0.01304EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/02/16 5:30 p.m.32 views

CVE-2023-24807

Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the Headers.set and Headers.append methods are vulnerable to Regular Expression Denial of Service ReDoS attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normali...

7.5CVSS8.1AI score0.01304EPSS
SaveExploits0
CVE
CVE
added 2023/02/16 5:30 p.m.337 views

CVE-2023-24807

The CVE-2023-24807 issue is in Undici’s header normalization (headerValueNormalize) used by the Headers.fetch API, allowing a Regular Expression Denial of Service when untrusted header values are processed. Affected range is before Undici v5.19.1; the vulnerability is fixed in v5.19.1. Upgrading ...

7.5CVSS7.9AI score0.01304EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2023/02/16 12:00 a.m.16 views

PT-2023-2003 · Node.Js +7 · Node.Js +7

Name of the Vulnerable Software and Affected Versions: Node.js versions prior to 19.6.1 Node.js versions prior to 18.14.1 Node.js versions prior to 16.19.1 Node.js versions prior to 14.21.3 Description: A privilege escalation issue exists, related to errors in authorization. This issue can be...

9.8CVSS7.1AI score0.24928EPSS
SaveExploits8References225
Tenable Nessus
Tenable Nessus
added 2023/02/16 12:00 a.m.43 views

SUSE SLES15 / openSUSE 15 Security Update : nodejs18 (SUSE-SU-2023:0419-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2023:0419-1 advisory. This update ships nodejs18 jscPED-2097 Update to NodejJS 18.13.0 LTS: build: disable v8 snapshot compression by defau...

9.1CVSS7.2AI score0.81464EPSS
SaveExploits5References25
Positive Technologies
Positive Technologies
added 2023/02/16 12:00 a.m.17 views

PT-2023-2765 · Node.Js +10 · Node.Js +10

Name of the Vulnerable Software and Affected Versions: Node.js versions prior to 19.6.1 Node.js versions prior to 18.14.1 Node.js versions prior to 16.19.1 Node.js versions prior to 14.21.3 Description: An untrusted search path issue exists that could allow an attacker to search and potentially...

9.8CVSS6.4AI score0.75116EPSS
SaveExploits8References200
Rows per page
Query Builder