A walkthrough of the HackTheBox machine 'Kobold', which hosts MCPJam inspector, PrivateBin, and Arcane Docker management behind Nginx. Initial access is gained via CVE-2026-23744, an unauthenticated RCE in MCPJam that binds to all interfaces and allows installing an attacker-controlled MCP server. Lateral movement exploits CVE-2025-64714, a local file inclusion in PrivateBin's template-selection cookie feature, used to write and execute a PHP webshell inside the container. The container's config leaks a database password reused for Arcane. Docker panel access enables mounting the host filesystem in a new container, dropping an SSH key, and gaining root. A bonus section covers an unintended path via a misconfigured gshadow file granting ben docker group access directly.