Whoami

Container Escape via Inference: CVE-2026-5817 / CVE-2026-5843

Two container-to-host RCE vulnerabilities in Docker. vllm-metal hardcoded trust_remote_code=True, letting a malicious model execute arbitrary Python on the host. When Docker quietly patched it, we found mlx-lm doing the same thing through an importlib path with no gate at all....

May 20, 2026 · 10 min · David Rochester

CVE-2026-7020

Arbitrary file read in Ollama via tensor digest path traversal. A malicious OCI registry can trick Ollama into exfiltrating any file on the host — including SSH private keys — in three unauthenticated API calls....

April 25, 2026 · 6 min · David Rochester

CVE-2026-5530

SSRF in Ollama’s OCI registry redirect handling. A malicious registry can redirect blob downloads to internal endpoints, bypass hash verification, and exfiltrate full responses via the push API....

April 9, 2026 · 7 min · David Rochester

CVE-2026-33990

SSRF in Docker Model Runner’s OCI authentication flow. A malicious registry can redirect the token exchange to scan internal networks and exfiltrate tokens during a model pull....

March 29, 2026 · 8 min · David Rochester

CVE-2026-0842

Missing authentication in the smART Sketcher 2.0 allows anyone within Bluetooth range to send arbitrary images to a child’s toy without any pairing or authorization....

January 9, 2026 · 4 min · David Rochester

HTB Season 9 - Signed

HTB Season 9. Signed is a Medium Windows Active Directory box involving MSSQL enumeration, Silver Ticket forging, and NTLM reflection via CVE-2025-33073....

October 14, 2025 · 3 min · David Rochester

CMU Binary Bomb Lab - Phase 6

Phase 6 of the CMU Binary Bomb. Reversing a linked list sorting algorithm to find the correct node ordering and defuse the final bomb....

August 19, 2024 · 3 min · David Rochester

CMU Binary Bomb Lab - Phase 5

Phase 5 of the CMU Binary Bomb. Mapping an array lookup chain to find the input that iterates exactly 15 times and lands on 0xF....

August 17, 2024 · 6 min · David Rochester

CMU Binary Bomb Lab - Phase 4

Phase 4 of the CMU Binary Bomb. Using Ghidra to decompile a recursive function and trace the call tree to find the correct input....

August 16, 2024 · 3 min · David Rochester

CMU Binary Bomb Lab - Phase 3

Phase 3 of the CMU Binary Bomb. Tracing sscanf format strings and conditional jumps to find the correct two-number input....

August 16, 2024 · 2 min · David Rochester