buns@1.1.1 vulnerabilities

JavaScript (ES6) client-side framework.

  • latest version

    1.1.6

  • first published

    8 years ago

  • latest version published

    8 years ago

  • deprecated

    Package is deprecated

  • licenses detected

  • Direct Vulnerabilities

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

    *