Here's my exploit for CVE-2020-0674 (Internet Explorer UAF)
Bonus: EMET 5.52 (the final EMET version) doesn't appear to detect this (on Windows x64 it seems)
Found three VirtualBox vulnerabilities earlier this year. 2x Heap Overflows and 1x OOB read.
Pretty great to get this post out!
Come learn about emulated network offload bugs
Published my exploit for CVE-2019-17026 (Firefox JIT bug):
github.com/maxpl0it/CVE-2…
No sandbox escape included but if anybody wants a challenge, chain it with CVE-2020-0674 for a neat sandbox escape on Windows!
My talk's up!
If you're curious about the world of browser exploitation, this gives a higher level overview of my process of finding and exploiting two separate n-day vulnerabilities (one in IE and one in Firefox)
- Use-after-frees from JIT
- CodeQL for variant analysis
- Never-before-seen exploit primitives
- Tenured heap tomfoolery
I’ve packed just about everything in this post!
Been working on developing a reliable Internet Explorer exploit for CVE-2020-0674. This one targets 64-bit. I plan to support both 32-bit (got a much more reliable primitive for this one) and other versions of IE in the future.
Only needed addrof, read, and exec primitives.