Description
Budibase backend-core (@budibase/backend-core, as used by @budibase/server) omits the shared address space range 100.64.0.0/10 from its default SSRF blacklist (DEFAULT_BLACKLIST) used by REST datasource query previews. When the default blacklist is active (i.e., a self-hosted deployment has not defined BLACKLIST_IPS), an authenticated user with the Builder permission can submit a REST datasource query preview request to POST /api/queries/preview targeting a reachable HTTP(S) service in the 100.64.0.0/10 range, causing the server to send a request to that target and return its response through the preview flow. Per the advisory, no released fix was identified at the time of publication; remediation is to add 100.64.0.0/10 to DEFAULT_BLACKLIST.
Published: 2026-08-28
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Server Side Request Forgery allowing access to internal services in the 100.64.0.0/10 range
Action: Apply Fix
AI Analysis

Impact

The listed vulnerability is a Server Side Request Forgery (CWE-918) that arises because the default blacklist in Budibase backend-core does not exclude the 100.64.0.0/10 address range. An authenticated user with Builder permission can submit a REST datasource query preview to the server’s POST /api/queries/preview endpoint, causing the backend to forward the request to a reachable HTTP(S) service within that range and return the response back to the requester. This allows the attacker to communicate with services hidden behind the server’s network, potentially leaking data, bypassing network isolation, or executing further internal attacks.

Affected Systems

Budibase server, which incorporates the backend-core component, is affected when it has not defined a custom BLACKLIST_IPS configuration and is running the default blacklist. Any self‑hosted deployment that relies on the default configuration and has users with Builder permission is vulnerable.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated user with Builder permission, meaning that an attacker must first gain legitimate access or manipulate an existing account. Once access is achieved, the SSRF can be triggered quickly, allowing the attacker to reach internal hosts in the 100.64.0.0/10 range. The lack of an official patch at publication time increases the window of exposure, but configuration changes can mitigate the risk.

Generated by OpenCVE AI on August 28, 2026 at 13:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Set the DEFAULT_BLACKLIST configuration to include 100.64.0.0/10 so that the server blocks requests to that range.
  • Deploy the latest release of Budibase that incorporates the blacklist fix, if available.
  • As an interim measure, disable REST datasource query preview functionality or remove Builder permissions from users until the blacklist can be updated.

Generated by OpenCVE AI on August 28, 2026 at 13:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Budibase
Budibase server
Vendors & Products Budibase
Budibase server
Metrics ssvc

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


Fri, 28 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description Budibase backend-core (@budibase/backend-core, as used by @budibase/server) omits the shared address space range 100.64.0.0/10 from its default SSRF blacklist (DEFAULT_BLACKLIST) used by REST datasource query previews. When the default blacklist is active (i.e., a self-hosted deployment has not defined BLACKLIST_IPS), an authenticated user with the Builder permission can submit a REST datasource query preview request to POST /api/queries/preview targeting a reachable HTTP(S) service in the 100.64.0.0/10 range, causing the server to send a request to that target and return its response through the preview flow. Per the advisory, no released fix was identified at the time of publication; remediation is to add 100.64.0.0/10 to DEFAULT_BLACKLIST.
Title Budibase backend-core SSRF via incomplete default blacklist
Weaknesses CWE-918
References
Metrics cvssV3_1

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

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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T14:46:56.389Z

Reserved: 2026-08-28T10:37:04.621Z

Link: CVE-2026-82241

cve-icon Vulnrichment

Updated: 2026-08-28T14:46:52.699Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T12:16:34.173

Modified: 2026-08-28T18:54:09.323

Link: CVE-2026-82241

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T15:15:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)