Vulnerability Description
Budibase is an open-source low-code platform. Prior to 3.38.1, the V1 Views API (POST /api/views) accepts a calculation parameter from the request body that is interpolated directly into a CouchDB reduce function definition without validation. Although an internal SCHEMA_MAP object defines the valid calculation types (sum, count, stats), no actual validation is performed against this map before the value is used in string interpolation. A user with Builder permissions can inject arbitrary JavaScript code that will be executed within the CouchDB JavaScript engine when the view is queried. This vulnerability is fixed in 3.38.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Budibase/budibase/releases/tag/3.38.1
- https://github.com/Budibase/budibase/security/advisories/GHSA-363w-hvwh-w7m6
- https://github.com/Budibase/budibase/security/advisories/GHSA-363w-hvwh-w7m6
FAQ
What is CVE-2026-45719?
CVE-2026-45719 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Budibase is an open-source low-code platform. Prior to 3.38.1, the V1 Views API (POST /api/views) accepts a calculation parameter from the request body that is interpolated directly into a CouchDB red...
How severe is CVE-2026-45719?
CVE-2026-45719 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45719?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.