banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-67685

CVE-2025-67685: Fortinet FortiSandbox SSRF Vulnerability

CVE-2025-67685 is a Server-Side Request Forgery flaw in Fortinet FortiSandbox that lets authenticated attackers proxy internal requests to plaintext endpoints. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-67685 Overview

A Server-Side Request Forgery (SSRF) vulnerability (CWE-918) has been identified in Fortinet FortiSandbox, a malware analysis and sandboxing solution. This vulnerability allows an authenticated attacker with high privileges to proxy internal requests to plaintext endpoints through crafted HTTP requests. While the attack requires authentication and elevated privileges, it could enable attackers to access internal network resources that should not be directly accessible from the FortiSandbox interface.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to probe internal network infrastructure, potentially exposing sensitive plaintext services and facilitating further reconnaissance within the network.

Affected Products

  • Fortinet FortiSandbox 5.0.0 through 5.0.4
  • Fortinet FortiSandbox 4.4 all versions
  • Fortinet FortiSandbox 4.2 all versions
  • Fortinet FortiSandbox 4.0 all versions

Discovery Timeline

  • 2026-01-13 - CVE-2025-67685 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-67685

Vulnerability Analysis

This SSRF vulnerability allows authenticated attackers to abuse the FortiSandbox server as a proxy to make requests to internal network resources. The vulnerability is constrained to plaintext endpoints only, meaning encrypted services (HTTPS, TLS) cannot be targeted through this flaw. However, many internal services such as metadata endpoints, management interfaces, and legacy systems may still operate over plaintext HTTP or other unencrypted protocols.

The attack requires the attacker to have valid authentication credentials with high-privilege access to the FortiSandbox management interface. Once authenticated, the attacker can craft malicious HTTP requests that cause the FortiSandbox server to initiate connections to arbitrary internal hosts and ports, effectively bypassing network segmentation controls.

Root Cause

The vulnerability stems from insufficient validation of user-supplied URLs or request parameters within the FortiSandbox application. When processing certain HTTP requests, the application fails to properly restrict or validate destination addresses, allowing authenticated users to specify internal network targets. The lack of proper URL scheme validation and internal IP address filtering enables the server to be weaponized as an internal network proxy.

Attack Vector

The attack is executed over the network by an authenticated attacker with high privileges. The attacker crafts specially formatted HTTP requests through the FortiSandbox web interface or API that include internal network addresses as destination parameters. The FortiSandbox server processes these requests and initiates connections to the specified internal resources on behalf of the attacker.

Potential targets include:

  • Internal web servers and APIs operating on plaintext HTTP
  • Cloud metadata services (e.g., http://169.254.169.254/)
  • Internal monitoring and management interfaces
  • Database services with HTTP interfaces
  • Legacy systems without TLS encryption

The vulnerability mechanism involves the FortiSandbox processing user-controlled input that specifies destination URLs or hostnames. Due to insufficient validation, internal addresses are not properly blocked, and the server initiates outbound connections to these targets. For detailed technical information, refer to the Fortinet Security Advisory FG-IR-25-783.

Detection Methods for CVE-2025-67685

Indicators of Compromise

  • Unusual outbound connections from the FortiSandbox server to internal network segments
  • HTTP requests from FortiSandbox to cloud metadata endpoints (e.g., 169.254.169.254)
  • Authenticated sessions making repetitive requests with varying internal IP addresses or hostnames
  • Access logs showing requests to internal services that typically should not receive traffic from FortiSandbox

Detection Strategies

  • Monitor FortiSandbox access logs for suspicious HTTP requests containing internal IP addresses or RFC1918 ranges
  • Implement network monitoring to detect unexpected outbound connections from FortiSandbox to internal services
  • Review authentication logs for unusual high-privilege account activity or access patterns
  • Deploy intrusion detection signatures to identify SSRF payload patterns in HTTP traffic

Monitoring Recommendations

  • Enable detailed logging on FortiSandbox and forward logs to a SIEM for centralized analysis
  • Configure alerts for any FortiSandbox-initiated connections to internal network ranges
  • Monitor for access to sensitive internal endpoints from unexpected sources
  • Implement network segmentation monitoring to detect policy violations

How to Mitigate CVE-2025-67685

Immediate Actions Required

  • Review and audit all high-privilege accounts on FortiSandbox deployments for legitimacy
  • Implement network-level restrictions to limit FortiSandbox outbound connectivity to only required external resources
  • Apply the latest security patches from Fortinet as soon as they become available
  • Consider temporary network isolation of vulnerable FortiSandbox instances until patched

Patch Information

Fortinet has addressed this vulnerability in a security advisory. Organizations should consult the Fortinet Security Advisory FG-IR-25-783 for specific patch versions and upgrade instructions. Upgrade to the latest supported FortiSandbox version that addresses this vulnerability.

Workarounds

  • Restrict network access to the FortiSandbox management interface to trusted administrative networks only
  • Implement egress filtering to block FortiSandbox from initiating connections to internal network ranges
  • Review and minimize the number of accounts with high-privilege access to FortiSandbox
  • Deploy a web application firewall (WAF) in front of FortiSandbox to detect and block SSRF payloads
bash
# Example: Restrict FortiSandbox outbound connectivity using firewall rules
# Block access to internal RFC1918 ranges from FortiSandbox server
iptables -A OUTPUT -s <fortisandbox_ip> -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -s <fortisandbox_ip> -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -s <fortisandbox_ip> -d 192.168.0.0/16 -j DROP
# Block access to cloud metadata endpoints
iptables -A OUTPUT -s <fortisandbox_ip> -d 169.254.169.254 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechFortinet Fortisandbox

  • SeverityLOW

  • CVSS Score3.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Fortinet Security Advisory FG-IR-25-783
  • Related CVEs
  • CVE-2025-53608: Fortinet FortiSandbox XSS Vulnerability

  • CVE-2025-52436: Fortinet FortiSandbox XSS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • English
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use