Skip to main content

Budibase EUVDEUVD-2026-57413

| CVE-2026-73407 CRITICAL
Path Traversal (CWE-22)
2026-08-12 GitHub_M
9.0
CVSS 4.0 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
9.0 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/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
vuln.today AI
6.8 MEDIUM

Unauthenticated network reach (PR:N) but requires a pre-existing PUBLIC query over a credentialed REST datasource (AC:H); stolen upstream credentials affect another system (S:C) with confidentiality-only impact (C:H, I:N, A:N).

3.1 AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
Aug 12, 2026 - 20:03 EUVD
Source Code Evidence Fetched
Aug 12, 2026 - 20:01 vuln.today
Analysis Generated
Aug 12, 2026 - 20:01 vuln.today
CVE Published
Aug 12, 2026 - 19:09 cve.org
CRITICAL 9.0

DescriptionCVE.org

Budibase is an open-source low-code platform. Prior to 3.40.1, RestIntegration._req in packages/server/src/integrations/rest.ts attached credentials from getAuthHeaders and defaultHeaders without requiring the final request destination to match the datasource origin. An unauthenticated caller of a PUBLIC POST /api/v2/queries/:queryId query could supply an absolute or parameterized path to an attacker-controlled host and receive the stored bearer, basic, or static-header credentials. This issue is fixed in version 3.40.1.

AnalysisAI

Credential disclosure in the Budibase low-code platform (versions prior to 3.40.1) lets an unauthenticated attacker steal a REST datasource's stored Bearer, Basic, or static-header secrets. Because RestIntegration._req in packages/server/src/integrations/rest.ts attaches getAuthHeaders and defaultHeaders before resolving the request host, a PUBLIC-role query invoked via POST /api/v2/queries/:queryId can be pointed at an attacker-controlled host - using an absolute URL or a {{ parameter }} in the path - and the API-masked (--secret-value--) credentials are delivered in cleartext. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Find public Budibase query endpoint
Delivery
Send unauthenticated POST to /api/v2/queries/:queryId
Exploit
Supply absolute/parameterized path to attacker host
Execution
Server attaches stored auth headers pre-resolution
Persist
Credentials delivered to attacker server
Impact
Reuse tokens against upstream API

Vulnerability AssessmentAI

Exploitation Exploitation requires (1) a REST datasource configured with stored credentials - a Bearer token, Basic auth, or static defaultHeaders - and (2) a query using that datasource that has been published with the PUBLIC role, making POST /api/v2/queries/:queryId reachable without any session; the attacker then supplies a request path that is either an absolute URL beginning with 'http' or a user-controlled {{ parameter }} resolving to an attacker-chosen host, so that getUrl() discards the datasource base URL. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The vendor CVSS 4.0 score of 9.0 (AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/SA:N) reflects a network-reachable, unauthenticated attack whose only real gate is the AT:P attack requirement - a REST datasource with stored credentials must already exist AND a query using it must be published with the PUBLIC role. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker discovers an internet-facing Budibase app whose REST datasource holds a Bearer token for an internal API, and where a query using that datasource is published with the PUBLIC role. With a single unauthenticated HTTP POST to /api/v2/queries/:queryId, they supply an absolute URL (or a {{ parameter }} path) pointing at their own server, and Budibase dutifully forwards the stored credentials to the attacker's host. …
Remediation Vendor-released patch: upgrade Budibase to 3.40.1 or later, which adds origin validation (the query path must remain on the datasource origin, returning HTTP 400 'REST query path must remain on the datasource origin') and a rejectCrossOriginRedirects option in fetchWithBlacklist to block cross-origin redirect-based leaks; see https://github.com/Budibase/budibase/pull/19239 and commit 8b1bca71501b11c68310351ef4f2c3028b2d5f08. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all Budibase instances running versions before 3.40.1 and audit which REST datasources contain production credentials or access sensitive systems. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

CVE-2026-27702 CRITICAL POC
9.9 Feb 25

Unauthorized data access in Budibase low-code platform before 3.30.4 allows unauthenticated users to manipulate internal

CVE-2026-31816 CRITICAL POC
9.1 Mar 09

Authorization bypass in Budibase 3.31.4 and earlier. The authorized() middleware can be bypassed, enabling injection att

CVE-2026-25040 HIGH POC
8.8 Jan 29

Budibase is a low code platform for creating internal tools, workflows, and admin panels. [CVSS 8.8 HIGH]

CVE-2026-73406 HIGH POC
7.5 Aug 12

Unauthenticated user enumeration and metadata disclosure in Budibase prior to 3.39.32 exposes tenant identifiers, email

CVE-2026-31818 CRITICAL
9.9 Apr 03

Server-Side Request Forgery (SSRF) in Budibase's REST datasource connector (versions prior to 3.33.4) allows authenticat

CVE-2026-73308 MEDIUM POC
5.7 Aug 12

OAuth2 access and refresh token theft in Budibase's automation testing pipeline exposes SSO-authenticated builder creden

CVE-2022-3225 MEDIUM POC
5.7 Sep 16

Improper Control of Dynamically-Managed Code Resources in GitHub repository budibase/budibase prior to 1.3.20. Rated med

CVE-2026-30240 CRITICAL
9.6 Mar 09

Path traversal in Budibase low-code platform 3.31.5 and earlier allows attackers to read arbitrary files through the app

CVE-2026-73300 CRITICAL POC
9.6 Aug 12

SQL injection in Budibase's MySQL integration (all versions prior to 3.40.0) lets attackers execute arbitrary, stacked S

CVE-2026-73306 MEDIUM POC
5.3 Aug 12

Account enumeration and targeted denial-of-service in Budibase prior to 3.39.25 stem from an observable response discrep

CVE-2026-73409 MEDIUM POC
5.1 Aug 12

Filesystem existence and readability probing in Budibase Cloud's MongoDB integration prior to version 3.40.1 exposes an

CVE-2026-41428 CRITICAL
9.1 Apr 24

Authentication bypass in Budibase low-code platform (versions prior to 3.35.4) allows remote unauthenticated attackers t

Share

EUVD-2026-57413 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy