node-import@0.8.0 vulnerabilities

Imports dependencies and run it directly or concatenate them and exports to file.

Direct Vulnerabilities

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

Fix vulnerabilities automatically

Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

Fix for free
VulnerabilityVulnerable Version
  • H
Arbitrary Code Execution

node-import is a package that imports dependencies and run it directly or concatenate them and exports to file.

Affected versions of this package are vulnerable to Arbitrary Code Execution. The "params" argument of module function can be controlled by users without any sanitization.b. This is then provided to the “eval” function located in line 79 in the index file "index.js".

PoC

var a = require("node-import");
var params = {
  'fs=require("fs");fs.writeFile("JHU");//':123
}
a.module('',params,true)

How to fix Arbitrary Code Execution?

There is no fixed version for node-import.

*