CVE-2026-73410

HIGH CVSS 3.1: 8.5 EPSS 0.17%
Updated Aug 18, 2026
Budibase
Parameter Value
CVSS 8.5 (HIGH)
Fixed In 3.40.0
Type CWE-367 (Time-of-check Time-of-use (TOCTOU)), CWE-918 (Server-Side Request Forgery (SSRF))
Vendor Budibase
Public PoC No

Budibase is an open-source low-code platform. Prior to 3.40.0, packages/backend-core/src/utils/outboundFetch.ts pinned a validated address through a Node agent, but the REST integration used getDispatcher from packages/backend-core/src/utils/fetch.ts, causing undici to ignore that agent and resolve the hostname again. A builder could use DNS rebinding to make packages/server/src/integrations/rest.ts connect to an internal address after a public address passed validation, with full response access and arbitrary REST methods.

The fix adds createPinnedLookup support to the undici dispatcher and passes the validated address to custom fetch implementations. This issue is fixed in version 3.40.0.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
High
Difficult to exploit
Privileges Required
Low
Basic privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
High
Complete data leak
Integrity
High
Complete data modification
Availability
High
Complete denial of service

CVSS Vector v3.1