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

CVE-2026-35216: Budibase RCE Vulnerability

CVE-2026-35216 is a remote code execution flaw in Budibase that allows unauthenticated attackers to execute code as root via webhook automation. This article covers technical details, affected versions, and patches.

Published: April 10, 2026

CVE-2026-35216 Overview

CVE-2026-35216 is a critical Remote Code Execution (RCE) vulnerability in Budibase, an open-source low-code platform for building business applications. Prior to version 3.33.4, an unauthenticated attacker can achieve Remote Code Execution on the Budibase server by triggering an automation that contains a Bash step via the public webhook endpoint. This vulnerability is classified as CWE-78 (OS Command Injection).

Critical Impact

Unauthenticated attackers can execute arbitrary commands as root inside the container without any authentication, potentially leading to complete system compromise, data exfiltration, and lateral movement within the network.

Affected Products

  • Budibase versions prior to 3.33.4
  • Budibase instances with automations containing Bash steps exposed via public webhooks
  • Self-hosted and cloud deployments running vulnerable versions

Discovery Timeline

  • 2026-04-03 - CVE-2026-35216 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-35216

Vulnerability Analysis

The vulnerability exists in Budibase's automation system, specifically in how the Bash automation step processes user-controlled input. The platform allows users to create automations that can be triggered via public webhook endpoints. When a Bash step is included in such an automation, the lack of proper input validation and authentication allows external attackers to inject and execute arbitrary shell commands on the underlying server.

The attack is particularly severe because the process executes as root inside the container, granting the attacker full privileges within that containerized environment. This could enable container escape attempts, access to sensitive configuration data, and the ability to pivot to other services or systems accessible from the compromised container.

Root Cause

The root cause is improper input validation in the Bash automation step handler. The vulnerable code used execSync from Node.js child_process module and allowed template bindings directly within the command string. This enabled attackers to inject malicious commands through the webhook payload that would be processed and executed without proper sanitization.

The fix introduced several key changes: replacing execSync with execa for safer command execution, implementing validation that rejects command bindings (Handlebars template expressions) in the command field, and requiring dynamic values to be passed through a validated args field that enforces JSON array of strings format.

Attack Vector

The attack exploits the public webhook endpoint functionality in Budibase. An attacker identifies a Budibase instance with a publicly accessible webhook that triggers an automation containing a Bash step. By crafting a malicious webhook request with command injection payloads embedded in template bindings, the attacker can execute arbitrary shell commands on the server.

The network-based attack vector requires no authentication, though exploitation complexity is elevated due to the requirement of finding or creating a webhook-triggered automation with a Bash step.

typescript
// Vulnerable code pattern (before fix)
-import { execSync } from "child_process"
-import { processStringSync } from "@budibase/string-templates"
+import execa from "execa"
+import { findHBSBlocks, processStringSync } from "@budibase/string-templates"
 import * as automationUtils from "../automationUtils"
 import environment from "../../environment"
 import { BashStepInputs, BashStepOutputs } from "@budibase/types"
 
+const INVALID_INPUTS = "Budibase bash automation failed: Invalid inputs"
+const COMMAND_BINDINGS_ERROR =
+  "Budibase bash automation failed: Command bindings are not supported. Use the args field for dynamic values."
+const ARGS_VALIDATION_ERROR =
+  "Budibase bash automation failed: Args must be a JSON array of strings."
+
+interface JsonEditorInput {
+  value?: unknown
+}
+
+const validateArgs = (args: unknown): string[] => {
+  if (!Array.isArray(args) || args.some(arg => typeof arg !== "string")) {
+    throw new Error(ARGS_VALIDATION_ERROR)
+  }
+
+  return args
+}
+
+const parseArgs = (args: unknown) => {
+  if (args == null) {
+    return []
+  }

Source: GitHub Commit f0c731b

Detection Methods for CVE-2026-35216

Indicators of Compromise

  • Unexpected outbound network connections originating from Budibase container processes
  • Unusual process spawning activity within Budibase containers, particularly shell commands not typical of normal operation
  • Webhook access logs showing suspicious payloads containing shell metacharacters or command sequences
  • Modifications to container filesystem or unexpected file creation in temporary directories

Detection Strategies

  • Monitor webhook endpoint access patterns for unusual request frequencies or payloads containing common command injection patterns (;, |, &&, $(), backticks)
  • Implement application-level logging to capture automation trigger events and Bash step executions
  • Deploy runtime container security solutions to detect anomalous process execution within Budibase containers
  • Review automation configurations for Bash steps connected to public webhooks

Monitoring Recommendations

  • Enable verbose logging for Budibase automation executions and webhook triggers
  • Configure alerts for process execution anomalies within containerized environments
  • Implement network traffic analysis to detect potential data exfiltration attempts from Budibase infrastructure
  • Regularly audit public webhook configurations and their associated automation workflows

How to Mitigate CVE-2026-35216

Immediate Actions Required

  • Upgrade Budibase to version 3.33.4 or later immediately
  • Audit all existing automations for Bash steps connected to public webhooks and disable or restrict access pending upgrade
  • Review webhook access logs for signs of exploitation attempts
  • Implement network segmentation to limit potential lateral movement if exploitation has occurred

Patch Information

Budibase has released version 3.33.4 which addresses this vulnerability. The fix implements several security improvements to the Bash automation step:

  1. Replaced execSync with execa for safer command execution
  2. Added validation to reject Handlebars template bindings in command names
  3. Implemented strict argument validation requiring JSON array of strings format
  4. Modified the automation processing to skip template processing for Bash steps, allowing the step to handle its own templating securely

Apply the patch by updating to version 3.33.4 or later. For details, see the GitHub Security Advisory GHSA-fcm4-4pj2-m5hf and the GitHub Pull Request #18238.

Workarounds

  • Disable all public webhooks that trigger automations containing Bash steps until the patch can be applied
  • Implement web application firewall (WAF) rules to filter requests containing shell metacharacters targeting webhook endpoints
  • Restrict network access to Budibase webhook endpoints using firewall rules or reverse proxy configurations
  • Run Budibase containers with non-root users where possible to limit the impact of potential exploitation
bash
# Example: Restrict webhook access via nginx
location /api/public/v1/webhooks {
    # Temporarily deny all external access to webhooks
    deny all;
    # Or restrict to trusted IP ranges only
    # allow 10.0.0.0/8;
    # deny all;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechBudibase

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Release 3.33.4
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Security Advisory GHSA-fcm4-4pj2-m5hf
  • Related CVEs
  • CVE-2026-25044: Budibase RCE Vulnerability

  • CVE-2026-25041: Budibase PostgreSQL Integration RCE Flaw

  • CVE-2026-27702: Budibase RCE Vulnerability

  • CVE-2026-31818: Budibase SSRF 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