CVE-2026-48148 PUBLISHED

Budibase: Unvalidated VectorDB Host Parameter Enables SSRF

Assigner: GitHub_M
Reserved: 20.05.2026 Published: 27.05.2026 Updated: 27.05.2026

Budibase is an open-source low-code platform. Prior to 3.35.3, the VectorDB configuration endpoint in Budibase accepts a host parameter that undergoes no validation against internal IP ranges, reserved hostnames, or URL schemes. Any authenticated user with builder-level access can supply an arbitrary host value such as 169.254.169.254 or localhost, causing the server to initiate outbound TCP connections to internal network addresses or cloud metadata endpoints on their behalf.This vulnerability is fixed in 3.35.3.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor Budibase
Product budibase
Versions
  • Version < 3.35.3 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE