CyberRota Analysis
AI-GeneratedBudibase versions prior to 3.41.3 are vulnerable to a critical remote code execution flaw that allows authenticated admin users to upload malicious plugin tarballs. This vulnerability permits the execution of arbitrary code due to the lack of sandboxing when evaluating JavaScript files, potentially leading to the exfiltration of sensitive environment variables and credentials with root privileges. Organizations using affected versions should prioritize immediate updates to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.