CVE-2026-64657 PUBLISHED

Budibase: Database Connector SQL Injections in PostgreSQL, MS SQL, and MySQL

Assigner: GitHub_M
Reserved: 20.07.2026 Published: 17.08.2026 Updated: 17.08.2026

Budibase is an open-source low-code platform. Prior to 3.39.19, the PostgreSQL datasource connector in packages/server/src/integrations/postgres.ts interpolates the user-controlled schema configuration field into a SET search_path statement without escaping embedded double quotes, allowing an authenticated administrator who saves or tests the datasource to execute arbitrary SQL through the simple query protocol. This issue is fixed in version 3.39.19.

Metrics

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

Product Status

Vendor Budibase
Product budibase
Versions
  • Version < 3.39.19 is affected

References

Problem Types

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