Files
CVEs-PoC/2017/CVE-2017-7836.md
T
2024-06-18 02:51:15 +02:00

18 lines
964 B
Markdown

### [CVE-2017-7836](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7836)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2057%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Pingsender%20dynamically%20loads%20libcurl%20on%20Linux%20and%20OS%20X&color=brighgreen)
### Description
The "pingsender" executable used by the Firefox Health Report dynamically loads a system copy of libcurl, which an attacker could replace. This allows for privilege escalation as the replaced libcurl code will run with Firefox's privileges. Note: This attack requires an attacker have local system access and only affects OS X and Linux. Windows systems are not affected. This vulnerability affects Firefox < 57.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1401339
#### Github
No PoCs found on GitHub currently.