Files
CVEs-PoC/2020/CVE-2020-6811.md
T
2024-05-25 21:48:12 +02:00

21 lines
1.2 KiB
Markdown

### [CVE-2020-6811](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6811)
![](https://img.shields.io/static/v1?label=Product&message=Firefox%20ESR&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=Thunderbird&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2068.6%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2074%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Devtools'%20'Copy%20as%20cURL'%20feature%20did%20not%20fully%20escape%20website-controlled%20data%2C%20potentially%20leading%20to%20command%20injection&color=brighgreen)
### Description
The 'Copy as cURL' feature of Devtools' network tab did not properly escape the HTTP method of a request, which can be controlled by the website. If a user used the 'Copy as Curl' feature and pasted the command into a terminal, it could have resulted in command injection and arbitrary command execution. This vulnerability affects Thunderbird < 68.6, Firefox < 74, Firefox < ESR68.6, and Firefox ESR < 68.6.
### POC
#### Reference
- https://usn.ubuntu.com/4328-1/
#### Github
No PoCs found on GitHub currently.