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

19 lines
981 B
Markdown

### [CVE-2017-5428](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5428)
![](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=Version&message=%3C%2052.0.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=integer%20overflow%20in%20createImageBitmap()&color=brighgreen)
### Description
An integer overflow in "createImageBitmap()" was reported through the Pwn2Own contest. The fix for this vulnerability disables the experimental extensions to the "createImageBitmap" API. This function runs in the content sandbox, requiring a second vulnerability to compromise a user's computer. This vulnerability affects Firefox ESR < 52.0.1 and Firefox < 52.0.1.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1348168
#### Github
No PoCs found on GitHub currently.