Windows Kernel Exploitation Tutorial Part 7: Uninitialized Heap Variable

Overview In the previous part, we looked into an Uninitialized Stack Variable vulnerability. In this part, we’ll discuss about another vulnerability on similar lines, Uninitialized Heap Variable. We’d be grooming Paged Pool in this one, so as to direct our execution flow to the shellcode. Again, huge thanks to @hacksysteam for the driver. Analysis Let’s […]