Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Budibase/budibase/commit/5758bdb242802ca20c4ed0dc579e4330ee89
- https://github.com/Budibase/budibase/security/advisories/GHSA-v42f-v8xc-j435
FAQ
What is CVE-2026-73410?
CVE-2026-73410 is a vulnerability with a CVSS score of 8.5 (HIGH). 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 getDispat...
How severe is CVE-2026-73410?
CVE-2026-73410 has been rated HIGH with a CVSS base score of 8.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73410?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.