CVE-2026-48128
- EPSS 0.33%
- Veröffentlicht 27.05.2026 17:01:03
- Zuletzt bearbeitet 27.05.2026 20:16:40
Budibase is an open-source low-code platform. Prior to 3.39.0, the executeQuery automation step in Budibase accepts a queryId from automation step inputs and passes it directly to the query execution controller without additional validation. When com...
CVE-2026-48146
- EPSS 0.22%
- Veröffentlicht 27.05.2026 17:00:25
- Zuletzt bearbeitet 28.05.2026 16:16:28
Budibase is an open-source low-code platform. Prior to 3.39.0, the OAuth2 token fetch function in packages/server/src/sdk/workspace/oauth2/utils.ts uses raw fetch(config.url) with no SSRF protection. The safe wrapper fetchWithBlacklist() exists in th...
CVE-2026-48149
- EPSS 0.23%
- Veröffentlicht 27.05.2026 16:59:31
- Zuletzt bearbeitet 28.05.2026 16:16:28
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 ...
- EPSS 0.29%
- Veröffentlicht 27.05.2026 16:58:18
- Zuletzt bearbeitet 27.05.2026 19:44:35
Budibase is an open-source low-code platform. Prior to 3.39.0, /api/public/v1/roles/assign is guarded by the builderOrAdmin middleware, which passes any user who is a builder for the app id in the x-budibase-app-id header. That check admits both glob...
CVE-2026-48151
- EPSS 0.22%
- Veröffentlicht 27.05.2026 16:57:36
- Zuletzt bearbeitet 28.05.2026 16:16:28
Budibase is an open-source low-code platform. Prior to 3.39.0, the webhook schema-building endpoint is registered under builderRoutes, but the generic authorization middleware skips authorization for all paths matching /api/webhooks/schema. As a resu...
CVE-2026-48152
- EPSS 0.26%
- Veröffentlicht 27.05.2026 16:56:46
- Zuletzt bearbeitet 27.05.2026 20:16:40
Budibase is an open-source low-code platform. Prior to 3.39.0, the single-datasource GET and PUT routes are guarded by generic TABLE READ, not by Builder/Admin permission or datasource-specific ownership/resource checks. The built-in Basic app user r...
CVE-2026-48153
- EPSS 0.18%
- Veröffentlicht 27.05.2026 16:52:42
- Zuletzt bearbeitet 27.05.2026 19:44:35
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 ...
CVE-2026-45061
- EPSS 0.26%
- Veröffentlicht 27.05.2026 16:50:57
- Zuletzt bearbeitet 28.05.2026 16:16:26
Budibase is an open-source low-code platform. Prior to 3.35.10, the Plugin URL upload endpoint (POST /api/plugin) validates the submitted URL with a single substring check: url.includes(".tar.gz"). Any URL containing .tar.gz anywhere in the string — ...
CVE-2026-42239
- EPSS 0.28%
- Veröffentlicht 07.05.2026 18:49:59
- Zuletzt bearbeitet 04.06.2026 16:10:31
Budibase is an open-source low-code platform. Prior to version 3.35.10, the budibase:auth cookie containing the JWT session token is set with httpOnly: false at packages/backend-core/src/utils/utils.ts:218. JavaScript can read this cookie via documen...
CVE-2026-41428
- EPSS 0.45%
- Veröffentlicht 24.04.2026 19:17:29
- Zuletzt bearbeitet 28.04.2026 15:39:13
Budibase is an open-source low-code platform. Prior to 3.35.4, the authenticated middleware uses unanchored regular expressions to match public (no-auth) endpoint patterns against ctx.request.url. Since ctx.request.url in Koa includes the query strin...