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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
push-dir through 0.4.1 allows execution of arbritary commands. Arguments provided as part of the variable "opt.branch" is not validated before being provided to the "git" command within "index.js#L139". This could be abused by an attacker to inject arbitrary commands.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://snyk.io/vuln/SNYK-JS-PUSHDIR-559009
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|