cve/2019/CVE-2019-10783.md

18 lines
646 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-10783](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10783)
![](https://img.shields.io/static/v1?label=Product&message=lsof&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
All versions including 0.0.4 of lsof npm module are vulnerable to Command Injection. Every exported method used by the package uses the exec function to parse user input.
### POC
#### Reference
- https://snyk.io/vuln/SNYK-JS-LSOF-543632
#### Github
No PoCs found on GitHub currently.