CVE-2026-82244 PUBLISHED

Budibase before 3.41.3 Remote Code Execution via Plugin eval()

Assigner: VulnCheck
Reserved: 28.08.2026 Published: 28.08.2026 Updated: 28.08.2026

Budibase versions before 3.41.3 contain a remote code execution vulnerability in plugin handling that allows authenticated admin users to execute arbitrary code by uploading a malicious plugin tarball. The server calls eval() on plugin JavaScript files without sandboxing in the main Node.js process, enabling attackers to exfiltrate environment variables and credentials with root privileges in default deployments.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CVSS Score: 9.4

Product Status

Vendor budibase
Product server
Versions Default: unaffected
  • affected from 0 to 3.41.3 (excl.)
  • Version 3.41.3 is unaffected

Credits

  • Vasco0x4 reporter

References

Problem Types

  • Improper Control of Generation of Code ('Code Injection') CWE