├── CVE-2019-9817 ├── README.md └── exploit.html └── README.md /CVE-2019-9817/README.md: -------------------------------------------------------------------------------- 1 | ## CVE-2019-9817: Stealing of cross-domain images using canvas 2 | https://www.mozilla.org/en-US/security/advisories/mfsa2019-13/#CVE-2019-9817 3 | 4 | 5 | Images from a different domain can be read using a canvas object in some circumstances. This could be used to steal image data from a different site in violation of same-origin policy. 6 | 7 | -------------------------------------------------------------------------------- /CVE-2019-9817/exploit.html: -------------------------------------------------------------------------------- 1 | 2 | 5 |
6 |33 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PoC 2 | --------------------------------------------------------------------------------CVE-2019-9817
7 | 8 |9 |
10 | Leak here 11 | 12 |
13 | 14 | 32 |