VariaType — HackTheBox Medium Walkthrough
VariaType is a Linux medium that chains three real-world CVEs across font-processing tools to go from zero to root. What makes it compelling isn’t any single trick — it’s the discipline required to identify each vulnerability, understand why the sanitization fails, and stitch them together into a coherent attack path.
Overview
The box hosts a Flask-based variable font generator backed by fonttools, alongside a PHP validation portal with an exposed .git directory. The attack chain: dump git history for credentials → LFI to read source → exploit CVE-2025-66034 in fonttools varLib for a webshell → abuse CVE-2024-25082 in FontForge for lateral movement → leverage CVE-2025-47273 in setuptools for a cron-based root.
Full Writeup
The detailed walkthrough is encrypted while this box is active on HackTheBox.
Enter the root flag to unlock the full writeup.
Incorrect flag. Try again.
