The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • 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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • 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-2026-26075

CVE-2026-26075: FastGPT CSRF Vulnerability

CVE-2026-26075 is a CSRF flaw in FastGPT AI Agent platform affecting server-side data requests. Attackers can exploit web page acquisition and HTTP nodes. This article covers technical details, affected versions, and fixes.

Published: February 13, 2026

CVE-2026-26075 Overview

CVE-2026-26075 is a Server-Side Request Forgery (SSRF) vulnerability affecting FastGPT, an AI Agent building platform. The vulnerability exists in FastGPT's web page acquisition nodes and HTTP nodes, which need to initiate data acquisition requests from the server. Due to insufficient internal network address detection, attackers could potentially abuse these server-side request mechanisms to access internal network resources that should be protected.

Critical Impact

Attackers can exploit insufficient internal network address validation in FastGPT's HTTP nodes to potentially access internal network resources, bypass network segmentation, and reach services not intended to be publicly accessible.

Affected Products

  • FastGPT versions prior to 4.14.7

Discovery Timeline

  • 2026-02-12 - CVE-2026-26075 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-26075

Vulnerability Analysis

This vulnerability stems from insufficient validation of user-supplied URLs in FastGPT's server-side request functionality. FastGPT's architecture includes web page acquisition nodes and HTTP nodes designed to fetch external data on behalf of users. These features are essential for AI agent workflows that need to retrieve information from external sources.

The core issue is that these server-side request mechanisms lacked adequate filtering of internal network addresses. When a user submits a URL for the server to fetch, the application should validate that the target address is not within the internal network infrastructure. Without this validation, an attacker can craft requests targeting internal IP ranges (such as 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, or 127.0.0.1) or internal hostnames, effectively using the FastGPT server as a proxy to reach otherwise inaccessible resources.

Root Cause

The root cause is inadequate input validation and sanitization of URLs provided to server-side request mechanisms. The application's HTTP nodes and web page acquisition features did not implement strict checks to prevent requests targeting internal network addresses, cloud metadata endpoints (such as 169.254.169.254), or localhost services. This allowed external attackers to leverage the server's network position to access internal resources.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a FastGPT instance with exposed HTTP nodes or web page acquisition functionality
  2. Crafting requests with URLs pointing to internal network addresses or sensitive internal services
  3. Submitting these malicious URLs through the vulnerable endpoints
  4. Receiving responses from internal resources that would otherwise be unreachable from the attacker's position

This SSRF vulnerability could enable attackers to scan internal networks, access cloud metadata services, interact with internal APIs, or exfiltrate sensitive configuration data from services running within the same network as the FastGPT deployment.

Detection Methods for CVE-2026-26075

Indicators of Compromise

  • Outbound HTTP requests from FastGPT servers to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x, 127.0.0.1)
  • Requests to cloud metadata endpoints such as 169.254.169.254
  • Unusual server-side request patterns targeting internal service ports
  • HTTP requests to internal hostnames or non-public DNS names originating from FastGPT

Detection Strategies

  • Monitor FastGPT server network traffic for connections to internal IP ranges or localhost
  • Implement web application firewall (WAF) rules to detect SSRF patterns in request parameters
  • Review FastGPT application logs for suspicious URL fetch requests targeting internal resources
  • Set up alerts for outbound connections from FastGPT to cloud metadata services

Monitoring Recommendations

  • Enable detailed logging for all HTTP node and web page acquisition activities in FastGPT
  • Implement network segmentation monitoring to detect unauthorized internal network access attempts
  • Configure intrusion detection systems (IDS) to flag SSRF attack patterns
  • Regularly audit FastGPT request logs for anomalous URL patterns

How to Mitigate CVE-2026-26075

Immediate Actions Required

  • Upgrade FastGPT to version 4.14.7 or later immediately
  • Implement network-level isolation between FastGPT servers and sensitive internal resources
  • Deploy a web application firewall with SSRF protection rules
  • Review and restrict outbound network access from FastGPT servers

Patch Information

FastGPT has released version 4.14.7 which includes stricter internal network address detection to prevent SSRF attacks. The patch adds improved URL validation that blocks requests to internal network ranges, localhost, and cloud metadata endpoints.

For detailed patch information, refer to the FastGPT v4.14.7 Release and the GitHub Security Advisory GHSA-g345-7pqp-c395.

Workarounds

  • Implement network isolation at the infrastructure level to prevent FastGPT servers from accessing sensitive internal services
  • Deploy a forward proxy with URL allowlisting for all outbound HTTP requests from FastGPT
  • Use firewall rules to block outbound connections from FastGPT to internal IP ranges and cloud metadata endpoints
  • Consider disabling HTTP nodes and web page acquisition features if not required for your deployment
bash
# Example firewall rules to block SSRF attempts (iptables)
# Block outbound connections to private IP ranges from FastGPT server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -j DROP
iptables -A OUTPUT -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
  • TypeCSRF

  • Vendor/TechFastgpt

  • SeverityMEDIUM

  • CVSS Score6.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • GitHub FastGPT Release v4.14.7

  • GitHub Security Advisory GHSA-g345-7pqp-c395
  • Related CVEs
  • CVE-2026-34162: FastGPT Auth Bypass Vulnerability

  • CVE-2026-34163: Fastgpt Fastgpt SSRF Vulnerability

  • CVE-2026-33075: Fastgpt Fastgpt RCE Vulnerability

  • CVE-2026-32128: FastGPT Privilege Escalation Vulnerability
Default Legacy - Prefooter | 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
  • 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

English