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

CVE-2026-48148: Budibase SSRF Vulnerability

CVE-2026-48148 is a server-side request forgery flaw in Budibase that allows authenticated users to access internal networks and cloud metadata endpoints. This post covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-48148 Overview

CVE-2026-48148 is a Server-Side Request Forgery (SSRF) vulnerability in Budibase, an open-source low-code platform. The flaw resides in the VectorDB configuration endpoint, which accepts a host parameter without validating it against internal IP ranges, reserved hostnames, or URL schemes. An authenticated user with builder-level access can submit values such as 169.254.169.254 or localhost, causing the Budibase server to initiate outbound TCP connections to internal network resources or cloud metadata services. The vulnerability affects versions prior to 3.35.3 and is fixed in 3.35.3. It is classified under CWE-918.

Critical Impact

Authenticated builder-level users can coerce the Budibase server into connecting to internal services and cloud metadata endpoints, enabling reconnaissance and potential credential theft from cloud environments.

Affected Products

  • Budibase versions prior to 3.35.3
  • Budibase self-hosted deployments exposing the VectorDB configuration endpoint
  • Budibase instances deployed in cloud environments with accessible metadata services

Discovery Timeline

  • 2026-05-27 - CVE-2026-48148 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-48148

Vulnerability Analysis

The vulnerability is a Server-Side Request Forgery (SSRF) flaw in the Budibase VectorDB configuration endpoint. The endpoint accepts a user-supplied host parameter that is passed directly to the server's outbound network connection logic. Budibase performs no validation against private IP ranges (RFC 1918), loopback addresses, link-local addresses, or reserved hostnames before initiating the TCP connection.

An attacker authenticated as a builder-level user can supply arbitrary host values. Supplying 169.254.169.254 causes the server to query the cloud instance metadata service on AWS, Azure, or GCP environments. Supplying localhost or 127.0.0.1 redirects connections to services bound to the loopback interface. Supplying internal RFC 1918 addresses enables internal network reconnaissance.

The impact varies by deployment context. In cloud-hosted Budibase instances without IMDSv2 enforcement, an attacker can retrieve temporary IAM credentials from the metadata service. In on-premises deployments, the attacker can probe internal services, identify open ports, and fingerprint internal infrastructure that should not be reachable from the application tier.

Root Cause

The root cause is missing input validation on the host parameter in the VectorDB configuration endpoint. The application accepts the value as-is and passes it to the connection establishment routine. No allowlist, denylist, or URL scheme validation is enforced.

Attack Vector

The attack requires network access to the Budibase application and authenticated builder-level privileges. The attacker submits a crafted VectorDB configuration request containing a host value pointing at an internal target. The server initiates an outbound TCP connection to the supplied destination on behalf of the attacker. Response behavior, timing, and error messages can leak information about the targeted internal resource.

No verified exploitation code is publicly available. See the GitHub Security Advisory GHSA-cv96-5348-p5p8 for vendor-provided technical details.

Detection Methods for CVE-2026-48148

Indicators of Compromise

  • Outbound TCP connections from the Budibase server process to 169.254.169.254, 127.0.0.1, or RFC 1918 address ranges that are not part of normal operation
  • VectorDB configuration API requests containing internal IP addresses, localhost, or non-standard URL schemes in the host field
  • Unexpected access patterns to cloud instance metadata service endpoints originating from the Budibase application host

Detection Strategies

  • Inspect application and reverse proxy logs for VectorDB configuration requests and correlate the submitted host values against internal address ranges and reserved hostnames
  • Monitor egress traffic from the Budibase server for connections to link-local, loopback, and private address space
  • Audit builder-account activity for anomalous configuration changes, especially from accounts that do not typically modify VectorDB settings

Monitoring Recommendations

  • Enable verbose logging on the Budibase API gateway and forward logs to a centralized analytics platform for query and retention
  • Configure cloud provider flow logs (VPC Flow Logs, NSG Flow Logs) to capture connection attempts to metadata service endpoints
  • Alert on any process-level network connection from the Budibase server to 169.254.169.254 or to ports associated with internal management services

How to Mitigate CVE-2026-48148

Immediate Actions Required

  • Upgrade Budibase to version 3.35.3 or later, which contains the validated input fix
  • Restrict builder-level access to trusted administrators and audit all current builder accounts
  • On cloud deployments, enforce IMDSv2 with hop-limit restrictions to prevent SSRF-based credential theft from instance metadata

Patch Information

The vulnerability is fixed in Budibase 3.35.3. The patch adds validation on the VectorDB host parameter to reject internal IP ranges, reserved hostnames, and disallowed URL schemes. Refer to the GitHub Security Advisory GHSA-cv96-5348-p5p8 for full vendor remediation details.

Workarounds

  • Place Budibase behind an egress firewall that blocks outbound connections to 169.254.169.254, loopback addresses, and RFC 1918 ranges where not required
  • Run Budibase in a network segment with no route to internal management services or cloud metadata endpoints
  • Temporarily revoke builder-level privileges from non-essential accounts until the upgrade to 3.35.3 is completed
bash
# Example iptables egress rules to block SSRF targets on the Budibase host
iptables -A OUTPUT -d 169.254.169.254 -j REJECT
iptables -A OUTPUT -d 127.0.0.0/8 ! -o lo -j REJECT
iptables -A OUTPUT -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -d 192.168.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechBudibase

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/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
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-48128: Budibase SSRF Vulnerability

  • CVE-2026-45548: Budibase SSRF Vulnerability

  • CVE-2026-45717: Budibase Low-Code Platform SSRF Vulnerability

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