Vulnerability Description
Budibase is an open-source low-code platform. Prior to 3.39.0, fetchToken in the OAuth2 SDK makes a POST to a builder-supplied URL with plain node-fetch, skipping the blacklist.isBlacklisted check that every other outbound fetch path in the codebase uses. The Joi schema for the OAuth2 URL has no scheme or host restriction. This vulnerability is fixed in 3.39.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Budibase/budibase/security/advisories/GHSA-4q6h-8p4v-67vq
- https://github.com/Budibase/budibase/security/advisories/GHSA-4q6h-8p4v-67vq
FAQ
What is CVE-2026-48153?
CVE-2026-48153 is a vulnerability with a CVSS score of 8.5 (HIGH). Budibase is an open-source low-code platform. Prior to 3.39.0, fetchToken in the OAuth2 SDK makes a POST to a builder-supplied URL with plain node-fetch, skipping the blacklist.isBlacklisted check tha...
How severe is CVE-2026-48153?
CVE-2026-48153 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-48153?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.