<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Exploitation on Moe's VR blog</title><link>https://mohandacherir.github.io/Qdiv7/tags/exploitation/</link><description>Recent content in Exploitation on Moe's VR blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mohandacherir.github.io/Qdiv7/tags/exploitation/index.xml" rel="self" type="application/rss+xml"/><item><title>Unix GC Remastered</title><link>https://mohandacherir.github.io/Qdiv7/posts/unix_new_gc/</link><pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate><guid>https://mohandacherir.github.io/Qdiv7/posts/unix_new_gc/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>The AF_UNIX garbage collector is an interesting piece of the kernel. It exists because sockets can be sent with SCM_RIGHTS but they can become unreachable from user-space while still being kept alive by the kernel, which is not memory efficient; in this situation, the garbage collector intervenes to free them. Not long ago, the subsystem was rewritten from scratch on top of a graph/Strongly-Connected-Components model; but it is still bug prone.
This post walks the rewrite end-to-end, and discusses a Use-After-Free bug.&lt;/p></description></item><item><title>CVE-2024-0582, or Easy Kernel Exploitation</title><link>https://mohandacherir.github.io/Qdiv7/posts/n-day-exploit-cve-2024/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://mohandacherir.github.io/Qdiv7/posts/n-day-exploit-cve-2024/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>&lt;strong>io_uring&lt;/strong> has been a heavily targeted subsystem in the Linux kernel — at one point it constituted 60% of kCTF entries (&lt;a href="https://security.googleblog.com/2023/06/learnings-from-kctf-vrps-42-linux.html">source&lt;/a>). As with most newly introduced features, io_uring — since its introduction in 2019 — has been very bug-prone.&lt;/p></description></item></channel></rss>