1. Executive summary
Fortinet FortiSandbox versions 4.4.0 through 4.4.8 contain CVE-2026-39808, a critical (CVSS 9.8) OS command injection vulnerability (CWE-78) exploitable by unauthenticated attackers via crafted HTTP requests. CISA added the flaw to its Known Exploited Vulnerabilities (KEV) catalog on 2026-07-16 following confirmed active exploitation in the wild. EMEA financial services running affected FortiSandbox versions face immediate risk of unauthenticated remote code execution on security infrastructure that other Fortinet products depend on for threat verdicts. The CISA KEV remediation due date is 2026-07-19.
2. Regulatory framing
| Article | Trigger (the fact in this item) | Practical impact |
|---|---|---|
| DORA Art. 19 — reporting of major ICT-related incidents to competent authorities | Active exploitation of a CVSS 9.8 unauthenticated RCE on a security analysis platform that other Fortinet products depend on for blocking decisions, added to CISA KEV on 2026-07-16. | If exploitation is confirmed on a client's FortiSandbox instance, the resulting compromise of a core security control likely meets the major-incident threshold; clients must be prepared to classify and report under their DORA incident process. |
| DORA Art. 24 — digital operational resilience testing — general requirements | FortiSandbox is a security control whose compromise degrades the blocking decisions and automated responses of dependent Fortinet products. | Clients must verify that resilience testing accounts for the failure or compromise of security-infrarastructure components, not just business applications. |
3. Technical analysis & attack chain
Vulnerability: CVE-2026-39808 is an OS command injection vulnerability (CWE-78) in Fortinet FortiSandbox. The CVSS 3.1 vector is CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H, confirming network-exploitable, unauthenticated, low-complexity attack with full confidentiality, integrity, and availability impact.
Affected versions: FortiSandbox 4.4.0 through 4.4.8. The vulnerability was patched in version 4.4.9, released by Fortinet in April 2026.
Attack chain (confirmed steps)
- Initial access: The attacker sends crafted HTTP requests to an exposed FortiSandbox instance. No authentication is required (PR:N in the CVSS vector).
- Command execution: The crafted HTTP input is improperly neutralized for OS command special elements, allowing the attacker to inject and execute arbitrary operating-system commands on the FortiSandbox appliance.
- Impact: Successful exploitation yields unauthorised code or command execution with the privileges of the FortiSandbox service. Given that FortiSandbox is a platform that other Fortinet security products depend on for threat verdicts to enforce blocking decisions and trigger automated responses, compromise of this component can degrade or manipulate the security posture of the broader Fortinet ecosystem.
Exploitation context: Threat intelligence firm Defused reported observing active exploitation of CVE-2026-39808 alongside two other FortiSandbox vulnerabilities (CVE-2026-39813, a path traversal / authentication bypass in the JRPC API, and CVE-2026-25089, another OS command injection in the web UI) over a 24-hour period. CISA's SSVC record for CVE-2026-39808 was updated on 2026-07-16 from "poc" to "active" exploitation, with "automatable: yes" and "technical impact: total." The NVD record references a third-party advisory and proof-of-concept at https://github.com/samu-delucas/CVE-2026-39808, credited to KPMG Spain researcher Samuel de Lucas Maroto.
Confidence caveat: The active exploitation claim is corroborated by CISA KEV inclusion and Defused's public reporting (single-sourced threat-intel firm; verify before enforcement). No named threat actor has been identified in the provided source material. No MITRE ATT&CK actor profile is available for attribution — treat any actor attribution as unconfirmed. No ransomware involvement has been confirmed for this specific CVE; CISA KEV lists "Known ransomware campaign use: Unknown." A separate report from Check Point referenced ransomware actors exploiting Fortinet VPN vulnerabilities, but that pertains to a different product line and crew — do not conflate.
4. Mitigation & containment
P1 — within 24 hours (by 2026-07-19 per CISA KEV)
- Identify all FortiSandbox instances in the estate, including on-premises, FortiSandbox Cloud, and FortiSandbox PaaS deployments. Inventory versions immediately.
- Restrict network access: If FortiSandbox management interfaces or web UIs are exposed to the internet, move them behind a VPN or restrict to internal management networks immediately. The attack vector is unauthenticated HTTP — reducing exposure is the fastest containment lever.
- Patch to FortiSandbox 4.4.9 or above. This is the fixed version for the 4.4.x branch. If running 5.0.x, verify patch status against CVE-2026-25089 (the related web UI command injection affecting 5.0.0–5.0.5, fixed in 5.0.6+).
P2 — within 72 hours
- Forensic triage: CISA KEV entry requires compliance with "Forensics Triage Requirements." Inspect FortiSandbox logs for anomalous HTTP requests to the management interface, unexpected command execution, or suspicious child processes originating from the web service. Look for indicators of post-exploitation activity.
- Review dependent Fortinet products: Since FortiSandbox provides threat verdicts to other Fortinet products, verify that blocking decisions and automated responses have not been tampered with or bypassed during the exposure window.
- If patching is not feasible: Follow CISA BOD 26-04 guidance — apply vendor mitigations if available, or discontinue use of the product until patched.
P3 — within 7 days
- Validate patch deployment across all instances and confirm version numbers via the CLI or management console.
- Update asset inventories and exposure management to ensure FortiSandbox instances are included in continuous internet-exposure monitoring.
- Review detection content for FortiSandbox command injection activity (see §6).
5. Indicators of compromise
No atomic indicators of compromise (IPs, domains, hashes, file paths) are available in the provided source material for CVE-2026-39808 exploitation specifically.
Behavioural indicators
| Behaviour | Where to observe | Confidence |
|---|---|---|
| Unauthenticated HTTP requests to FortiSandbox web UI / management interface containing OS command special characters | FortiSandbox web server logs; network IDS/IPS in front of FortiSandbox | High — consistent with CWE-78 mechanism and CVSS vector |
| Unexpected OS-level command execution originating from the FortiSandbox web service process | FortiSandbox system logs; EDR if deployed on the appliance | Medium — expected post-exploitation behaviour but not directly observed in sources |
| Anomalous or manipulated threat verdicts delivered to dependent Fortinet products | FortiSandbox admin console; dependent Fortinet product logs | Medium — derived from product architecture described in sources, not direct observation |
6. Detection
Insufficient indicators to author detection rules. The source material does not contain specific command-line strings, file paths, mutex names, registry keys, or other threat artefacts that would enable a functional YARA or Sigma rule. The behavioural indicators in §5 should be operationalised as log-analysis queries tailored to the client's FortiSandbox deployment and SIEM schema.
CVE assessment
1 referenced CVE — 1 actively exploited (CISA KEV), 1 critical (CVSS ≥ 9.0)
| CVE | CVSS | Exploited | EPSS | Summary |
|---|---|---|---|---|
| CVE-2026-39808 | 9.8 Critical | ⚠ KEV 2026-07-16 | 49% | A improper neutralization of special elements used in an os command ('os command injection') vulnerability in Fortinet FortiSan… |
7. Sources
- NVD — CVE-2026-39808 Detail — https://nvd.nist.gov/vuln/detail/CVE-2026-39808 — 2026-07-15
- CISA Known Exploited Vulnerabilities Catalog — CVE-2026-39808 entry (added 2026-07-16, due 2026-07-19) — https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-39808
- The Register — "Three critical Fortinet sandbox bugs splattered by unknown attackers" — https://www.theregister.com/security/2026/06/16/three-critical-fortinet-sandbox-bugs-splattered-by-unknown-attackers/5256461 — 2026-06-16
- Help Net Security — "Attackers are exploiting FortiSandbox vulnerabilities" — https://www.helpnetsecurity.com/2026/06/16/fortisandbox-vulnerabilities-cve-2026-39813-cve-2026-39808-cve-2026-25089/ — 2026-06-16
- The Hacker News — "Attackers Exploit Three Fortinet FortiSandbox Flaws, One Patched Last Week" — https://thehackernews.com/2026/06/attackers-exploit-three-fortinet.html — 2026-06
- Cybersecurity Dive — "Critical vulnerabilities in Fortinet FortiSandbox are under exploitation" — https://www.cybersecuritydive.com/news/critical-vulnerabilities-fortinet-fortisandbox-exploitation/823027/ — 2026-06
- BSI Germany (WID-SEC-2026-1836) — "Fortinet FortiSandbox: Schwachstelle ermöglicht Befehlsausführung" — https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1836
- NVD — CVE-2026-25089 (related, context) — https://nvd.nist.gov/vuln/detail/CVE-2026-25089
- Third-party advisory / PoC — https://github.com/samu-delucas/CVE-2026-39808
8. Adverse Trace position
CVE-2026-39808 is a critical-severity (CVSS 9.8), unauthenticated, network-exploitable OS command injection in Fortinet FortiSandbox 4.4.0–4.4.8, now confirmed under active exploitation per CISA KEV (added 2026-07-16, due 2026-07-19). The attack surface is significant for EMEA financial services: FortiSandbox is a security-infrastructural component that other Fortinet products depend on for threat verdicts, meaning compromise can cascade into degraded detection and blocking across the Fortinet stack. Clients running affected versions must treat this as a P1 emergency — restrict exposure, patch to 4.4.9+, and conduct forensic triage for the exposure window. Attribution is unconfirmed; no named actor or MITRE ATT&CK profile is available in the verified reference data. The exploitation claim is corroborated by CISA KEV inclusion but the initial threat-intel reporting rests on a single vendor (Defused) — clients should verify against their own telemetry before enforcement actions. Adverse Trace will monitor for emerging IOCs, actor attribution, and any confirmed ransomware involvement, and will issue an update if the threat picture materially changes.
Published via PulseTrace — Adverse Trace threat intelligence.