buns@1.0.12 vulnerabilities

JavaScript (ES6) client-side framework.

Direct Vulnerabilities

Known vulnerabilities in the buns 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

Affected versions of this package are vulnerable to Command Injection. The injection point is located in line 678 in index file lib/index.js in the exported function install(requestedModule).

PoC

var root = require("buns");
var name = "& touch JHU";
root.install(name);

How to fix Command Injection?

There is no fixed version for buns.

*