profile image

Ashwin Adhikari

Security Enthusiast | CTF Player

HTB-Kobold

Kobold is a Linux machine centred around a recently disclosed vulnerability (CVE-2026-23744) in MCPJam, an open-source Model Context Protocol server. Initial access is gained through unauthenticated remote code execution via the MCP connect endpoint. Privilege escalation abuses Docker group membership to mount the host filesystem and read the root flag.

Omni CTF 2026 Quals

LA CTF was organized from Fri, 17 July 2026 to Sun, 19 July 2026, featuring challenges from different categories like Cryptography, Game, OSINT, Miscelleaneous, Reverse Engineering, Pwn and Web Exploitation. I participated with my team Blue Lock Eleven, got 135/778 rank overall.

HTB-Interpreter

This machine involves exploiting a known vulnerability in MirthConnect 4.4.0 to gain an initial foothold, cracking a PBKDF2-HMAC-SHA256 hash to escalate to a real user, and finally abusing an insecure `eval()` call in a locally running Flask service to read the root flag.