Vulnerability Description
Budibase is an open-source low-code platform. Prior to 3.39.25, packages/server/src/api/controllers/automation.ts returned automation test results containing trigger.outputs.user.oauth2, broadcast BuilderSocketEvent.AutomationTestProgress to the app room, and stored progress in packages/server/src/automations/testProgress.ts without user scoping. A co-builder could receive or poll another SSO-authenticated builder test and obtain OAuth2 access and refresh tokens. The fix adds sanitizeAutomationTestResult and isolates progress by user. This issue is fixed in version 3.39.25.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Budibase/budibase/commit/bca426de7dc36d680285295655dc640dea2a
- https://github.com/Budibase/budibase/pull/19107
- https://github.com/Budibase/budibase/releases/tag/3.39.25
- https://github.com/Budibase/budibase/security/advisories/GHSA-gh4h-34gr-87r7
- https://github.com/Budibase/budibase/security/advisories/GHSA-gh4h-34gr-87r7
FAQ
What is CVE-2026-73308?
CVE-2026-73308 is a vulnerability with a CVSS score of 5.7 (MEDIUM). Budibase is an open-source low-code platform. Prior to 3.39.25, packages/server/src/api/controllers/automation.ts returned automation test results containing trigger.outputs.user.oauth2, broadcast Bui...
How severe is CVE-2026-73308?
CVE-2026-73308 has been rated MEDIUM with a CVSS base score of 5.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73308?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.