PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-54353 Budibase CVE debrief

CVE-2026-54353 is a Server-Side Request Forgery (SSRF) vulnerability in Budibase, an open-source low-code platform. 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. This results in a non-blind SSRF primitive against internal services reachable from the Budibase host, including loopback, RFC1918 ranges, and cloud metadata endpoints. The vulnerability is fixed in version 3.39.9. Users should update to this version to mitigate the vulnerability. Additionally, defenders should monitor and restrict access to internal services.

Vendor
Budibase
Product
Unknown
CVSS
HIGH 8.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-26
Original CVE updated
2026-06-29
Advisory published
2026-06-26
Advisory updated
2026-06-29

Who should care

Budibase users and administrators should be aware of this vulnerability and take immediate action to update to version 3.39.9. Additionally, defenders should monitor and restrict access to internal services. Security teams should review their inventory of Budibase instances and prioritize patching.

Technical summary

The vulnerability exists in the outbound fetch flow of Budibase, where the hostname is validated against the blacklist before the request is sent. However, the actual socket connection performs a separate DNS lookup through node-fetch, allowing an attacker to bypass the blacklist through DNS rebinding. This results in a non-blind SSRF primitive against internal services reachable from the Budibase host.

Defensive priority

High priority should be given to patching Budibase instances to version 3.39.9. Defenders should also monitor and restrict access to internal services.

Recommended defensive actions

  • Update Budibase to version 3.39.9
  • Monitor and restrict access to internal services
  • Review inventory of Budibase instances and prioritize patching
  • Implement additional security measures to detect and prevent SSRF attacks
  • Conduct regular security audits and vulnerability assessments

Evidence notes

The CVE record and NVD detail provide information on the vulnerability and its impact. The source item URL provides additional context on the vulnerability. The reference URL provides information on the fix and mitigation.

Official resources

This article was generated with AI assistance based on the supplied source corpus.