Junglewise Threat Intelligence

CVE-2026-25044: Budibase command injection in bash automation step

CVE-2026-25044 · Severity: high · CVSS 8.8 · Published 2026-04-03

Technologies: @budibase/server (npm). Vendors: Budibase, npm.

Executive brief

Budibase is a low-code platform used by businesses to build internal applications and automate workflows. A security flaw in the platform's automation features allows users with permission to create or edit automations to execute unauthorized commands on the underlying server. This could lead to a complete system takeover, theft of sensitive data, or disruption of business operations.

Technical details

An OS command injection vulnerability exists in Budibase's bash automation step within 'packages/server/src/automations/steps/bash.ts'. The application uses 'execSync' to run user-provided code after processing it through 'processStringSync', which supports template interpolation. Because the input is not properly sanitized or validated, an attacker with 'low' privileges (sufficient to create or modify automations) can inject malicious shell commands using standard syntax like $(command) or command chaining. This results in remote code execution (RCE) on the host system. The vulnerability is addressed in version 3.33.4 by implementing command validation and switching to safer execution methods.

Affected products

  • Budibase Budibase < 3.33.4

Timeline

  • 2026-04-02: advisory: GitHub Security Advisory published
  • 2026-04-03: disclosed: CVE published to NVD
  • 2026-04-03: patched: Fix released in version 3.33.4

References

Related threats