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
    • 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-33226

CVE-2026-33226: Budibase Low-Code Platform SSRF Flaw

CVE-2026-33226 is a server-side request forgery vulnerability in Budibase that allows authenticated admins to access internal services and cloud metadata endpoints. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33226 Overview

CVE-2026-33226 is a Server-Side Request Forgery (SSRF) vulnerability affecting Budibase, a low code platform for creating internal tools, workflows, and admin panels. The REST datasource query preview endpoint (POST /api/queries/preview) makes server-side HTTP requests to any URL supplied by the user in fields.path with no validation, allowing authenticated administrators to reach internal services that are not exposed to the internet.

Critical Impact

An authenticated admin can access cloud metadata endpoints (AWS/GCP/Azure), internal databases, Kubernetes APIs, and other pods on the internal network. On GCP deployments, this leads to OAuth2 token theft with cloud-platform scope, granting full GCP access.

Affected Products

  • Budibase versions from 3.30.6 and prior
  • All Budibase deployments on cloud infrastructure (AWS, GCP, Azure)
  • Self-hosted Budibase instances with access to internal networks

Discovery Timeline

  • 2026-03-20 - CVE-2026-33226 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33226

Vulnerability Analysis

This SSRF vulnerability exists in Budibase's REST datasource query preview functionality. The endpoint responsible for handling query previews accepts user-controlled URLs without implementing proper validation or allowlist controls. When an administrator submits a request to the /api/queries/preview endpoint, the server blindly follows the URL provided in the fields.path parameter, making HTTP requests on behalf of the attacker.

The lack of URL validation enables attackers to pivot from the Budibase server to access internal network resources that would otherwise be protected by network segmentation. This is particularly dangerous in cloud environments where instance metadata services expose sensitive credentials and configuration data at well-known IP addresses.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-918: Server-Side Request Forgery). The /api/queries/preview endpoint does not implement URL allowlisting, blocklisting of internal IP ranges, or validation of the destination address before making outbound HTTP requests. The application trusts user-supplied URLs and follows redirects without verifying the final destination.

Attack Vector

The attack exploits the network-accessible REST API endpoint that requires administrator authentication. An attacker with admin credentials can craft malicious requests targeting internal infrastructure.

The exploitation flow involves submitting a POST request to /api/queries/preview with the fields.path parameter set to internal endpoints such as:

  • AWS metadata service: http://169.254.169.254/latest/meta-data/
  • GCP metadata service: http://metadata.google.internal/computeMetadata/v1/
  • Azure metadata service: http://169.254.169.254/metadata/instance
  • Internal Kubernetes API: https://kubernetes.default.svc
  • Internal databases and services on private network ranges

On GCP deployments, attackers can retrieve OAuth2 tokens with cloud-platform scope by targeting the metadata service, effectively gaining full access to the GCP project. Internal network enumeration is possible on any deployment by probing internal IP ranges and service ports through the SSRF vector.

Detection Methods for CVE-2026-33226

Indicators of Compromise

  • Unusual outbound requests from Budibase server to cloud metadata IP addresses (169.254.169.254, metadata.google.internal)
  • POST requests to /api/queries/preview containing internal IP addresses or private network ranges in the request body
  • Access logs showing queries to Kubernetes API endpoints or internal database ports from the Budibase application
  • Unexpected data access patterns in cloud provider audit logs originating from Budibase server instances

Detection Strategies

  • Monitor network traffic from Budibase servers for connections to RFC 1918 private address ranges and link-local addresses
  • Implement alerting on API requests to /api/queries/preview that contain suspicious URL patterns in the fields.path parameter
  • Review cloud provider audit logs for metadata service access from application server IP addresses
  • Deploy web application firewall rules to detect SSRF payload patterns in POST request bodies

Monitoring Recommendations

  • Enable verbose logging for the Budibase REST datasource query preview endpoint
  • Configure network monitoring to alert on outbound connections from Budibase to internal services
  • Set up cloud provider monitoring for instance metadata API access patterns
  • Implement egress filtering and logging at the network perimeter for Budibase server traffic

How to Mitigate CVE-2026-33226

Immediate Actions Required

  • Restrict administrative access to Budibase to trusted users only until a patch is available
  • Implement network-level controls to prevent the Budibase server from reaching cloud metadata services and internal networks
  • Review admin account access logs for any suspicious query preview activity
  • Consider disabling the REST datasource query preview feature if not required for operations

Patch Information

At the time of publication, there are no publicly available patches for this vulnerability. Organizations should monitor the Budibase GitHub Security Advisory for updates on remediation options.

Workarounds

  • Deploy network egress controls blocking access to metadata service IP addresses (169.254.169.254) from Budibase servers
  • Use IMDSv2 on AWS instances with hop limit of 1 to prevent SSRF-based metadata access
  • Implement a reverse proxy or WAF in front of Budibase to filter malicious URL patterns in API requests
  • Segment the Budibase deployment network to limit lateral movement to internal services
  • On GCP, configure metadata server firewall rules to restrict access from application workloads
bash
# Example: Block metadata service access using iptables on Budibase server
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 169.254.0.0/16 -j DROP

# For cloud deployments, configure instance metadata service restrictions
# AWS: Enable IMDSv2 with hop limit of 1
aws ec2 modify-instance-metadata-options \
    --instance-id <instance-id> \
    --http-tokens required \
    --http-put-response-hop-limit 1

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechBudibase

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-31818: Budibase SSRF Vulnerability

  • CVE-2026-25044: Budibase RCE Vulnerability

  • CVE-2026-35214: Budibase Path Traversal Vulnerability

  • CVE-2026-35216: Budibase RCE 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