### [CVE-2019-10799](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10799) ![](https://img.shields.io/static/v1?label=Product&message=compile-sass&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Command%20Injection&color=brighgreen) ### Description compile-sass prior to 1.0.5 allows execution of arbritary commands. The function "setupCleanupOnExit(cssPath)" within "dist/index.js" is executed as part of the "rm" command without any sanitization. ### POC #### Reference - https://snyk.io/vuln/SNYK-JS-COMPILESASS-551804 #### Github No PoCs found on GitHub currently.