ffmpeg-sdk@0.0.2 vulnerabilities

ffmpeg wrapper for nodejs

Direct Vulnerabilities

Known vulnerabilities in the ffmpeg-sdk 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
  • C
Command Injection

Affected versions of this package are vulnerable to Command Injection. The injection point is located in line 9 in index.js.

##PoC

var root = require("ffmpeg-sdk");
root.execute("touch JHU");

How to fix Command Injection?

There is no fixed version for ffmpeg-sdk.

*