High node-forge security vulnerability
See original GitHub issueπ bug report
node-forge< 0.10.0 has a high severity security vulnerability
π Configuration (.babelrc, package.json, cli command)
package.json:
{
"dependencies": {
"parcel": "^1.12.4"
}
}
π€ Expected Behavior
No audit failures
π― Current Behavior
Running npm install and then npm audit gives the following output:
βββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β High β Prototype Pollution in node-forge β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Package β node-forge β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Patched in β >= 0.10.0 β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Dependency of β parcel β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Path β parcel > node-forge β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β More info β https://npmjs.com/advisories/1561 β
βββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
found 1 high severity vulnerability in 746 scanned packages
1 vulnerability requires manual review. See the full report for details.
π Possible Solution
Upgrade to node-forge >= 0.10.0
π Your Environment
| Software | Version(s) |
|---|---|
| Parcel | 1.12.4 |
| Node | 12.16.1 |
| npm/Yarn | npm 6.14β¦8 |
| Operating System | MacOS |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:17 (5 by maintainers)
Top Results From Across the Web
node-forge - Snyk Vulnerability Database
version published direct vulnerabilities
1.3.1 29 Mar, 2022 0. C. 0. H. 0. M. 0. L
1.3.0 17 Mar, 2022 0. C. 0. H. 0....
Read more >Vulnerability detected in node-forge - Stack Overflow
I've recently started a new Vue.js project. After my most recent GitHub commit, I received the following Dependabot notice: Known high severityΒ ...
Read more >npm audit security vulnerability in node-forge #407 - GitHub
Npm audit indicates a vulnerability in the node-forge dependency. === npm audit security report === β High β Prototype Pollution in node-forge ......
Read more >Security Bulletin: A security vulnerability in Node.js node-forge ... - IBM
A security vulnerability in Node.js node-forge affects IBM Cloud Automation Manager. CVE(s): CVE-2022-24772 ... Categorized: High Severity. Share this post:.
Read more >CVE-2022-24771 Detail - NVD
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.3.0,Β ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Is it correct that this means Parcel 1 is no longer supported?
Please provide the fix for v1