BFS - Brainf*ck Search - bi0sCTF 2024 R0R1 2024-02-26 Misc tl;dr Using brainf*ck to search for flag bytes within a huge tape 3 levels with varying constraints to leak flag Intended as a code golfing challenge Read More bi0sctf
Variety Notes - bi0sCTF 2024 Luc1f3r,Lu513n 2024-02-26 Web tl;dr Capturing the flag id through redos attack in /search endpoint XSS in /uuid/noteid/raw and HTML injection in /uuid/noteid CSP frame-src bypass through server side redirect Read More bi0sCTF ReDos CSP bypass
Text editor v2 - ASIS CTF Finals 2023 k1R4 2024-01-01 Pwn tl;dr Adding the last character to a tab causes null byte overflow Use said overflow to unset prev_inuse bit Coalesce upwards with fake chunk to perform unlink attack Unlink attack places .bss pointer in place of heap pointer Editing .bss allows for Arbitrary R/W Read More Exploitation Heap
Phantomfeed - HTB University CTF 2023 Winters 2023-12-16 Web tl;dr Leak JWT token through Race Condition. Leak authorization token via an open redirect. Chaining XSS & CSRF in the oauth pipeline to leak the Admin’s oauth access token. RCE via CVE-2023-33733. Read More Race Condition HTBUniversityCTF Oauth RCE Web
Nexus Void - HTB University CTF 2023 Luc1f3r 2023-12-15 Web tl;dr Misconfiguration in JWT token validation SQL Injection through JWT token Insecure Deserialization in .NET leading to RCE using custom class StatusCheckHelper Read More Writeup HTBUniversityCTF2023 .NET Deserialization SQL Injection JWT
enCRCroach - SquareCTF 2023 APN 2023-12-04 Crypto tl;dr CTR bit-flipping attack along with CRC recomputation Read More SquareCTF2023
Walk Off The Earth - TPCTF 2023 Luc1f3r 2023-11-30 Web tl;dr Mutation XSS using namespace confusion Parsing inconsistency in JSDOM Read More Writeup TPCTF mXSS
awesomenotes-1 - Hacklu CTF 2023 L0xm1 2023-10-18 Web tl;dr XSS using hx- attribute to fetch the flag from /api/note/flag. Read More HackluCTF
päääd - Hack.lu CTF 2023 alfin 2023-10-16 Web tl;dr meta redirect to attacker website, using the html injection in the paaad. leak the unique subdomain with csp violation. Another meta redirect csrf with the leaked subdomain to make the note public. Read More Hack.luCTF2023