Command Injection Affecting lycwed-spritesheetjs package, versions *


0.0
high

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    Exploit Maturity Proof of concept

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-LYCWEDSPRITESHEETJS-1050428
  • published 21 Jan 2021
  • disclosed 11 Dec 2020
  • credit JHU System Security Lab

Introduced: 11 Dec 2020

CVE NOT AVAILABLE CWE-78 Open this link in a new tab
First added by Snyk

How to fix?

There is no fixed version for lycwed-spritesheetjs.

Overview

lycwed-spritesheetjs is a command-line spritesheet (a.k.a. Texture Atlas) generator written in Node.js.

Affected versions of this package are vulnerable to Command Injection.

PoC

var spritesheet = require("lycwed-spritesheetjs");
 spritesheet("./", {fuzz:"& touch 111233 #", ext: "json" }, function() {});