CVE-2026-35214 PUBLISHED

Budibase: Path traversal in plugin file upload enables arbitrary directory deletion and file write

Assigner: GitHub_M
Reserved: 01.04.2026 Published: 03.04.2026 Updated: 03.04.2026

Budibase is an open-source low-code platform. Prior to version 3.33.4, the plugin file upload endpoint (POST /api/plugin/upload) passes the user-supplied filename directly to createTempFolder() without sanitizing path traversal sequences. An attacker with Global Builder privileges can craft a multipart upload with a filename containing ../ to delete arbitrary directories via rmSync and write arbitrary files via tarball extraction to any filesystem path the Node.js process can access. This issue has been patched in version 3.33.4.

Metrics

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

Product Status

Vendor Budibase
Product budibase
Versions
  • Version < 3.33.4 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE