memfd_create: Anonymous RAM Files and Volatile Storage in x64 Assembly

Traditional disk storage leaves traces. memfd_create enables anonymous, volatile files that reside exclusively in RAM. Learn to implement this in x64 Assembly for low-footprint operations.

March 27, 2026 · JM00NJ

CVE-2025-6019: udisks2 XFS Resize Vulnerability

Exploit the Time-of-Check to Time-of-Use (TOCTOU) window in udisks2. This analysis covers Polkit bypass, XFS image crafting, and Race Condition triggers for LPE.

March 27, 2026 · JM00NJ

Linux Process Evasion: ptrace & prctl

Stop analysts in their tracks. Learn how to leverage PTRACE_TRACEME and PR_SET_DUMPABLE syscalls to harden your agents against debuggers and memory acquisition.

March 27, 2026 · JM00NJ