---
id: CVE-2026-25044
title: Budibase is an open-source low-code platform
summary: >-
  Budibase is an open-source low-code platform. Prior to version 3.33.4, the
  bash automation step executes user-provided commands using execSync without
  proper sanitization or validation. User input is processed through
  processStringSync w…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-78
vendor: budibase
product: budibase
affected:
  - budibase < 3.33.4
patched:
  - budibase 3.33.4
published: '2026-04-03'
updated: '2026-07-24'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-25044'
references:
  - url: 'https://github.com/Budibase/budibase/releases/tag/3.33.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/Budibase/budibase/security/advisories/GHSA-gjw9-34gf-rp6m
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00466
epssPercentile: 0.37797
ingestedAt: '2026-07-25T22:05:03.966Z'
---

## Overview

Budibase is an open-source low-code platform. Prior to version 3.33.4, the bash automation step executes user-provided commands using execSync without proper sanitization or validation. User input is processed through processStringSync which allows template interpolation, potentially allowing arbitrary command execution. This issue has been patched in version 3.33.4.

## Affected

- `budibase < 3.33.4`

## Remediation

Upgrade past the affected range:

- `budibase 3.33.4`
