ramveil / writeups

Writeups.

Short notes and writeups on security, CTFs, and bug hunting.

Web

CBD Qualifications West Regional S3 - Challenge Writeups

Two challenges, two chains: bypass a Python proxy via duplicate Content-Type headers to trigger an unauthenticated React Server Components prototype-pollution RCE, then exploit an unbounded std::vector swap to build arbitrary read/write primitives and ROP your way to root.

Read the story
Web

C2C CTF 2026 – Writeup

Full CTF Writeup (Web: CorpMail, The Soldier of God Rick | Misc: JinJail | Forensics: Log, Tattletale | Reverse: Bunaken | Blockchain: tge, Convergence, Nexus)

Read the story
Reverse Engineering

Hack The Box – ReRop

Static 64-bit binary abusing a hidden ROP chain in the .data section, stack pivot via lea rsp, chained gadgets for flag validation, and full reverse engineering of a static ELF.

Read the story