Command Injection The advisory has been revoked - it doesn't affect any version of package theme-core Open this link in a new tab


    Threat Intelligence

    EPSS 0.24% (65th 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 ID SNYK-JS-THEMECORE-1050425
  • published 23 Feb 2021
  • disclosed 11 Dec 2020
  • credit JHU System Security Lab

How to fix?

There is no fixed version for theme-core.

Amendment

This was deemed not a vulnerability.

Overview

Affected versions of this package are vulnerable to Command Injection via the lib/utils.js file, which is required by main entry of the package.

Note: CVE-2020-28432 has been retracted because it was found to be invalid. Further investigation showed that it was not a security issue.

PoC

var a =require("theme-core");
a.utils.sh("touch JHU")