CVE-2026-27702

Budibase is a low code platform for creating internal tools, workflows, and admin panels. Prior to version 3.30.4, an unsafe `eval()` vulnerability in Budibase's view filtering implementation allows any authenticated user (including free tier accounts) to execute arbitrary JavaScript code on the server. This vulnerability ONLY affects Budibase Cloud (SaaS) - self-hosted deployments use native CouchDB views and are not vulnerable. The vulnerability exists in `packages/server/src/db/inMemoryView.ts` where user-controlled view map functions are directly evaluated without sanitization. The primary impact comes from what lives inside the pod's environment: the `app-service` pod runs with secrets baked into its environment variables, including `INTERNAL_API_KEY`, `JWT_SECRET`, CouchDB admin credentials, AWS keys, and more. Using the extracted CouchDB credentials, we verified direct database access, enumerated all tenant databases, and confirmed that user records (email addresses) are readable. Version 3.30.4 contains a patch.
Configurations

Configuration 1 (hide)

cpe:2.3:a:budibase:budibase:*:*:*:*:*:*:*:*

History

02 Mar 2026, 19:31

Type Values Removed Values Added
References () https://github.com/Budibase/budibase/commit/348659810cf930dda5f669e782706594c547115d - () https://github.com/Budibase/budibase/commit/348659810cf930dda5f669e782706594c547115d - Patch
References () https://github.com/Budibase/budibase/pull/18087 - () https://github.com/Budibase/budibase/pull/18087 - Issue Tracking
References () https://github.com/Budibase/budibase/releases/tag/3.30.4 - () https://github.com/Budibase/budibase/releases/tag/3.30.4 - Release Notes
References () https://github.com/Budibase/budibase/security/advisories/GHSA-rvhr-26g4-p2r8 - () https://github.com/Budibase/budibase/security/advisories/GHSA-rvhr-26g4-p2r8 - Exploit, Vendor Advisory
CPE cpe:2.3:a:budibase:budibase:*:*:*:*:*:*:*:*
First Time Budibase
Budibase budibase

25 Feb 2026, 16:23

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-25 16:23

Updated : 2026-03-02 19:31


NVD link : CVE-2026-27702

Mitre link : CVE-2026-27702

CVE.ORG link : CVE-2026-27702


JSON object : View

Products Affected

budibase

  • budibase
CWE
CWE-20

Improper Input Validation

CWE-94

Improper Control of Generation of Code ('Code Injection')

CWE-95

Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')