Skip to content

Hackthebox

Espionage Intelligence Writeup

Summary

Espionage Intelligence was an HTB CTF challenge centered around abusing an Operator Wiki RAG pipeline that ranked documents by semantic similarity while failing to properly enforce clearance boundaries. Starting with a standard HUMINT operator account, the objective was to perform reconnaissance of the semantic space, extract sensitive information useful for lateral movement, escalate privileges, and ultimately access advanced leader-only agentic analytics.

HTB ARMAXIS Writeup

Summary

The application was vulnerable to a logical flaw in the password reset mechanism that allowed unauthorized password resets. By exploiting this flaw, we reset the admin user's password. This privilege escalation allowed access to an admin-only weapon dispatch feature, which included a command injection vulnerability via unsanitized curl execution in Markdown parsing. Combining both vulnerabilities led to command execution and flag retrieval.