All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-50136
HIGHpublished 2026-06-26 21:16 UTC · 2 days ago · modified 2026-06-27 04:17 UTC
7.4
CVSS / 10
// description
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.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L
// weaknesses (CWE)
- CWE-306