CVE-2026-50136 PUBLISHED

Budibase: Unauthenticated S3 signed upload URL generation allows arbitrary writes with stored datasource credentials

Assigner: GitHub_M
Reserved: 03.06.2026 Published: 26.06.2026 Updated: 27.06.2026

Budibase is an open-source low-code platform. Prior to 3.39.3, the application server exposes an unauthenticated endpoint that generates S3 PutObject presigned URLs using credentials stored in a workspace datasource. The route is protected only by the recaptcha middleware and does not require authentication, table permission, datasource permission, or builder access. A public caller who knows a workspace ID and S3 datasource ID can request a signed upload URL for attacker-controlled bucket and key values. This vulnerability is fixed in 3.39.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L
CVSS Score: 7.4

Product Status

Vendor Budibase
Product budibase
Versions
  • Version < 3.39.3 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE