CVE-2026-54351
published 2026-06-26CVE-2026-54351: Budibase is an open-source low-code platform. Prior to 3.39.9, the webhook trigger endpoint in Budibase is publicly accessible and passes the full HTTP request…
PriorityP262critical9.6CVSS 3.1
AVNACLPRLUINSCCHIHAN
EPSS
0.41%
33.0th percentile
Budibase is an open-source low-code platform. Prior to 3.39.9, 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. This vulnerability is fixed in 3.39.9.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| budibase | budibase | < 3.39.9 | 3.39.9 |
| budibase | server | >= 0 < 3.39.9 | 3.39.9 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
budibase up to 3.39.8 Webhook Trigger Endpoint externalTrigger dynamically-determined object attributes (GHSA-rgvg-3wpc-h44p / EUVD-2026-39916)
vuldb·2026-06-27·CVSS 8.2
CVE-2026-54351 [HIGH] budibase up to 3.39.8 Webhook Trigger Endpoint externalTrigger dynamically-determined object attributes (GHSA-rgvg-3wpc-h44p / EUVD-2026-39916)
A vulnerability labeled as problematic has been found in budibase up to 3.39.8. Affected by this vulnerability is the function externalTrigger of the component Webhook Trigger Endpoint. Executing a manipulation can lead to dynamically-determined object attributes.
This vulnerability is registered as CVE-2026-54351. It is possible to launch the attack remotely. No exploit is available.
The affected component should be upgraded.
GHSA
Budibase: Mass Assignment in Webhook Trigger Allows Cross-Workspace Automation Execution via appId Override
ghsa·2026-06-22
CVE-2026-54351 [HIGH] CWE-915 Budibase: Mass Assignment in Webhook Trigger Allows Cross-Workspace Automation Execution via appId Override
Budibase: Mass Assignment in Webhook Trigger Allows Cross-Workspace Automation Execution via appId Override
## Summary
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.
## Details
The webhook trigger route is registered as a public endpoint with no authentication:
```typescript
// packages
No detection rules found.
No public exploits indexed.
2026-06-26
Published