CVE-2026-54350
Last modified
CVE-2026-54350 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Budibase is an open-source low-code platform. Prior to 3.39.12, an unauthenticated visitor of any published Budibase app reads every document of the backing MongoDB, CouchDB, Elasticsearch, DynamoDB-PartiQL, or REST-with-JSON-body collection and, where the builder has published a PUBLIC write query, modifies every document of that collection with one HTTP request. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
Budibase is an open-source low-code platform. Prior to 3.39.12, an unauthenticated visitor of any published Budibase app reads every document of the backing MongoDB, CouchDB, Elasticsearch, DynamoDB-PartiQL, or REST-with-JSON-body collection and, where the builder has published a PUBLIC write query, modifies every document of that collection with one HTTP request. enrichContext at packages/server/src/sdk/workspace/queries/queries.ts:121-138 substitutes parameter values into the raw JSON body of a query, then JSON.parses the result. The validator validateQueryInputs at packages/server/src/api/controllers/query/index.ts:61-71 rejects only Handlebars markers ({{, }}) in user input and does not escape JSON metacharacters (", \, }). A parameter value containing a closing quote and additional keys lifts attacker-controlled fields into the parsed filter object. For Mongo find, the parsed filter passes directly to collection.find() (packages/server/src/integrations/mongodb.ts:506-510). Duplicate-key JSON parsing overrides the builder's {name: "..."} with {name: {$exists: true}} and returns every document. The same primitive against an updateMany query (mongodb.ts:577-585) widens the filter scope to the full collection while the builder-controlled $set body runs against every matched document. The authorized middleware at packages/server/src/middleware/authorized.ts:141-148 short-circuits when the query's role is PUBLIC. CSRF is not enforced on this path. POST /api/v2/queries/:queryId (packages/server/src/api/routes/query.ts:63) accepts the call with no session, only an x-budibase-app-id header that is public from the published-app URL. This vulnerability is fixed in 3.39.12.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Budibase | Budibase | < 3.39.12 |
References
- https://github.com/Budibase/budibase/security/advisories/GHSA-8qv3-p479-cj62Exploit, Vendor Advisory
- https://github.com/Budibase/budibase/security/advisories/GHSA-8qv3-p479-cj62Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-54350?
How severe is CVE-2026-54350?
How do I fix CVE-2026-54350?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54340h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and …7.5
- CVE-2026-54341Dragonfly is an in-memory data store built for modern applic…7.5
- CVE-2026-54342In epa4all, prior to version 2026-05-20, an attacker on the …8.1
- CVE-2026-54344ToolJet is an open-source low-code platform for building int…4.7
- CVE-2026-54345gopacket provides packet processing capabilities for Go. In …7.5
- CVE-2026-5435The deprecated functions ns_printrrf, ns_printrr and fp_nque…7.3
- CVE-2026-54351Budibase is an open-source low-code platform. Prior to 3.39.…9.6
- CVE-2026-54352Budibase is an open-source low-code platform. Prior to 3.39.…9.6
- CVE-2026-54353Budibase is an open-source low-code platform. Prior to 3.39.…7.1
- CVE-2026-54357An improper authorization vulnerability in MISP allowed an a…5.1
- CVE-2026-54358An incorrect authorization vulnerability in MISP allows an o…7.5
- CVE-2026-54359MISP contains an insecure default configuration in which the…7.1
Are you affected by CVE-2026-54350?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
