---
id: CVE-2026-73408
title: Budibase is an open-source low-code platform
summary: >-
  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 …
severity: high
cvss: 7.6
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H'
cwe:
  - CWE-89
published: '2026-08-13'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:56:50.520'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73408'
references:
  - url: >-
      https://github.com/Budibase/budibase/commit/d232bd92144c768884ff8c48cb2e28673d9ffde0
    label: security-advisories@github.com
  - url: 'https://github.com/Budibase/budibase/pull/18989'
    label: security-advisories@github.com
  - url: 'https://github.com/Budibase/budibase/releases/tag/3.39.18'
    label: security-advisories@github.com
  - url: >-
      https://github.com/Budibase/budibase/security/advisories/GHSA-2xgg-r2wc-c5r2
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.0033
epssPercentile: 0.26382
ingestedAt: '2026-09-08T21:11:12.277Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
