Case log
Every case, filed.
3 write-ups across 2 categories. Filter below.
Filtering by tag:
CASE-003Jul 30, 2026
Path Traversal in a File Viewer Endpoint
demoCTF 2026WebSolved3 min read
A file-viewer feature that trusted the filename parameter let me climb out of the intended folder and read arbitrary files on the server, flag included.
#path-traversal#lfi#web
CASE-002Jun 20, 2026
Jailbreak — Escaping the Vault via XXE
Fallout-themed CTFWebSolved2 min read
An XML external entity injection let me read arbitrary files off the server by hijacking a field that reflected parsed XML values back in the response.
#xxe#xml#injection#web