Deception CheckDeception Check← all research
Threat Briefing · Security Appliance

When the Sandbox That Judges Your Files Gets Taken Over: CVE-2026-39808 and CVE-2026-25089

CISA added two Fortinet FortiSandbox command injection flaws to its Known Exploited Vulnerabilities catalog on July 16, 2026. Both let an unauthenticated attacker run commands as root on the very appliance a network trusts to decide which files are safe. The flaws were disclosed and patched between April and June; public proof-of-concept code and scanner templates followed, and exploitation has been observed in the wild since mid-June 2026. Here is how the flaws work, why a security appliance is a high-value target rather than a safe internal host, and what to do about it.

Deception Check Threat Briefing · July 17, 2026 · CVE-2026-39808, CVE-2026-25089 · CVSS 9.1 Critical · CISA KEV added 2026-07-16
The short version On July 16, 2026, CISA added two Fortinet FortiSandbox flaws to its Known Exploited Vulnerabilities catalog: CVE-2026-39808 and CVE-2026-25089, both OS command injection bugs that give an unauthenticated, remote attacker code execution as root on the appliance. FortiSandbox is Fortinet's threat-analysis platform, the box that detonates suspicious files and tells connected firewalls and mail gateways whether traffic is safe. CVE-2026-39808 was disclosed and patched in April 2026 (FG-IR-26-100); a public proof of concept and a Nuclei scanner template appeared in early June, and honeypot sensors first recorded exploitation around June 12. CVE-2026-25089 was patched only on June 9 (FG-IR-26-141). Reporting placed all of this activity under active exploitation by mid-June. The fix is to upgrade to FortiSandbox 4.4.9 or 5.0.6, which closes both flaws across the 4.4.x and 5.0.x branches. The federal remediation deadline under BOD 26-04 is July 19, 2026. Ransomware association is listed as unknown in the KEV entry, though perimeter and security appliances are a leading initial-access vector for ransomware crews.

What the vulnerabilities are

FortiSandbox is Fortinet's advanced threat-analysis appliance. Its job is to take suspicious files, URLs, and network flows, run them in an isolated environment, and return a verdict of malicious or benign before that content is allowed near production systems. In a Fortinet Security Fabric deployment it becomes the arbiter of trust: FortiGate firewalls and FortiMail gateways query the sandbox for a verdict and act on the answer in real time. That gives the appliance an unusual amount of authority inside a network, and it is exactly that authority that makes a compromise so damaging.

9.1
CVSS Critical, unauth RCE
root
code execution, no login
Active
exploited, added to KEV Jul 16

CVE-2026-39808 is an OS command injection flaw in the FortiSandbox API, classified as CWE-78. An unauthenticated attacker sends a crafted HTTP request and executes arbitrary system commands on the appliance, with no user interaction required. Public analysis places the flaw in a job-detail API endpoint where an attacker-controlled parameter is passed to an underlying operating system process without proper sanitization, so shell metacharacters in that parameter become commands the appliance runs on the attacker's behalf. It affects FortiSandbox versions 4.4.0 through 4.4.8 and was patched by Fortinet in advisory FG-IR-26-100.

CVE-2026-25089 is a second OS command injection flaw, this one in the FortiSandbox Web UI, and it reaches further: it affects FortiSandbox, FortiSandbox Cloud, and FortiSandbox PaaS across on-premises, cloud, and platform-as-a-service deployments, versions 4.4.0 through 4.4.8 and 5.0.0 through 5.0.5. It follows the same unauthenticated remote code execution pattern and was patched only on June 9, 2026 in advisory FG-IR-26-141, leaving defenders a very short runway before exploitation was observed. Notably, threat intelligence analysis reported that the exploit code for CVE-2026-25089 showed signs of having been written with the help of an AI model, though the same reporting noted the code contained implementation errors.

A third flaw from the same wave, CVE-2026-39813, is a path traversal and authentication bypass in the FortiSandbox JRPC API (FG-IR-26-112). It was not part of the July 16 KEV batch, which paired the two FortiSandbox command injection bugs with an unrelated Microsoft SharePoint flaw, but it matters here because an attacker can chain its authentication bypass with either command injection bug to reach root more reliably. We mention it for completeness; the two KEV additions are the reason this post exists.

How the exploit works

All of these flaws share a blunt, low-effort attack profile: no authentication, no user interaction, and low attack complexity. For CVE-2026-39808 in particular, public write-ups describe the whole thing collapsing into a single crafted HTTP request. The attacker injects shell metacharacters into a parameter the appliance hands to an operating system command, the appliance runs the injected command as root, and the output can be redirected to a file inside the web root that the attacker then simply retrieves with a browser. There is no memory-corruption gymnastics, no exploit chain to tune. It is command injection in its most direct form, which is why a public proof of concept and off-the-shelf scanner templates appeared within weeks of disclosure and mass scanning followed quickly.

The security feature becomes the pivot. The box you bought to judge whether files are dangerous is now the one running the attacker's commands, as root, and every downstream control still trusts its verdicts.

The reach is wider than it first appears. Many teams assume the sandbox is tucked safely away from the internet, and some genuinely segment it. But FortiSandbox routinely accepts connections from internal segments, mail infrastructure, and remote FortiGate peers, so an attacker with any initial foothold inside the network, or a peered cloud workload, can often reach the appliance and pivot straight to it. The Cloud Security Alliance, writing about this exact campaign, put the compound risk plainly: a compromised sandbox effectively subverts the judgments every downstream control relies on. An attacker who can quietly flip verdicts can wave malicious files past the firewalls and mail gateways that are waiting on the sandbox to tell them what is safe, without tripping the obvious alarms.

Why this hits OT and critical infrastructure

We want to be careful and honest about the operational-technology angle here, because FortiSandbox is not itself a PLC, an RTU, or a building controller. It is a security appliance. The reason it belongs on an OT and critical-infrastructure watch is placement and trust, not the device category. Fortinet appliances are among the most common network and edge devices bridging into industrial and critical-infrastructure environments, and a sandbox that sits at the verdict layer of that fabric is guarding, and connected to, the segments that protect OT. When the trust authority for a Security Fabric is compromised, every control downstream of it, including the ones separating enterprise IT from plant and utility networks, is operating on judgments an attacker can influence.

This also fits a pattern defenders have been living with for several years. Coalition's 2025 Cyber Threat Index attributed a majority of ransomware claims to threat actors compromising perimeter security appliances such as VPNs and firewalls, and CISA's own directives have singled out network security appliances as the preferred initial-access vector for both nation-state and ransomware actors. A FortiSandbox with unauthenticated root exposure is precisely the kind of appliance that has been turning into an entry point rather than a safeguard. The KEV entry lists ransomware association as unknown, and we will not overstate it, but the category history is not reassuring.

What we see from our sensors

We run a fleet of honeypots and edge decoys, so we checked our own data, and we want to be precise about what we can and cannot claim.

We did not capture exploitation of these specific FortiSandbox CVEs. We do not currently stand up a FortiSandbox-flavored decoy that exposes the vulnerable API or Web UI endpoints, so an attacker aiming a FortiSandbox exploit would not find a matching surface on our sensors, and we are not going to pretend otherwise.

What we do see, constantly, is the reconnaissance that precedes appliance exploitation: internet-wide scanning for Fortinet management interfaces and login surfaces, opportunistic probing of edge and security appliances, and follow-on attempts against freshly disclosed CVEs within days of a patch landing. Fortinet's own product line has drawn sustained attention from scanners on our decoys, and the pattern with these boxes is reliable: a critical, unauthenticated appliance bug with a public proof of concept gets folded into mass scanning quickly. A FortiSandbox-flavored decoy that speaks enough of the API and Web UI to log connection and injection attempts would convert that inference into captured sessions, and it is now on our short list.

The honest framing We have not caught these specific CVEs, and we will not claim we have. What our data corroborates is the precondition the attack depends on: Fortinet appliances and management interfaces are exposed and probed at internet scale every day, and public proofs of concept against them are weaponized fast. A FortiSandbox-flavored decoy would turn that inference into captured sessions.

What to do

The core fix for CVE-2026-39808 and CVE-2026-25089
Upgrade to FortiSandbox 4.4.9 or 5.0.6, then treat the management interface as internet-forbidden

Indicators and references

TypeDetail
CVECVE-2026-39808, OS command injection in FortiSandbox API, CWE-78
CVECVE-2026-25089, OS command injection in FortiSandbox Web UI (incl. Cloud, PaaS)
RelatedCVE-2026-39813, path traversal / auth bypass in JRPC API, chainable (not in this KEV batch)
AffectedFortiSandbox 4.4.0-4.4.8 and 5.0.0-5.0.5 (25089 scope; 39808 is 4.4.0-4.4.8)
CVSS9.1 Critical per Fortinet PSIRT (a few KEV mirrors list 9.8)
CISA KEVAdded 2026-07-16, required action due 2026-07-19 under BOD 26-04
ExploitationObserved in the wild from mid-June 2026 (first sensor observations ~2026-06-12; widely reported 2026-06-16)
Public PoCCVE-2026-39808 Nuclei template and public PoC since early June 2026 (CVE disclosed and patched April 2026); 25089 exploit reported AI-assisted with errors
RansomwareListed as unknown in CISA KEV
FixUpgrade to FortiSandbox 4.4.9 or 5.0.6
AdvisoriesFortinet PSIRT FG-IR-26-100, FG-IR-26-112, FG-IR-26-141
An honest caveat Our account of these vulnerabilities follows the CISA KEV listing dated July 16, 2026, the Fortinet PSIRT advisories, the NVD records, and reputable security reporting including the Cloud Security Alliance research note on this campaign and coverage from Help Net Security, The Register, and Bleeping Computer. Our first-party contribution is exposure and reconnaissance context from our own sensors, specifically the constant internet-scale scanning of Fortinet appliances and management interfaces, not direct capture of these CVEs. Standing up a FortiSandbox-flavored decoy would convert that from inference into captured sessions. There is a minor scoring discrepancy in public trackers, with Fortinet PSIRT rating the command injection flaws at CVSS 9.1 while a few KEV mirrors list 9.8; we cite the vendor figure and note the range. This post discusses active exploitation of a real, in-use appliance; it is written for defenders and contains no exploit code or reproduction steps.
About Deception Check Deception Check builds deception-based detection: a fleet of honeypots and realistic edge and OT decoys that catch attackers in the act and classify what they do. Vulnerability details here are drawn from the CISA Known Exploited Vulnerabilities catalog entry dated July 16, 2026, the Fortinet PSIRT advisories FG-IR-26-100, FG-IR-26-112, and FG-IR-26-141, the NVD records for CVE-2026-39808 and CVE-2026-25089, and reputable security reporting including the Cloud Security Alliance, Help Net Security, The Register, and Bleeping Computer. CVSS scores per Fortinet PSIRT. Exposure and reconnaissance context from our own honeypot fleet. Ransomware association listed as unknown by CISA.