CVE-2026-73300 PUBLISHED

Budibase: SQL Injection via `multipleStatements: true`

Assigner: GitHub_M
Reserved: 11.08.2026 Published: 12.08.2026 Updated: 12.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
CVSS Score: 9.6

Product Status

Vendor Budibase
Product budibase
Versions
  • Version < 3.40.0 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE