HTB Cyber Apocalypse 2025 - Vault

Hardest pwn challenge of the CTF. A simple vulnerability lead to a BOF, but the path to RCE was really interesting

February 4, 2025 · leo_something

TeamItalyCTF 2022 - FamilyRecipes

This is one of the first heap related kernel challenges I solved, so this writeup could be inaccurate in some spots.

January 28, 2025 · leo_something

Srdnlen 2025 - Snowstorm

Interesting pwn challenge regarding the exploitation of a simple stack BOF.

January 21, 2025 · about:blankets

Srdnlen 2025 - Kinderheim 511

Heap challenge with the goal of achieving arbitrary write to read the flag from the heap.

January 21, 2025 · about:blankets

Kpwn tecniques: modprobe_path

modprobe_path is a global variable that in most kernels is RW. This variable is contains a path to an executable, do you see where this is going..?

January 14, 2025 · leo_something

Kpwn tecniques: struct msg_msg

msg_msg is a really powerful and elastic kernel struct that can be abused to obtain strong primitives, such as arbitrary read/write/free.

January 14, 2025 · leo_something