mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-07 05:26:37 +00:00
18 lines
690 B
Markdown
18 lines
690 B
Markdown
### [CVE-2019-10799](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10799)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|