Lucene search
+L

254 matches found

OSV
OSV
added 2022/01/21 11:36 p.m.29 views

GHSA-8FR3-HFG3-GPGP Open Redirect in node-forge

parseUrl functionality in node-forge mishandles certain uses of backslash such as https:///\ and interprets the URI as a relative path...

6.1CVSS6.3AI score0.00839EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/01/21 11:36 p.m.70 views

Open Redirect in node-forge

parseUrl functionality in node-forge mishandles certain uses of backslash such as https:///\ and interprets the URI as a relative path...

6.1CVSS6.5AI score0.00839EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2022/01/10 7:51 a.m.37 views

Server-Side Request Forgery (SSRF)

node-forge is vulnerable to server-side request forgery. The vulnerability exists in parseUrl because certain relative paths are mishandled when validating, which allows the bypass of the URL redirection validation...

3.7AI score
SaveExploits0
Veracode
Veracode
added 2022/01/10 4:04 a.m.10 views

Prototype Pollution

node-forge is vulnerable to prototype pollution. The vulnerability exists through the 'debug.set' function in 'debug.js' , allowing an attacker to inject properties into existing construct prototypes and modify attributes such as proto, constructor and prototype...

4.5AI score
SaveExploits0
OSV
OSV
added 2022/01/08 12:22 a.m.20 views

GHSA-5RRQ-PXF6-6JX5 Prototype Pollution in node-forge debug API.

Impact The forge.debug API had a potential prototype pollution issue if called with untrusted input. The API was only used for internal debug purposes in a safe way and never documented or advertised. It is suspected that uses of this API, if any exist, would likely not have used untrusted inputs...

7AI score
SaveExploits0References2
OSV
OSV
added 2022/01/08 12:22 a.m.62 views

GHSA-WXGW-QJ99-44C2 Prototype Pollution in node-forge util.setPath API

Impact forge.util.setPath had a potential prototype pollution issue if called with untrusted keys. This API was not used by forge itself. Patches The forge.util.setPath API and related functions were removed in 0.10.0. Workarounds Don't call forge.util.setPath directly or indirectly with untruste...

8.2AI score
SaveExploits0References1
vulnersOsv
vulnersOsv
added 2022/01/08 12:22 a.m.2 views

00ld8nuivn (2.1.0), 00rqiw31nd (2.1.0) +8745 more potentially affected by unknown CVE via node-forge (>=0.1.15, <=0.9.2)

node-forge NPM version =0.1.15, =0.9.2 is affected by a known vulnerability. The following packages have a transitive dependency on node-forge and may be impacted: - 00ld8nuivn 2.1.0 - 00rqiw31nd 2.1.0 - 01dk01majk 2.1.0 - 02rjq8i863 1.1.0 - 02vx8qsp01 2.1.0 - 05y6tjgmws 1.1.0 - 066m7q8o0z 2.1.0 ...

5.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/01/08 12:22 a.m.39 views

Prototype Pollution in node-forge util.setPath API

Impact forge.util.setPath had a potential prototype pollution issue if called with untrusted keys. This API was not used by forge itself. Patches The forge.util.setPath API and related functions were removed in 0.10.0. Workarounds Don't call forge.util.setPath directly or indirectly with untruste...

9.8CVSS1.3AI score0.03188EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2022/01/08 12:22 a.m.22 views

GHSA-GF8Q-JRPM-JVXQ URL parsing in node-forge could lead to undesired behavior.

Impact The regex used for the forge.util.parseUrl API would not properly parse certain inputs resulting in a parsed data structure that could lead to undesired behavior. Patches forge.util.parseUrl and other very old related URL APIs were removed in 1.0.0 in favor of letting applications use the...

6.4AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/01/08 12:22 a.m.44 views

URL parsing in node-forge could lead to undesired behavior.

Impact The regex used for the forge.util.parseUrl API would not properly parse certain inputs resulting in a parsed data structure that could lead to undesired behavior. Patches forge.util.parseUrl and other very old related URL APIs were removed in 1.0.0 in favor of letting applications use the...

6.1CVSS0.8AI score0.00839EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2022/01/07 4:32 a.m.32 views

URL Redirection

node-forge is vulnerable to URL redirection. The use of an insecure URL parsing in forge.util.parseUrl and forge.http.parseUrl alias allows a URL redirection to malicious site...

6.1CVSS4AI score0.00839EPSS
SaveExploits1References3Affected Software1
Huntr
Huntr
added 2021/09/04 11:14 a.m.36 views

Open Redirect in digitalbazaar/forge

✍️ Description parseUrl functionality in node-forge mishandles certain uses of backslash such as https:///\ and interprets the URI as a relative path. Browsers accept backslashes after the protocol, and treat it as a normal slash, while node-forge sees it as a relative path and leads to URL...

5.8CVSS0.3AI score0.00839EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
added 2020/12/15 5:38 p.m.39 views

Security Bulletin: A security vulnerability in Node.js node-forge module affects IBM Cloud Pak for Multicloud Management Managed Service.

Summary A security vulnerability in Node.js node-forge module affects IBM Cloud Pak for Multicloud Management Managed Service. Vulnerability Details CVEID: CVE-2020-7720 DESCRIPTION: Node.js node-forge module could allow a remote attacker to execute arbitrary code on the system, caused by a...

9.8CVSS1.7AI score0.03188EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2020/11/26 9:46 p.m.40 views

Security Bulletin: A security vulnerability in Node.js node-forge module affects IBM Cloud Automation Manager.

Summary A security vulnerability in Node.js node-forge module affects IBM Cloud Automation Manager. Vulnerability Details CVEID: CVE-2020-7720 DESCRIPTION: Node.js node-forge module could allow a remote attacker to execute arbitrary code on the system, caused by a prototype pollution flaw in the...

9.8CVSS2.4AI score0.03188EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2020/09/30 6:39 p.m.98 views

Prototype Pollution in node-forge

Overview The package node-forge before 0.10.0 is vulnerable to Prototype Pollution via the util.setPath function. Note: Version 0.10.0 is a breaking change removing the vulnerable functions. Recommendation Upgrade to version 0.10.0 or later. References -...

7.5CVSS3.6AI score0.03188EPSS
SaveExploits1Affected Software1
vulnersOsv
vulnersOsv
added 2020/09/14 9:42 p.m.4 views

00ld8nuivn (2.1.0), 00rqiw31nd (2.1.0) +8745 more potentially affected by CVE-2020-7720 via node-forge (>=0.1.15, <=0.9.2)

node-forge NPM version =0.1.15, =0.9.2 is affected by a known vulnerability. The following packages have a transitive dependency on node-forge and may be impacted: - 00ld8nuivn 2.1.0 - 00rqiw31nd 2.1.0 - 01dk01majk 2.1.0 - 02rjq8i863 1.1.0 - 02vx8qsp01 2.1.0 - 05y6tjgmws 1.1.0 - 066m7q8o0z 2.1.0 ...

9.8CVSS7.1AI score0.03188EPSS
SaveExploits1
OSV
OSV
added 2020/09/14 9:42 p.m.78 views

GHSA-92XJ-MQP7-VMCJ Prototype Pollution in node-forge

The package node-forge before 0.10.0 is vulnerable to Prototype Pollution via the util.setPath function. Note: version 0.10.0 is a breaking change removing the vulnerable functions...

9.8CVSS8.1AI score0.03188EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2020/09/14 9:42 p.m.172 views

Prototype Pollution in node-forge

The package node-forge before 0.10.0 is vulnerable to Prototype Pollution via the util.setPath function. Note: version 0.10.0 is a breaking change removing the vulnerable functions...

9.8CVSS5.1AI score0.03188EPSS
SaveExploits1References7Affected Software1
Veracode
Veracode
added 2020/09/02 6:31 a.m.27 views

Prototype Pollution

node-forge is vulnerable to prototype pollution. An attacker is able to inject properties into existing construct prototypes and modify attributes such as proto, constructor and prototype...

9.8CVSS3.5AI score0.03188EPSS
SaveExploits1References3Affected Software1
RedhatCVE
RedhatCVE
added 2020/09/01 6:18 p.m.35 views

CVE-2020-7720

A flaw was found in nodejs-node-forge. A Prototype Pollution via the util.setPath function is possible...

7.3CVSS3.9AI score0.03188EPSS
SaveExploits1References4
Rows per page
Query Builder