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-40346

CVE-2026-40346: NocoBase SSRF Vulnerability

CVE-2026-40346 is an SSRF flaw in NocoBase no-code platform that allows authenticated users to access internal network services and cloud metadata endpoints. This post covers technical details, affected versions, and patches.

Published: April 23, 2026

CVE-2026-40346 Overview

CVE-2026-40346 is a Server-Side Request Forgery (SSRF) vulnerability affecting NocoBase, an AI-powered no-code/low-code platform designed for building business applications and enterprise solutions. Prior to version 2.0.37, NocoBase's workflow HTTP request plugin and custom request action plugin make server-side HTTP requests to user-provided URLs without implementing any SSRF protection mechanisms. This flaw allows an authenticated user to access internal network services, cloud metadata endpoints, and localhost resources, potentially leading to unauthorized data exposure and lateral movement within the target infrastructure.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to probe internal network infrastructure, access cloud instance metadata services (such as AWS IMDSv1, GCP metadata, or Azure IMDS), and potentially exfiltrate sensitive credentials or configuration data from otherwise protected resources.

Affected Products

  • NocoBase versions prior to 2.0.37
  • NocoBase workflow HTTP request plugin (unpatched versions)
  • NocoBase custom request action plugin (unpatched versions)

Discovery Timeline

  • 2026-04-18 - CVE CVE-2026-40346 published to NVD
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2026-40346

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists because NocoBase's HTTP request functionality accepts user-controlled URLs without proper validation or sanitization. When an authenticated user configures a workflow or custom action that performs HTTP requests, the server blindly follows the provided URL, making requests on behalf of the user from the server's network context.

The vulnerable components—the workflow HTTP request plugin and custom request action plugin—are designed to enable integration with external services. However, without URL allowlisting, protocol restrictions, or network segmentation controls, these plugins become vectors for internal network reconnaissance and data exfiltration.

Root Cause

The root cause of this vulnerability is the absence of SSRF protection mechanisms in the HTTP request handling code. The plugins do not implement:

  • URL scheme validation (allowing file://, gopher://, or other dangerous protocols)
  • Hostname/IP address blocklisting for internal ranges (e.g., 127.0.0.1, 169.254.169.254, RFC 1918 addresses)
  • DNS rebinding protections
  • Request destination validation against an allowlist

This oversight enables attackers to craft malicious URLs that resolve to internal network resources or cloud metadata endpoints.

Attack Vector

The attack requires network access and low-privilege authenticated access to the NocoBase platform. An attacker can exploit this vulnerability through the following attack pattern:

  1. Authenticate to the NocoBase platform with a valid user account
  2. Create or modify a workflow that includes an HTTP request action
  3. Configure the HTTP request URL to target an internal resource (e.g., http://169.254.169.254/latest/meta-data/ for AWS metadata or http://localhost:8080/admin)
  4. Execute the workflow and observe the response, which may contain sensitive internal data

Since the HTTP request originates from the server itself, it bypasses perimeter security controls and may access resources that are explicitly restricted from external access.

Detection Methods for CVE-2026-40346

Indicators of Compromise

  • Unusual HTTP requests originating from the NocoBase server to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to cloud metadata endpoints (169.254.169.254, metadata.google.internal, 169.254.170.2)
  • Workflow configurations containing URLs pointing to localhost or internal hostnames
  • Unexpected DNS queries from the NocoBase server resolving to internal addresses

Detection Strategies

  • Implement network monitoring to detect outbound connections from the NocoBase server to internal network segments
  • Configure egress filtering rules and alert on violations from application servers
  • Audit workflow configurations and custom request actions for suspicious URL patterns
  • Monitor cloud provider logs for unusual metadata service access patterns

Monitoring Recommendations

  • Enable comprehensive logging for all HTTP requests made by NocoBase workflow and custom action plugins
  • Deploy a Web Application Firewall (WAF) capable of inspecting outbound requests for SSRF patterns
  • Implement anomaly detection for the NocoBase application server's network behavior
  • Set up alerts for any access attempts to cloud metadata services from application tier instances

How to Mitigate CVE-2026-40346

Immediate Actions Required

  • Upgrade NocoBase to version 2.0.37 or later immediately
  • Audit existing workflows and custom actions for any suspicious or unauthorized URL configurations
  • Implement network-level controls to restrict outbound connections from the NocoBase server
  • Review access logs for any signs of exploitation prior to patching

Patch Information

NocoBase has released version 2.0.37 which contains the security fix for this SSRF vulnerability. The patch is available through the following resources:

  • GitHub Release v2.0.37
  • GitHub Commit Update
  • GitHub Pull Request
  • GitHub Security Advisory GHSA-mvvv-v22x-xqwp

Workarounds

  • Restrict network egress from NocoBase servers using firewall rules to block access to internal networks and cloud metadata endpoints
  • Implement a forward proxy that validates and allowlists permitted destination URLs for HTTP requests
  • Disable the workflow HTTP request plugin and custom request action plugin if not required for business operations
  • Use network segmentation to isolate NocoBase servers from sensitive internal resources
bash
# Example iptables rules to block common SSRF targets
# Block access to cloud metadata endpoints
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 169.254.170.2 -j DROP

# Block access to internal network ranges (adjust as needed)
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

# Block localhost access from the application
iptables -A OUTPUT -d 127.0.0.0/8 -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/TechNocobase

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/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-918
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Release v2.0.37

  • GitHub Security Advisory GHSA-mvvv-v22x-xqwp
  • Related CVEs
  • CVE-2026-41641: NocoBase SQL Injection Vulnerability

  • CVE-2026-41640: NocoBase SQL Injection Vulnerability

  • CVE-2026-6224: NocoBase Workflow JavaScript RCE Vulnerability

  • CVE-2026-34825: NocoBase Workflow SQL Injection 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