Description
Budibase Server before 3.40.0 contains a NoSQL injection vulnerability in the MongoDB query execution endpoint where user-supplied parameters are interpolated into JSON query templates without proper sanitization of JSON metacharacters. Attackers with query write permission can inject JSON structural characters to alter MongoDB queries, bypassing filters to read, modify, or delete arbitrary documents.
Published: 2026-08-13
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a NoSQL injection flaw in Budibase Server’s MongoDB query execution endpoint, where user‑supplied parameters are directly interpolated into JSON query templates without sanitizing JSON metacharacters. This allows attackers with permission to write queries to insert JSON structural characters, thereby altering the constructed MongoDB query. As a result, an attacker could bypass existing query filters and arbitrarily read, modify, or delete documents stored by the application. The weakness is classified as CWE‑943, Untrusted Input Treated as Codec.

Affected Systems

Budibase Server instances running any version prior to 3.40.0 are affected. The vendor responsible for the product is Budibase, and the specific product is the Budibase Server software. Only versions older than 3.40.0 contain the vulnerable query interpolation logic.

Risk and Exploitability

The vendor-assessed CVSS score is 8.7, indicating high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting it is not currently known to be exploited in the wild. Attackers must be authenticated with query‑write permissions to inject malicious JSON, implying that exposure is limited to environments where such permissions are granted. Nevertheless, once access is achieved, the ability to modify database queries can lead to wide‑scale data breaches or destructive changes. The risk remains high due to the criticality of the data affected and the absence of community or infrastructure mitigations.

Generated by OpenCVE AI on August 13, 2026 at 12:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Budibase Server to version 3.40.0 or later
  • Restrict query‑write permissions for any accounts or services that do not require them
  • Implement validation or encoding of JSON parameters to escape metacharacters before constructing MongoDB queries

Generated by OpenCVE AI on August 13, 2026 at 12:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description Budibase Server before 3.40.0 contains a NoSQL injection vulnerability in the MongoDB query execution endpoint where user-supplied parameters are interpolated into JSON query templates without proper sanitization of JSON metacharacters. Attackers with query write permission can inject JSON structural characters to alter MongoDB queries, bypassing filters to read, modify, or delete arbitrary documents.
Title Budibase Server before 3.40.0 NoSQL Injection via JSON Parameter
First Time appeared Budibase
Budibase budibase
Weaknesses CWE-943
CPEs cpe:2.3:a:budibase:budibase:*:*:*:*:*:*:*:*
Vendors & Products Budibase
Budibase budibase
References
Metrics cvssV3_1

{'score': 8.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Budibase Budibase
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T12:55:04.134Z

Reserved: 2026-08-13T11:16:27.835Z

Link: CVE-2026-73618

cve-icon Vulnrichment

Updated: 2026-08-13T12:54:59.414Z

cve-icon NVD

Status : Received

Published: 2026-08-13T12:17:26.770

Modified: 2026-08-13T13:19:20.303

Link: CVE-2026-73618

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T13:20:07Z

Weaknesses
  • CWE-943

    Improper Neutralization of Special Elements in Data Query Logic