AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-73408

HIGH · CVSS 7.6 EPSS 0.33% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-13 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

Budibase versions prior to 3.39.18 are vulnerable due to improper handling of MySQL table names, allowing attackers to exploit the multipleStatements feature to execute arbitrary SQL commands during schema discovery. This could lead to unauthorized data manipulation or exposure, posing a significant risk to database integrity and confidentiality. Organizations using Budibase for application development should prioritize upgrading to the patched version to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73408
Severity
HIGH
CVSS
7.6
EPSS
0.33%

Original NVD Description

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.