Description
Budibase is an open-source low-code platform. Prior to 3.41.3, automation steps in packages/server/src/automations/steps/outgoingWebhook.ts, packages/server/src/automations/steps/zapier.ts, packages/server/src/automations/steps/n8n.ts, packages/server/src/automations/steps/slack.ts, and packages/server/src/automations/steps/discord.ts use node-fetch on user-provided URLs without the BLACKLIST_IPS enforcement used by the REST integration, allowing an authenticated user to make server-side requests to cloud metadata and internal services. This issue is fixed in version 3.41.3.
Published: 2026-08-17
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Budibase, an open‑source low‑code platform, contains an SSRF flaw in several automation step modules – outgoingWebhook, zapier, n8n, slack, and discord. The code uses node‑fetch to call user‑supplied URLs without enforcing the BLACKLIST_IPS rule that protects REST integrations, so authenticated users can trick the server into requesting any URL. This allows an attacker to reach cloud‑metadata endpoints, internal services, or other resources behind the application’s network, compromising confidentiality and potentially allowing credential leakage.

Affected Systems

The vulnerability affects any installation running Budibase version 3.41.2 or earlier. The issue was fixed in release 3.41.3. Users deploying older versions should review the release notes for v3.41.3 to confirm the patch.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, and the vulnerability is technically exploitable by authenticated users who can grant themselves access to automation workflows. Because the internal services exposed by SSRF are reachable only from the application server, a successful attack would not automatically grant system‑wide privileges but could provide a foothold for lateral movement. No exploit is reported in CISA’s KEV catalog and EPSS data is unavailable, but the intrinsic nature of SSRF and the authentication requirement make it a realistic threat to any deployments that expose Budibase to untrusted users.

Generated by OpenCVE AI on August 17, 2026 at 21:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Budibase to version 3.41.3 or later, where the BLACKLIST_IPS enforcement has been restored for all outgoing automation steps.
  • Restrict the set of users who can edit automation workflows and enforce least‑privilege access to prevent unauthorized SSRF exploitation.
  • If upgrading is not immediately possible, disable or remove the vulnerable automation modules (Webhook, Zapier, N8N, Slack, Discord) until a patch can be applied.

Generated by OpenCVE AI on August 17, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-5fpj-28rv-84r7 Budibase: SSRF in Automation Steps - Webhook, Zapier, N8N, Slack, Discord Bypass IP Blacklist
History

Mon, 17 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Budibase
Budibase budibase
Vendors & Products Budibase
Budibase budibase

Mon, 17 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Budibase is an open-source low-code platform. Prior to 3.41.3, automation steps in packages/server/src/automations/steps/outgoingWebhook.ts, packages/server/src/automations/steps/zapier.ts, packages/server/src/automations/steps/n8n.ts, packages/server/src/automations/steps/slack.ts, and packages/server/src/automations/steps/discord.ts use node-fetch on user-provided URLs without the BLACKLIST_IPS enforcement used by the REST integration, allowing an authenticated user to make server-side requests to cloud metadata and internal services. This issue is fixed in version 3.41.3.
Title Budibase: SSRF in Automation Steps - Webhook, Zapier, N8N, Slack, Discord Bypass IP Blacklist
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Budibase Budibase
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-17T20:28:40.828Z

Reserved: 2026-04-01T18:48:58.938Z

Link: CVE-2026-35219

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T21:16:44.550

Modified: 2026-08-17T21:16:44.550

Link: CVE-2026-35219

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T21:30:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)