Posts
  • Pinned
    user avatar
    Time for a new blogpost! Let's do a CHERIoT walkthrough - including a straightforward setup, understanding how we kill bug classes and mitigating attacks on our minimal TCB through practical examples, and more fun! msrc.microsoft.com/blog/2023/02/f…
  • user avatar
    So, another IOMFB vulnerability was exploited ITW (15.0.2). I bindiffed the patch and built a POC. And, because it's a great bug, I just finished writing a short blogpost with the tech details, to share this knowledge :) Check it out! saaramar.github.io/IOMFB_integer_…
  • user avatar
    Everybody knows researching Hyper-V is the most fun thing you can do, so I wrote a blog post about how to start doing just that! Let me know what you think && if you find any 0days of course :) aka.ms/hvresearch101
  • user avatar
    So, as it turns out, an LPE vulnerability I found 4 months ago in IOMFB is now patched in iOS 14.7.1 as in-the-wild. I wanted to share some knowledge and details about the bug and some ways to exploit it. Hope you'll find it useful, check it out!
  • user avatar
    Apple fixed a bug I triggered accidentally in a functionality that is accessible from the app sandbox. Because it's a funny story, I wrote a short blogpost about it. I hope you would like it; check it out!
  • user avatar
    New blogpost! I put together a thorough survey of security mitigations && architectures from the past few years. HW solutions, SW mitigations, and safe languages. CHERI, MTE, Rust, Swift, kalloc_type, Firebloom, GuardedMemcpy, CastGuard, and more!
  • user avatar
    Last year, Apple shared a high-level overview of "Memory safe iBoot implementation". I thought it would be nice to reverse and write about it, hope you will find it interesting :)
  • user avatar
    checkra1n is a CRAZY life-changer for iOS security research. Now, @qwertyoruiopz (you rock man!) finished his talk @BlueHatIL with a port to Linux (and even a Windows video demo!)
  • user avatar
    New blogpost - analysis of the ipc_kmsg_get_from_kernel vulnerability, patched in iOS 15.4 :) saaramar.github.io/ipc_kmsg_vuln_…
  • user avatar
    As promised – part 2 of the Hyper-V series is here! Featuring our awesome friends from the Virtualization Security Team :) VMBus internals? vPCI guest-to-host vulnerabilities? Opensource tooling? We have it all! blogs.technet.microsoft.com/srd/2019/01/28…
  • user avatar
    iOS 16 came with a lot of exciting changes in attack surface reduction. I wrote a short blogpost about an interesting change in IOSurfaceRoot and IOGPU. I hope you'll like it :) saaramar.github.io/ios16_restrict…
  • user avatar
    My new vuln CVE-2018-0743 in WSL was patched today && it's tweetable! int main(void) { int n = 0xaaaaaaa; void **p = calloc(n, 8); for (; n; --n) p[n-1] = ""; execv("", p); } Full exploit at @bluehatil portal.msrc.microsoft.com/en-us/security…
  • user avatar
    Published my exploits for the Winworld challenge I presented at #35C3! Pwn hard guys :) github.com/saaramar/35C3_…
  • user avatar
    With bittersweet sadness and excitement, I say goodbye to MSFT, as I'll be joining Apple SEAR next month to focus on Apple device security. I can't express how excited I am to join such an outstanding, exceptionally talented security team!