CVE-2026-54351: Budibase: Mass Assignment in Webhook Trigger Allows Cross-Workspace Automation Execution via appId Override
The webhook trigger endpoint in Budibase is publicly accessible and passes the full HTTP request body into automation execution parameters. A mass assignment vulnerability in externalTrigger() allows an attacker to overwrite the internal appId property by including it in the webhook POST body. When the automation is processed asynchronously (the default path for webhooks without a collect step), the worker executes the attacker-defined automation in the context of the victim’s workspace, granting full read/write access to the victim’s database.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-54351 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →