CVE-2026-73408

HIGH CVSS 3.1: 7.6 EPSS 0.33%
Updated Aug 14, 2026
MySQL
Parameter Value
CVSS 7.6 (HIGH)
Fixed In 3.39.18
Type CWE-89 (SQL Injection)
Vendor MySQL
Public PoC No

Budibase is an open-source low-code platform. Prior to 3.39.18, packages/server/src/integrations/mysql.ts enabled multipleStatements and inserted an unescaped tableName into a DESCRIBE statement. An attacker able to create a MySQL table with a backtick and stacked statement in its name could wait for a Budibase administrator to run schema discovery, causing the second statement to execute.

The fix applies quoteMySqlIdentifier before constructing the query. This issue is fixed in version 3.39.18.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
High
Difficult to exploit
Privileges Required
High
Admin privileges needed
User Interaction
Required
User action required

Impact Assessment

Confidentiality
High
Complete data leak
Integrity
High
Complete data modification
Availability
High
Complete denial of service

CVSS Vector v3.1

Weakness Type (CWE)