A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-35218

CVE-2026-35218: Budibase Command Palette XSS Vulnerability

CVE-2026-35218 is a cross-site scripting flaw in Budibase that allows authenticated builders to inject malicious HTML payloads. This post covers the technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35218 Overview

CVE-2026-35218 is a stored Cross-Site Scripting (XSS) vulnerability in Budibase, an open-source low-code platform. The vulnerability exists in the Builder Command Palette, which renders entity names (tables, views, queries, automations) using Svelte's {@html} directive without proper sanitization. An authenticated user with Builder access can inject malicious HTML/JavaScript payloads into entity names, which execute when other Builder-role users in the same workspace open the Command Palette.

Critical Impact

This stored XSS vulnerability enables session cookie theft and full account takeover of any Builder-role user who opens the Command Palette in a compromised workspace.

Affected Products

  • Budibase versions prior to 3.32.5

Discovery Timeline

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

Technical Details for CVE-2026-35218

Vulnerability Analysis

This stored XSS vulnerability arises from improper handling of user-controlled input in Budibase's Builder interface. The application uses Svelte's {@html} directive to render entity names in the Command Palette component without any input sanitization or output encoding. This design flaw allows authenticated attackers to embed arbitrary HTML and JavaScript within entity names that persist in the application and execute whenever the Command Palette is accessed.

The attack is particularly impactful because Builder users frequently access the Command Palette via Ctrl+K as a navigation shortcut, making exploitation highly likely once the malicious payload is planted. The vulnerability's scope extends beyond the originating user session, as the payload affects all Builder-role users within the same workspace who interact with the Command Palette.

Root Cause

The root cause is the use of Svelte's {@html} directive to render user-supplied entity names (table names, view names, query names, automation names) without implementing HTML entity encoding or Content Security Policy protections. The {@html} directive in Svelte explicitly bypasses the framework's default XSS protections, rendering raw HTML directly into the DOM. When combined with unsanitized user input, this creates a direct path for script injection.

Attack Vector

An authenticated attacker with Builder access exploits this vulnerability through the following method:

  1. The attacker creates a new entity (table, automation, view, or query) in Budibase
  2. The entity name is crafted to contain an HTML payload with embedded JavaScript, such as an <img> tag with an onerror event handler
  3. This malicious entity name is stored in the Budibase database
  4. When any Builder-role user in the same workspace opens the Command Palette (Ctrl+K), the payload renders via the {@html} directive
  5. The JavaScript executes in the victim's browser context, allowing cookie theft via document.cookie, session hijacking, or other malicious actions
  6. With the stolen session, the attacker achieves full account takeover of the victim user

The attack requires no user interaction beyond opening the Command Palette, which is a common workflow action. The payload persists until the malicious entity is deleted, allowing repeated exploitation against multiple users.

Detection Methods for CVE-2026-35218

Indicators of Compromise

  • Presence of entity names (tables, views, queries, automations) containing HTML tags such as <script>, <img>, <svg>, <iframe>, or event handlers like onerror, onload, onclick
  • Unexpected outbound network requests from Builder user browsers to external domains that may indicate cookie exfiltration
  • Audit logs showing unusual entity creation or renaming activities with special characters or encoded payloads

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in entity name fields
  • Monitor application logs for entity names containing HTML special characters (<, >, ", ') and JavaScript event handlers
  • Review database records for entity names with suspicious patterns indicative of XSS payloads

Monitoring Recommendations

  • Enable detailed audit logging for all entity creation and modification events in Budibase
  • Configure browser Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Monitor for anomalous session activity that may indicate account compromise following XSS exploitation

How to Mitigate CVE-2026-35218

Immediate Actions Required

  • Upgrade Budibase to version 3.32.5 or later immediately
  • Audit existing entity names (tables, views, queries, automations) in all workspaces for potential malicious payloads
  • Rotate session tokens for all Builder-role users as a precautionary measure against potential session theft
  • Review access logs for suspicious activity that may indicate prior exploitation

Patch Information

The vulnerability has been patched in Budibase version 3.32.5. The fix implements proper HTML sanitization for entity names before rendering in the Command Palette. Organizations should upgrade to this version or later to remediate the vulnerability.

For technical details on the patch, refer to:

  • GitHub Commit Changes
  • GitHub Pull Request Discussion
  • GitHub Security Advisory GHSA-gp5x-2v54-v2q5
  • GitHub Release 3.32.5

Workarounds

  • If immediate patching is not possible, restrict Builder access to only trusted users until the upgrade is complete
  • Implement a Content Security Policy (CSP) header with script-src 'self' to mitigate the impact of injected scripts
  • Periodically audit entity names in all workspaces and remove any entries containing suspicious HTML or JavaScript content
bash
# Example: Upgrade Budibase using Docker
docker pull budibase/budibase:3.32.5
docker-compose down
docker-compose up -d

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechBudibase

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release 3.32.5
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Pull Request Discussion

  • GitHub Security Advisory GHSA-gp5x-2v54-v2q5
  • Related CVEs
  • CVE-2026-41428: Budibase Auth Bypass Vulnerability

  • CVE-2026-25044: Budibase RCE Vulnerability

  • CVE-2026-31818: Budibase SSRF Vulnerability

  • CVE-2026-35214: Budibase Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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