CVE-2026-54353

Budibase is an open-source low-code platform. Prior to 3.39.9, authenticated users with automation permissions can bypass Budibase's SSRF blacklist through DNS rebinding. The outbound fetch flow validates a hostname against the blacklist before the request is sent, but the actual socket connection later performs a separate DNS lookup through node-fetch. Since the validated IPs are never pinned to the connection, an attacker-controlled hostname can return a public IP during validation and a private/internal IP during the real connection. This results in a non-blind SSRF primitive against internal services reachable from the Budibase host, including loopback, RFC1918 ranges, and cloud metadata endpoints. This vulnerability is fixed in 3.39.9.
Configurations

No configuration.

History

29 Jun 2026, 14:16

Type Values Removed Values Added
References () https://github.com/Budibase/budibase/security/advisories/GHSA-gfq7-5x4g-3xhf - () https://github.com/Budibase/budibase/security/advisories/GHSA-gfq7-5x4g-3xhf -

26 Jun 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-26 21:16

Updated : 2026-06-29 18:51


NVD link : CVE-2026-54353

Mitre link : CVE-2026-54353

CVE.ORG link : CVE-2026-54353


JSON object : View

Products Affected

No product.

CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition

CWE-918

Server-Side Request Forgery (SSRF)