Vulnerability Description
Budibase is an open-source low-code platform. Prior to 3.39.0, the Budibase Text component renders markdown by assigning marked.parse(markdown) straight to innerHTML with no sanitizer (packages/bbui/src/Markdown/MarkdownViewer.svelte:22). Any column a builder binds to a Text component in Markdown mode is a stored-XSS sink writable by every BASIC app user with WRITE on the underlying table. This vulnerability is fixed in 3.39.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Budibase/budibase/security/advisories/GHSA-57p7-9h9w-xqpw
- https://github.com/Budibase/budibase/security/advisories/GHSA-57p7-9h9w-xqpw
FAQ
What is CVE-2026-48149?
CVE-2026-48149 is a vulnerability with a CVSS score of 8.1 (HIGH). Budibase is an open-source low-code platform. Prior to 3.39.0, the Budibase Text component renders markdown by assigning marked.parse(markdown) straight to innerHTML with no sanitizer (packages/bbui/s...
How severe is CVE-2026-48149?
CVE-2026-48149 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-48149?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.