0x01 – Killing Windows Kernel Mitigations
wetw0rk.github.io
0x01 – Killing Windows Kernel Mitigations
1–10 of 14 posts
Re: 0x01 – Killing Windows Kernel Mitigations
#2We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then?
Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them.
As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have dubbed Violet Phosphorous. I personally have not seen these mitigations bypassed in this manner so I’m claiming it.
To prove its effectiveness, I installed the latest Windows 11 (x64) build (24H2) and successfully elevated my privileges to NT AUTHORITY/SYSTEM.
The king is dead, long live the king!
LONG LIVE THE STACK OVERFLOW!
Re: 0x01 – Killing Windows Kernel Mitigations
#3If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
Re: 0x01 – Killing Windows Kernel Mitigations
#4If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
Re: 0x01 – Killing Windows Kernel Mitigations
#5If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
Any comment on reporting to Microsoft or perhaps motivation for this research?
Re: 0x01 – Killing Windows Kernel Mitigations
#6If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
Re: 0x01 – Killing Windows Kernel Mitigations
#7If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
Super interesting. At one point thought control flow guard + DEP/ASLR was suppose to prevent this stuff, guess it can't be prevented nearly completely by now. Sounds like this took a lot of work to figure out, well done. Any comment on reporting to Microsoft or perhaps motivation for this research?
Obviously this is hard, so post-exploit mitigations will likely continue to still make things harder for attackers for quite a while at least.
Re: 0x01 – Killing Windows Kernel Mitigations
#8If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
Was your test install also fully updated, i.e. is your exploit currently valid?
Re: 0x01 – Killing Windows Kernel Mitigations
#9If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
Gonna have to give it a proper read-through over the weekend, but this looks like a stellar guide at a glance. Sincere thanks for sharing your work and looking forward to further entries in the series!
Re: 0x01 – Killing Windows Kernel Mitigations
#10If you’re following my Windows Kernel Exploitation series the time to bypass modern mitigations is now. We’ve learned how to exploit a Stack Overflow in Windows 7 (x86) but what has changed since then? Truthfully a lot, but the core fundamental problem exists and as such we as hackers will always find a way to exploit them. As part of this tutorial, I will be releasing my technique on bypassing SMEP and VBS I have du…
The mitigation known as Shadow Stack might have something to say here.