sync-exec@0.3.1 vulnerabilities

Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.

  • latest version

    0.6.2

  • first published

    10 years ago

  • latest version published

    9 years ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the sync-exec 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
    • M
    Insecure use of Tmp files

    sync-exec is an fs.execSync replacement for node <0.12.

    Affected versions of this package use tmp directories in an insecure way. The file to create will allways return true, regardess if the directory already exists and/or belongs to another user. Any user on the server may read the contents of this tmp file and may expose confidential information to an attacker.

    How to fix Insecure use of Tmp files?

    There is no fix version for sync-exec.

    *