Research & Writeups

My publications

Security research and writeups from my blog - real examples of how I find (and fix) vulnerabilities.

SMØLLM - Hack.lu 2025
24.10.2025 Hack.lu 2025

SMØLLM: Format String Leak to ROP Chain Exploitation

A pwn challenge combining a format string bug and a buffer overflow - chained into a stack leak, libc leak, and a full ROP chain to bypass the stack canary, NX, and PIE and pop a shell.

Read on blog
KONTINUERLIG - Hack.lu 2025
22.10.2025 Hack.lu 2025

KONTINUERLIG: From Heredoc Injection to Secret Extraction via GitHub Actions

A chained GitHub Actions vulnerability: heredoc injection, LD_PRELOAD hijacking, and artifact poisoning combined to escalate privileges and extract repository secrets.

Read on blog
Privilege Escalation in Ghost CMS
13.09.2025 CMS Security

Privilege Escalation in Ghost CMS

How the lowest-privilege role in Ghost CMS can inject malicious JavaScript and escalate all the way to a full Owner account takeover.

Read on blog
CVE-2025-64112 - Superadmin Takeover
25.08.2025 CVE-2025-64112 · Part II

When Vue Forgets to Escape: From a Missing v-pre to Superadmin Takeover

The follow-up: the same Vue flaw chained into a full Superadmin account takeover in Statamic CMS - with working proof-of-concept exploits.

Read on blog
Statamic CMS Stored XSS
15.07.2025 Part I

When Vue Forgets to Escape: Multiple Stored XSS Vectors

Multiple stored XSS vulnerabilities in the Statamic CMS control panel, caused by a missing v-pre directive across several Vue.js components.

Read on blog
HackTheBox Dyplesher Writeup
07.11.2020 HackTheBox · Insane

HackTheBox - Dyplesher Writeup

Writeup for an HTB box rated "Insane", chaining five independent services - Apache, Gogs, Memcached, a custom Minecraft dashboard, and RabbitMQ - into a single privilege escalation path to root.

Read on blog