CyberRota Analysis
AI-GeneratedBudibase 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.
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.