curljs@0.1.1 vulnerabilities

Node.js module that wraps curl functionality

Direct Vulnerabilities

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

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Command Injection

curljs is a package that wraps the functionality of curl into an easy to use node module

Affected versions of this package are vulnerable to Command Injection.

PoC

var a=require("curljs");
a("' & touch JHU # '")

How to fix Command Injection?

There is no fixed version for curljs.

*