Budibase

Budibase

38 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 27.05.2026 17:04:42
  • Zuletzt bearbeitet 27.05.2026 19:44:35

Budibase is an open-source low-code platform. Prior to 3.38.2, the file upload endpoint POST /api/attachments/process does not enforce active-content restrictions for authenticated users. The checks for dangerous file extensions are conditionally wra...

  • EPSS 0.22%
  • Veröffentlicht 27.05.2026 17:03:10
  • Zuletzt bearbeitet 28.05.2026 16:16:27

Budibase is an open-source low-code platform. Prior to 3.38.3, removeSecrets at packages/server/src/sdk/workspace/datasources/datasources.ts masks only datasource config fields whose schema type is DatasourceFieldType.PASSWORD. The Snowflake integrat...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • EPSS 0.17%
  • 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 ...

  • 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 — ...