HomeCVE Intelligence › CVE-2026-50137
CVSS 7.5 HIGH Vulnerability

CVE-2026-50137: Budibase: POST /api/attachments/:datasourceId/url is unauthenticated and lets anonymous c…

Summary The Budibase server route POST /api/attachments/:datasourceId/url ([packages/server/src/api/routes/static.ts](https://github.com/Budibase/budibase/blob/56d2a984/packages/server/src/api/routes/static.ts)) is regi…

7.5CVSS Score
HIGHSeverity
NOCISA KEV
VulnerabilityImpact Type

📋 Vulnerability Details

CVE IDCVE-2026-50137
Vendornpm
Affected Product@budibase/server
Vulnerability TypeVulnerability
CVSS Score7.5 (HIGH)
Actively Exploited❌ No known exploitation
Patch StatusSee Vendor Advisory →
Reported ByCYBERDUDEBIVASH SENTINEL APEX Intelligence (via github_advisories)

🔬 Technical Analysis

#

Summary The Budibase server route POST /api/attachments/:datasourceId/url ([packages/server/src/api/routes/static.ts](https://github.com/Budibase/budibase/blob/56d2a984/packages/server/src/api/routes/static.ts)) is registered with only the recaptcha middleware. There is no authorized(...) middleware in the chain. The controller (packages/server/src/api/controllers/static/index.ts::getSignedUploadURL) looks the requested datasource up, instantiates an AWS S3 client with the datasource's stored accessKeyId / secretAccessKey, and returns an AWS Signature V4 pre-signed PutObjectCommand URL for the caller-supplied bucket and key. The bucket is not pinned to the datasource's configured bucket. The workspace context required by sdk.datasources.get is sourced by `get

🎯 Known Indicators of Compromise

{"type":"url","value":"https://github.com/Budibase/budibase/blob/56d2a984/packages/server/src/api/routes/static.ts))","confidence_score":0.82,"first_seen":"2026-06-22","source_count":1}

📚 Advisory References

⚡ DETECTION RULES AVAILABLE

Get CVE-2026-50137 Detection Pack

Sigma rules, YARA signatures, IOC table, and SIEM queries for Splunk, Elastic, Sentinel, and Chronicle — deployable in 5 minutes.

✓ Sigma Rules ✓ YARA Pack ✓ IOC Table ✓ SIEM Queries
🛡️ Get Detection Pack → 🔌 Access via API →

🔗 Related Intelligence