Description
Budibase is an open-source low-code platform. Prior to 3.34.8, the processUrlFile function in packages/server/src/automations/steps/ai/extract.ts uses fetch(fileUrl) directly without the IP blacklist validation that is consistently applied to all other automation steps. This allows an authenticated user to trigger server-side requests to internal network addresses. This vulnerability is fixed in 3.34.8.
Published: 2026-05-27
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A function used in the AI Extract File automation step fetches URLs without enforcing the IP blacklist that applies to other steps, enabling SSRF. An authenticated user can trigger server‑side requests to arbitrary internal addresses, potentially exposing sensitive data or assisting lateral movement. The weakness corresponds to CWE‑918.

Affected Systems

Budibase, an open‑source low‑code platform, is affected in all releases prior to version 3.34.8; the vulnerability exists in the processUrlFile function located in packages/server/src/automations/steps/ai/extract.ts.

Risk and Exploitability

The CVSS score is 7.7, indicating a high severity. EPSS is not available and the issue is not listed in CISA KEV. Exploitation requires an authenticated user who can create or run the AI Extract File automation step. Through this vector, an attacker could target internal resources and gather information or further compromise the network.

Generated by OpenCVE AI on May 27, 2026 at 21:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Budibase to version 3.34.8 or later, which includes the IP blacklist validation for the AI Extract File step.
  • Restrict access to the AI Extract File automation step so that only trusted users can trigger it.
  • If upgrading immediately is not possible, enforce strict IP restrictions on outbound requests from the server to block internal addresses.

Generated by OpenCVE AI on May 27, 2026 at 21:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-rpj4-7x2v-wjrf Budibase: SSRF in AI Extract File Automation Step via Missing IP Blacklist Validation
History

Thu, 28 May 2026 03:30:00 +0000

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

Wed, 27 May 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 27 May 2026 17:45:00 +0000

Type Values Removed Values Added
Description Budibase is an open-source low-code platform. Prior to 3.34.8, the processUrlFile function in packages/server/src/automations/steps/ai/extract.ts uses fetch(fileUrl) directly without the IP blacklist validation that is consistently applied to all other automation steps. This allows an authenticated user to trigger server-side requests to internal network addresses. This vulnerability is fixed in 3.34.8.
Title Budibase: SSRF in AI Extract File Automation Step via Missing IP Blacklist Validation
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}


Subscriptions

Budibase Budibase
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-27T19:15:30.227Z

Reserved: 2026-05-12T17:48:47.879Z

Link: CVE-2026-45548

cve-icon Vulnrichment

Updated: 2026-05-27T18:44:26.003Z

cve-icon NVD

Status : Deferred

Published: 2026-05-27T18:16:25.200

Modified: 2026-05-27T20:16:39.080

Link: CVE-2026-45548

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T03:15:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)