for webgtx/webgtx.io repository
| CVSS Metrics | Weakness | Attack vector | Integrity |
|---|---|---|---|
| CWE-20 | Network | High |
Versions of lodash before 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep allows a malicious user to modify the prototype of Object via {constructor: {prototype: {...}}} causing the addition or modification of an existing property that will exist on all objects.
"dependencies": {
"lodash": ">=4.17.21"
}
| CVSS Metrics | Weakness |
|---|---|
| CWE-918 |
Axios NPM package 0.21.0 contains a Server-Side Request Forgery (SSRF) vulnerability where an attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address.
"dependencies": {
"axios": ">=0.21.2"
}