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

CVE-2026-25045: Budibase Privilege Escalation Vulnerability

CVE-2026-25045 is a privilege escalation flaw in Budibase that allows Creator-level users to elevate privileges to Tenant Admin, leading to full tenant compromise. This post covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-25045 Overview

CVE-2026-25045 is a critical vulnerability affecting Budibase, a low code platform for creating internal tools, workflows, and admin panels. This security flaw combines Vertical Privilege Escalation and Insecure Direct Object Reference (IDOR) due to missing server-side Role-Based Access Control (RBAC) checks in the /api/global/users endpoints.

The vulnerability allows a Creator-level user, who should have no permissions to manage users or organizational roles, to perform unauthorized administrative actions. An attacker can promote an App Viewer to Tenant Admin, demote a Tenant Admin to App Viewer, or modify the Owner's account details and orders. This occurs because the API accepts these actions without validating the requesting role, enabling a Creator to replay Owner-only requests using their own session tokens.

Critical Impact

Full tenant compromise is possible through unauthorized role manipulation and account modifications, allowing attackers to take complete control of Budibase tenant environments.

Affected Products

  • Budibase low code platform (versions prior to patch)
  • Budibase /api/global/users API endpoints
  • Budibase tenant management system

Discovery Timeline

  • 2026-03-09 - CVE CVE-2026-25045 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-25045

Vulnerability Analysis

This vulnerability stems from CWE-862 (Missing Authorization), where the Budibase platform fails to implement proper server-side authorization checks on user management endpoints. The /api/global/users API endpoints accept role modification and user management requests without verifying whether the requesting user has sufficient privileges to perform these actions.

The flaw combines two distinct security issues: Vertical Privilege Escalation allows lower-privileged users (Creator-level) to perform actions reserved for higher-privileged users (Owner/Admin), while the IDOR component enables direct manipulation of user objects regardless of the requester's relationship to those objects.

Root Cause

The root cause is the absence of server-side RBAC validation in the user management API endpoints. The application trusts client-side session tokens to authenticate users but fails to verify whether the authenticated user's role permits the requested operation. This creates a trust boundary violation where authentication is properly enforced, but authorization is not.

Attack Vector

The attack is network-based and requires low privileges to execute. An authenticated Creator-level user can exploit this vulnerability by:

  1. Capturing legitimate administrative API requests through browser developer tools or proxy interception
  2. Replaying these requests using their own valid session token
  3. Modifying request parameters to target arbitrary user accounts
  4. Executing privilege escalation operations such as promoting users to Tenant Admin or modifying Owner account details

The vulnerability allows attackers to manipulate the organizational hierarchy without detection, as the system accepts the requests as valid authenticated operations.

Detection Methods for CVE-2026-25045

Indicators of Compromise

  • Unexpected role changes for user accounts, particularly promotions to Tenant Admin
  • API requests to /api/global/users endpoints from Creator-level accounts attempting administrative operations
  • Modifications to Owner account details from non-Owner sessions
  • Unusual patterns of user management activity from accounts without administrative privileges

Detection Strategies

  • Implement API request logging that captures the requesting user's role alongside the attempted operation
  • Monitor for role escalation events and alert on any Creator-level user attempting to modify user roles
  • Deploy anomaly detection to identify session tokens being used for operations beyond their privilege scope
  • Review audit logs for patterns of replayed administrative requests from non-administrative accounts

Monitoring Recommendations

  • Enable detailed logging on all /api/global/users endpoint interactions
  • Create alerts for any role modification events and cross-reference against authorized administrators
  • Monitor for rapid succession of user management API calls that may indicate automated exploitation
  • Implement real-time dashboards to track privilege changes across the tenant

How to Mitigate CVE-2026-25045

Immediate Actions Required

  • Review and audit all user accounts for unauthorized role changes, particularly recent promotions to Tenant Admin
  • Restrict access to the Budibase platform to trusted networks until patches are applied
  • Implement network-level access controls to limit exposure of the /api/global/users endpoints
  • Enable comprehensive API logging to detect any ongoing exploitation attempts

Patch Information

Budibase has released security updates to address this vulnerability. Administrators should consult the GitHub Security Advisory for specific patch versions and upgrade instructions. Apply the latest security patches immediately to remediate this vulnerability.

Workarounds

  • Implement a reverse proxy or API gateway to add authorization checks on the /api/global/users endpoints
  • Restrict Creator-level accounts to the minimum necessary permissions until patching is complete
  • Deploy Web Application Firewall (WAF) rules to block unauthorized user management API requests
  • Consider temporarily disabling Creator account creation until the vulnerability is patched

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechBudibase

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/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
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25040: Budibase Privilege Escalation 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 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