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-30
Advisory published
2026-06-26
Advisory updated
2026-06-30

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.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-54353 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-54353

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-54353 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54353

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.