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

CVE-2026-30240: Budibase Path Traversal Vulnerability

CVE-2026-30240 is a path traversal vulnerability in Budibase PWA ZIP processing that enables authenticated builders to exfiltrate sensitive files including credentials and secrets. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2026-30240 Overview

CVE-2026-30240 is a critical path traversal vulnerability in Budibase, a popular low-code platform for creating internal tools, workflows, and admin panels. The vulnerability exists in the PWA (Progressive Web App) ZIP processing endpoint (POST /api/pwa/process-zip) and allows an authenticated user with builder privileges to read arbitrary files from the server filesystem.

The flaw stems from unsanitized path.join() operations with user-controlled input from icons.json inside uploaded ZIP files. An attacker can leverage this to access sensitive system files including /proc/1/environ, which contains all environment variables—JWT secrets, database credentials, encryption keys, and API tokens. The server reads attacker-specified files and uploads them to the object store (MinIO/S3), where they can be retrieved through signed URLs.

Critical Impact

This vulnerability enables complete platform compromise through exfiltration of all cryptographic secrets and service credentials in a single request. Attackers with builder-level access can extract JWT secrets, database credentials, and encryption keys.

Affected Products

  • Budibase version 3.31.5 and earlier

Discovery Timeline

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

Technical Details for CVE-2026-30240

Vulnerability Analysis

This path traversal vulnerability (CWE-22) affects the PWA ZIP processing functionality in Budibase. When a user uploads a ZIP file to the /api/pwa/process-zip endpoint, the server processes an icons.json file contained within the archive. The vulnerability occurs because file paths specified in icons.json are passed directly to path.join() without proper sanitization.

By crafting a malicious icons.json file with directory traversal sequences (e.g., ../../../), an attacker can escape the intended directory and reference arbitrary files on the server filesystem. The server then reads these files and uploads them to the configured object store (MinIO or S3), making them accessible via signed URLs that the attacker can retrieve.

The most damaging target is /proc/1/environ, which contains all environment variables of the main process including JWT signing secrets, database connection strings, API tokens, and encryption keys. Exfiltration of these credentials enables complete platform takeover.

Root Cause

The root cause is the use of unsanitized user-controlled input in file path operations. The path.join() function in Node.js does not prevent directory traversal—when given input like ../../etc/passwd, it will resolve to a path outside the intended directory. The application fails to validate that the resolved path remains within the expected directory boundary before reading file contents.

Attack Vector

The attack requires network access and authentication with builder privileges. An attacker crafts a malicious ZIP file containing an icons.json file with path traversal payloads pointing to sensitive files. Upon upload to the PWA processing endpoint, the server reads the targeted files and stores them in the object store. The attacker can then retrieve the exfiltrated data via signed URLs, gaining access to all server secrets and credentials without any user interaction required.

The vulnerability mechanism involves crafting a malicious icons.json file within a ZIP archive that contains path traversal sequences targeting sensitive files like /proc/1/environ. When processed by the vulnerable endpoint, the server reads the specified files and uploads them to the object store. Technical details are available in the GitHub Security Advisory.

Detection Methods for CVE-2026-30240

Indicators of Compromise

  • Unusual requests to the /api/pwa/process-zip endpoint, particularly with abnormally large or suspicious ZIP file uploads
  • Object store entries containing sensitive system file contents such as environment variables or configuration files
  • Access logs showing retrieval of unexpected signed URLs from MinIO/S3 buckets
  • Evidence of ZIP files uploaded containing icons.json with path traversal patterns like ../

Detection Strategies

  • Monitor HTTP requests to /api/pwa/process-zip for abnormal patterns or frequency from specific user accounts
  • Implement web application firewall (WAF) rules to detect path traversal sequences in request payloads
  • Audit object store access logs for unusual file retrievals or newly created objects with suspicious naming patterns
  • Review application logs for file read operations targeting paths outside the PWA processing directory

Monitoring Recommendations

  • Enable detailed logging for the PWA processing endpoint including uploaded file metadata
  • Configure alerts for any access to sensitive system paths like /proc/, /etc/, or configuration directories
  • Monitor builder-privileged accounts for unusual activity patterns or bulk data access
  • Implement file integrity monitoring on critical configuration files and environment variable sources

How to Mitigate CVE-2026-30240

Immediate Actions Required

  • Upgrade Budibase to a patched version as soon as one becomes available from the vendor
  • Rotate all secrets exposed through environment variables including JWT secrets, database credentials, API tokens, and encryption keys
  • Review object store contents for evidence of unauthorized file exfiltration
  • Audit builder account activity for suspicious ZIP uploads to the PWA endpoint

Patch Information

Refer to the GitHub Security Advisory for the latest patch information and updated version details. Organizations should prioritize upgrading from version 3.31.5 and earlier to a patched release.

Workarounds

  • Restrict access to the /api/pwa/process-zip endpoint using network-level controls or reverse proxy rules until a patch is applied
  • Limit builder privileges to only essential trusted users and audit existing builder accounts
  • Implement additional input validation at the reverse proxy or WAF level to block path traversal sequences in uploaded files
  • Consider temporarily disabling PWA functionality if not critical to operations
bash
# Example: Block access to vulnerable endpoint via nginx
location /api/pwa/process-zip {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechBudibase

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35214: Budibase Path Traversal Vulnerability

  • CVE-2026-25737: Budibase Path Traversal Vulnerability

  • CVE-2026-25044: 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