XOOMAR
Three glowing cyber bugs breach shielded sandbox servers in a dark security operations environment.
CybersecurityJune 17, 2026· 5 min read· By XOOMAR Insights Team

Hackers Pounce on Fortinet FortiSandbox Bugs After Patches

Share
Updated on June 17, 2026

If all three critical FortiSandbox vulnerabilities now have fixes, how many vulnerable deployments were still exposed when exploitation began over the weekend?

XOOMAR Intelligence

Analyst Take

72/ 100
High
4 sources analyzedMedium confidenceTrend10Freshness99Source Trust85Factual Grounding94Signal Cluster20

Unknown attackers are actively targeting three Fortinet FortiSandbox flaws that can let remote attackers bypass authentication, escalate privileges, and run malicious code, according to The Register Security. Fortinet patched two of the bugs in April and the third last week, but threat intelligence firm Defused says exploitation is now underway.

Which FortiSandbox vulnerabilities are being exploited now?

The three bugs are CVE-2026-39813, CVE-2026-39808, and CVE-2026-25089. All carry 9.1 CVSS ratings. Fortinet said at patch time that it had no reports of active exploitation, according to the source material, but Defused now says attackers are hitting them.

“We are observing exploitation of multiple Fortinet FortiSandbox vulnerabilities during the past 24 hours,” Defused said in a LinkedIn post on Monday.

Defused said exploitation began over the weekend. SecurityWeek also reported that Defused honeypots saw attempts against all three CVEs, and that KEVIntel independently observed exploitation of CVE-2026-39808 on June 12 and attacks targeting CVE-2026-39813 on June 15.

Here is the patch map security teams need first:

CVE Flaw type Affected products and versions Fixed path
CVE-2026-39813 Path traversal in FortiSandbox JRPC API, enabling authentication bypass through specially crafted HTTP requests FortiSandbox 4.4.0 through 4.4.8 and 5.0.0 through 5.0.5 Upgrade to 4.4.9+ or 5.0.6+
CVE-2026-39808 OS command injection allowing unauthenticated code or command execution through HTTP requests FortiSandbox 4.4.0 through 4.4.8 Upgrade to FortiSandbox 4.4.9 or above
CVE-2026-25089 OS command vulnerability allowing unauthenticated command execution through specially crafted HTTP requests FortiSandbox 4.4.0 through 4.4.8, 5.0.0 through 5.0.5, FortiSandbox Cloud 5.0.4 through 5.0.5, FortiSandbox PaaS 5.0.4 through 5.0.5 Upgrade to a fixed version

Fortinet credited Loic Pantano, a Fortinet security analyst, with finding CVE-2026-39813. It credited KPMG Spain researcher Samuel de Lucas Maroto with finding and reporting CVE-2026-39808.

Why do these FortiSandbox bugs demand faster patching than routine CVEs?

The short answer: the flaws are critical, remote, and now observed in the wild.

A sandbox product is part of a security team’s defensive machinery. FortiSandbox is used for analyzing suspicious files and behavior, so a critical bug in that layer is not just another appliance maintenance item. XOOMAR analysis: when a flaw allows unauthenticated command execution or authentication bypass, the practical response window shrinks because attackers don’t need valid credentials to start probing vulnerable systems.

The hardest part for defenders is the attacker profile. The source material does not identify who is exploiting the bugs, how many targets have been hit, or whether successful compromise has been confirmed beyond exploit attempts. That matters because motive and target selection remain opaque.

Defused also flagged an unusual detail on CVE-2026-25089.

“Per our research a working exploit for CVE-2026-25089 has not yet been publicly disclosed,” Defused said.

The firm added that the exploit for that flaw appeared to be “vibe coded” and may be faulty. In this context, that means it appeared to be generated with AI-assisted coding from prompts rather than carefully built by hand. That does not make it harmless. Broken exploit code can still improve quickly once attackers test it against real targets.

For readers tracking the Fortinet patch cycle, XOOMAR’s related FortiSandbox coverage, Hackers Pounce on FortiSandbox Vulnerabilities After Fixes, is a useful companion to this update.


Which Fortinet versions should security teams check first?

Start with version inventory. The affected ranges are specific, and that makes the first decision simple: any FortiSandbox 4.4.0 through 4.4.8 should be treated as exposed until upgraded. The same applies to FortiSandbox 5.0.0 through 5.0.5 for the flaws that affect the 5.0 branch.

Security teams using FortiSandbox Cloud 5.0.4 through 5.0.5 or FortiSandbox PaaS 5.0.4 through 5.0.5 also need to confirm they are on fixed versions for CVE-2026-25089.

The immediate checklist is narrow:

  • Inventory: Identify every FortiSandbox, FortiSandbox Cloud, and FortiSandbox PaaS deployment.
  • Compare: Match versions against the affected ranges above.
  • Upgrade: Move to 4.4.9+, 5.0.6+, or the relevant fixed version.
  • Verify: Confirm the appliance actually reports the patched version after maintenance.
  • Review: Check Fortinet advisories and threat intelligence updates for any new indicators or mitigation notes.

XOOMAR analysis: because Defused and KEVIntel observed exploitation after patches were available, patch status alone should not be the final step for systems that were vulnerable over the weekend. Teams should review relevant access logs, administrative events, network connections, and recent configuration changes for activity around the reported observation dates.

Fortinet did not respond to The Register’s inquiries about the three CVEs or whether the vendor had also observed attacks. That leaves defenders dependent on public advisories and outside threat intelligence for now.

How much will remain unknown after the patches are installed?

A lot. Patching closes the known holes, but it does not answer whether attackers landed on any exposed systems before upgrades were completed.

The Register also pointed to a separate warning earlier this month from Check Point VP of research Lotem Finkelstein, who said ransomware criminals had exploited a critical authentication bypass affecting Fortinet Remote Access VPN and Mobile Access deployments, and that the same crew was likely abusing other VPN-related Fortinet vulnerabilities. For broader VPN exposure context, see XOOMAR’s explainer on how VPN split tunneling can leak more than you expect online.

The next pressure point is CVE-2026-25089. Defused says a working public exploit was not yet disclosed, and the observed exploit may be faulty. If that changes, unpatched systems move from theoretical exposure to a much more crowded target list.

For Fortinet customers, the practical takeaway is blunt: upgrade first, verify second, investigate third. Then keep watching Fortinet notices, Defused updates, and other threat intelligence feeds for signs that today’s exploit attempts have turned into confirmed compromises.

Impact Analysis

  • All three flaws are critical and are now being targeted despite patches already being available.
  • The bugs can enable authentication bypass, privilege escalation, and malicious code execution against FortiSandbox deployments.
  • Security teams need to verify upgrades quickly because exploitation began shortly after the latest fix was released.

FortiSandbox vulnerabilities under active exploitation

CVECVSSKnown issueAffected versions / fixExploitation signal
CVE-2026-398139.1Path traversal in FortiSandbox JRPC API enabling authentication bypass via crafted HTTP requestsFortiSandbox 4.4.0-4.4.8 and 5.0.0-5.0.5; upgrade to 4.4.9+ or 5.0.6+KEVIntel observed attacks on June 15; Defused saw exploitation over the weekend
CVE-2026-398089.1OS command injection allowing unauthenticated attack activityPatch available; exact affected versions not specified in excerptKEVIntel observed exploitation on June 12; Defused saw exploitation over the weekend
CVE-2026-250899.1Critical FortiSandbox flawPatch available; exact affected versions not specified in excerptDefused honeypots saw attempts against all three CVEs

CVSS severity of exploited FortiSandbox flaws

CVE-2026-39813
CVSS9.1
CVE-2026-39808
CVSS9.1
CVE-2026-25089
CVSS9.1
XOOMAR

Written by

XOOMAR Insights Team

Research and Editorial Desk

The XOOMAR Insights Team pairs automated research with human editorial judgment. We track hundreds of sources across technology, fintech, trading, SaaS, and cybersecurity, cross-check the facts, and explain what happened, why it matters, and what to watch next. We do not just rewrite headlines. Every article is fact-checked and scored for reliability before it goes live, and we link back to the original sources so you can verify anything yourself.

Related Articles

Cybersecurity appliance under attack with shields patching three glowing vulnerabilitiesCybersecurity

Hackers Pounce on FortiSandbox Vulnerabilities After Fixes

Hackers are probing three patched FortiSandbox flaws, turning delayed appliance patching into an active exposure problem.

Jun 17, 20267 min
Federal data center protected by glowing cyber shields as urgent vulnerability patches deploy.Cybersecurity

CISA’s 72-Hour Patch Rule Forces a Federal Scramble

CISA is forcing agencies to patch the riskiest exploitable flaws within 72 hours. Federal cyber hygiene just became a speed test.

Jun 11, 20268 min
VPN split tunneling visual with protected and exposed data streams revealing a privacy risk.Cybersecurity

VPN Split Tunneling Can Leak More Than You Expect Online

Split tunneling can speed up your VPN and fix app conflicts, but any bypassed traffic exposes your real IP.

Jun 17, 202622 min
Cybersecurity team triaging a major patch release with shields, locks, and threat nodes on dark digital screens.Cybersecurity

208 CVEs Turn Microsoft Patch Tuesday Into a Fire Drill

Microsoft's June Patch Tuesday drops 208 CVEs, including an exploited zero-day and no-click RCE risks. Defenders have to triage fast.

Jun 9, 20267 min
AI development server under cyberattack with shields, locks, data streams, and dark security visuals.Cybersecurity

Langflow Flaw Lets Hackers Plant Files on AI Servers

Hackers are exploiting CVE-2026-5027 to write arbitrary files on exposed Langflow AI dev servers.

Jun 11, 20266 min
AI project risk dashboard detecting delays, workload issues, and dependencies in a cloud SaaS workspaceSaaS & Tools

AI Project Risk Management Software Catches Risks Early

AI risk tools can flag delays, overloads, and dependency failures early, but buyers need to match features to execution, portfolio, or governance needs.

Jun 17, 202623 min
Agency workflow automation dashboard with cloud infrastructure and connected productivity panelsSaaS & Tools

Workflow Automation Tools Agencies Trust With Retainers

Agencies get the biggest automation wins from repeat handoffs: intake, onboarding, invoices, reports, approvals, and closeout.

Jun 17, 202622 min
Three SaaS dashboards compare workflows, planning boards, and client profitability analytics in a cloud workspace.SaaS & Tools

Client Profits Decide Asana vs Monday vs Teamwork Race

Teamwork is best for client services, while Asana fits structured workflows and monday wins on flexible visual planning.

Jun 17, 202622 min
AI meeting notes dashboard helping sales teams track buyer signals and CRM deal momentumSaaS & Tools

7 AI Meeting Note Tools That Rescue Sales Deals in 2026

Sales teams need AI notes that spot buyer signals, sync CRM data, and protect deal momentum, not just store transcripts.

Jun 17, 202627 min
Cloud hosting and shared server racks contrasted with scaling traffic and cost-risk visuals.SaaS & Tools

Serverless Hosting vs Shared Hosting Costs Can Fool You

Shared hosting wins on cheap basics. Serverless wins when traffic spikes, uptime matters, and manual scaling gets risky.

Jun 17, 202622 min

Don't miss the signal

Get our weekly roundup of the stories that matter across tech, fintech, and trading. No noise, just signal.

Free forever. No spam. Unsubscribe anytime.