Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-34162

CVE-2026-34162: FastGPT Auth Bypass Vulnerability

CVE-2026-34162 is an authentication bypass flaw in FastGPT that exposes an unauthenticated HTTP proxy endpoint, allowing unauthorized server-side requests. This article covers technical details, affected versions, and mitigations.

Published: April 2, 2026

CVE-2026-34162 Overview

CVE-2026-34162 is a critical Server-Side Request Forgery (SSRF) vulnerability affecting FastGPT, an open-source AI Agent building platform. The vulnerability exists in the HTTP tools testing endpoint (/api/core/app/httpTools/runTool), which is exposed without any authentication mechanism. This endpoint functions as a full HTTP proxy, accepting user-supplied parameters including baseUrl, toolPath, HTTP method, custom headers, and body content. The server then makes HTTP requests on behalf of the attacker and returns complete responses, enabling unauthorized access to internal resources and potential data exfiltration.

Critical Impact

Unauthenticated attackers can leverage the FastGPT server as a proxy to access internal network resources, cloud metadata services, and other protected endpoints, potentially leading to full infrastructure compromise.

Affected Products

  • FastGPT versions prior to 4.14.9.5
  • FastGPT HTTP Tools Testing Endpoint (/api/core/app/httpTools/runTool)
  • Self-hosted and cloud-deployed FastGPT instances

Discovery Timeline

  • 2026-03-31 - CVE-2026-34162 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34162

Vulnerability Analysis

This vulnerability represents a classic authentication bypass combined with SSRF attack vector. The vulnerable endpoint was designed for testing HTTP tool integrations within FastGPT workflows but was inadvertently exposed without proper access controls. When an attacker sends a crafted request to this endpoint, the FastGPT server processes it and forwards the HTTP request to any arbitrary destination specified by the attacker.

The lack of authentication (CWE-306: Missing Authentication for Critical Function) allows any remote attacker to access this functionality without credentials. Combined with the proxy capability, this creates a powerful attack primitive that can be used to probe internal networks, access cloud metadata services (such as AWS IMDSv1 at 169.254.169.254), interact with internal APIs, and bypass firewall restrictions that would normally block external access.

Root Cause

The root cause of CVE-2026-34162 is the missing authentication mechanism on the /api/core/app/httpTools/runTool endpoint. This API route was implemented to allow developers to test HTTP integrations but was not properly protected behind authentication middleware. The endpoint accepts arbitrary URL destinations and forwards requests without validating the caller's identity or restricting the target URLs to a safe allowlist.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending HTTP requests directly to the vulnerable endpoint with malicious parameters. The attack flow involves:

  1. The attacker identifies a FastGPT instance exposed to the network
  2. A crafted POST request is sent to /api/core/app/httpTools/runTool with a malicious baseUrl pointing to an internal resource
  3. The FastGPT server makes the request on behalf of the attacker
  4. The complete response from the internal resource is returned to the attacker, including sensitive data, internal API responses, or cloud credentials

This vulnerability is particularly dangerous in cloud environments where attackers can access instance metadata endpoints to retrieve temporary credentials, potentially leading to full cloud infrastructure compromise.

Detection Methods for CVE-2026-34162

Indicators of Compromise

  • Unusual outbound HTTP requests from FastGPT servers to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from FastGPT application servers
  • High volume of requests to /api/core/app/httpTools/runTool from external IP addresses
  • Requests containing sensitive internal URLs in the baseUrl or toolPath parameters

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on requests to the vulnerable endpoint pattern
  • Enable detailed access logging for FastGPT application servers and analyze for suspicious patterns
  • Deploy network monitoring to detect SSRF-style traffic patterns where the FastGPT server makes unexpected outbound connections
  • Use SentinelOne Singularity to detect anomalous process behavior and network connections from FastGPT containers or hosts

Monitoring Recommendations

  • Configure alerts for any access to /api/core/app/httpTools/runTool from unauthenticated sessions
  • Monitor FastGPT server egress traffic for connections to internal network ranges and cloud metadata services
  • Implement rate limiting and anomaly detection on the vulnerable endpoint until patching is complete
  • Review FastGPT access logs for historical exploitation attempts prior to patching

How to Mitigate CVE-2026-34162

Immediate Actions Required

  • Upgrade FastGPT to version 4.14.9.5 or later immediately
  • If immediate upgrade is not possible, block external access to /api/core/app/httpTools/runTool at the network or reverse proxy level
  • Review FastGPT server logs for any historical exploitation attempts
  • Audit any cloud credentials or internal systems that may have been accessed through this vulnerability

Patch Information

FastGPT has addressed this vulnerability in version 4.14.9.5. The fix adds proper authentication checks to the HTTP tools testing endpoint, ensuring only authorized users can access the proxy functionality. The patch was implemented via GitHub Pull Request #6640 and the specific commit can be reviewed at bc7eae2ed61481a5e322208829be291faec58c00. Full details are available in the GitHub Security Advisory GHSA-w36r-f268-pwrj.

Workarounds

  • Block access to /api/core/app/httpTools/runTool endpoint at the reverse proxy or load balancer level
  • Implement network segmentation to restrict FastGPT server egress traffic to only necessary external services
  • Deploy a WAF rule to deny requests matching the vulnerable endpoint pattern from unauthenticated sources
  • Consider placing FastGPT behind VPN or zero-trust network access until patching is complete
bash
# Nginx configuration to block the vulnerable endpoint
location /api/core/app/httpTools/runTool {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFastgpt

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • GitHub Release v4.14.9.5
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Pull Request #6640

  • GitHub Security Advisory GHSA-w36r-f268-pwrj
  • Related CVEs
  • CVE-2026-40351: FastGPT Auth Bypass Vulnerability

  • CVE-2026-40352: FastGPT Auth Bypass Vulnerability

  • CVE-2026-40252: FastGPT Auth Bypass Vulnerability

  • CVE-2026-26003: FastGPT Auth Bypass 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