Skip to content
Threat Feed
high advisory

Remote Code Execution via Malicious Plugin Upload in Budibase

Authenticated administrators can exploit an insecure plugin handling mechanism in Budibase versions prior to 3.41.3 to achieve remote code execution via malicious JavaScript tarball uploads.

CVE search metadata

CVE search record: CVE-2026-82244. Severity: critical. CVSS: 9.1. KEV: no. Product: Budibase (< 3.41.3), Budibase. Brief: Remote Code Execution via Malicious Plugin Upload in Budibase. Brief link: https://feed.craftedsignal.io/briefs/2026-08-budibase-rce/

What's new

  • 1. added coverage for Budibase Aug 28, 13:14 via nvd
  • 2. added detection rule: Detect Exploitation of CVE-2026-82242 - Authorization Bypass in Budibase Aug 28, 13:14 via nvd
  • 3. added coverage for Budibase Aug 28, 13:13 via nvd
  • 4. added coverage for Budibase (< 3.41.3) Aug 28, 13:13 via nvd

Budibase versions prior to 3.41.3 contain a critical remote code execution (RCE) vulnerability related to how the application handles plugin uploads. An authenticated user with administrator privileges can upload a specifically crafted plugin tarball containing malicious JavaScript code. The application's backend improperly handles these plugin files by invoking the JavaScript contents through the eval() function within the primary Node.js process. Because this process lacks sandboxing, the arbitrary code runs with the full privileges of the Budibase service. This vulnerability poses a severe risk to internal infrastructure, as attackers can leverage the execution context to exfiltrate sensitive environment variables, access database credentials, and potentially gain further persistence within the server environment.

Impact

Successful exploitation allows an authenticated administrator to achieve full remote code execution on the underlying server. This enables the complete compromise of the Budibase installation, potential access to linked data sources, and the exfiltration of sensitive configuration secrets, such as API keys and database credentials stored in environment variables.

Recommendation

  • Upgrade all Budibase instances to version 3.41.3 or later immediately to patch the insecure plugin handling mechanism.
  • Audit logs for administrative user activity, specifically monitoring for plugin upload events or modifications to the plugin directory.
  • Review access control policies for the Budibase platform to ensure that the administrative role is restricted to trusted personnel only.
  • Implement network segmentation for the Budibase server to limit the potential blast radius if the application process is compromised.

Immediate actions

Upgrade Budibase to 3.41.3 or later

IT Operations 24h

Mitigations

Restrict administrative access

immediate Security Operations

CVE-2026-82244

Detection coverage 1

Detect Exploitation of CVE-2026-82242 - Authorization Bypass in Budibase

high

Detects potential exploitation attempts of CVE-2026-82242 by monitoring POST requests to the /api/resources/duplicate endpoint which may indicate unauthorized resource injection.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →