Description
Budibase is an open-source low-code platform. Prior to 3.40.0, the MySQL integration component in Budibase is configured with multipleStatements: true, enabling execution of multiple SQL statements in a single query. Attackers can inject malicious SQL commands through user input fields, leading to complete database compromise. This vulnerability is fixed in 3.40.0.
Published: 2026-08-12
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows attackers to inject malicious SQL commands through user input fields, which leads to complete compromise of the database. It is a classic SQL injection flaw (CWE‑89) that can read, modify, delete, or create data and potentially allow further exploitation of the system.

Affected Systems

Budibase, the open‑source low‑code platform, is affected in all releases prior to version 3.40.0, specifically the MySQL integration component configured with multipleStatements: true. Users should verify that their deployment is on an older release to assess risk.

Risk and Exploitability

The CVSS score of 9.6 indicates a critical level of severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is via exposed input fields in the application, where an attacker can submit crafted data without authentication. Because the flaw enables execution of arbitrary SQL statements, the impact is broad and the exploitability is high.

Generated by OpenCVE AI on August 12, 2026 at 23:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Budibase to version 3.40.0 or later, which removes the multipleStatements: true configuration.
  • If an upgrade cannot be performed immediately, reconfigure the MySQL driver to disable multipleStatements or implement strict input validation to ensure only single, parameterized queries are executed.
  • Apply network segmentation or firewall rules to limit exposure of the Budibase application to trusted networks, reducing the attack surface for this flaw.

Generated by OpenCVE AI on August 12, 2026 at 23:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-q6x4-v3qx-85qw Budibase: SQL Injection via `multipleStatements: true`
History

Wed, 12 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
First Time appeared Budibase
Budibase budibase
Vendors & Products Budibase
Budibase budibase
Metrics ssvc

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


Wed, 12 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Description Budibase is an open-source low-code platform. Prior to 3.40.0, the MySQL integration component in Budibase is configured with multipleStatements: true, enabling execution of multiple SQL statements in a single query. Attackers can inject malicious SQL commands through user input fields, leading to complete database compromise. This vulnerability is fixed in 3.40.0.
Title Budibase: SQL Injection via `multipleStatements: true`
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Budibase Budibase
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T18:55:16.387Z

Reserved: 2026-08-11T19:42:11.451Z

Link: CVE-2026-73300

cve-icon Vulnrichment

Updated: 2026-08-12T18:55:12.821Z

cve-icon NVD

Status : Received

Published: 2026-08-12T18:18:15.340

Modified: 2026-08-12T20:17:54.023

Link: CVE-2026-73300

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T00:00:09Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')