CVE-2026-25041

Severity CVSS v4.0:
HIGH
Type:
CWE-78 OS Command Injections
Publication date:
09/03/2026
Last modified:
09/03/2026

Description

Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.23.22 and earlier, the PostgreSQL integration constructs shell commands using user-controlled configuration values (database name, host, password, etc.) without proper sanitization. The password and other connection parameters are directly interpolated into a shell command. This affects packages/server/src/integrations/postgres.ts.