目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-50137— Budibase 授权问题漏洞

AI 预测 8.6 利用难度: 较易 EPSS 0.41% · P33

影响版本矩阵 1

厂商产品版本范围状态
Budibasebudibase< 3.39.0affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-50137 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Budibase: POST /api/attachments/:datasourceId/url is unauthenticated and lets anonymous callers mint S3 PUT pre-signed URLs using stored datasource IAM credentials
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Budibase is an open-source low-code platform. Prior to 3.39.0, an anonymous attacker who knows or can enumerate a workspace id (app_...) and an S3-source datasource id (ds_...) can call this endpoint with no auth and obtain a 15-minute pre-signed PUT URL minted on the victim's IAM identity. The endpoint also returns the publicUrl so the attacker knows exactly where their PUT lands. Because bucket is attacker-controlled, the attacker can write to any bucket those IAM credentials can write to, not only the bucket the datasource was configured for. The Budibase server route POST /api/attachments/:datasourceId/url (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 getWorkspaceIdFromCtx (packages/backend-core/src/utils/utils.ts) from any of: the x-budibase-app-id header, the JSON body appId, a path segment that begins with the workspace prefix, or ?appId=. auth.buildAuthMiddleware([], { publicAllowed: true }) runs before any of this and explicitly allows anonymous requests. The currentWorkspace middleware's "deny access to dev preview" branch only triggers under isBrowser(ctx) && !isApiKey(ctx); isBrowser checks the parsed User-Agent for a recognised browser, so any non-browser client (curl, the supplied PoC, any tool not setting a browser UA) is neither and reaches dev workspaces too. This vulnerability is fixed in 3.39.0.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
授权机制缺失
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Budibase 授权问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Budibase是英国Budibase公司开源的一个用于在几分钟内创建内部应用程序、工作流和管理面板的低代码平台。 Budibase 3.39.0之前版本存在授权问题漏洞,该漏洞源于授权缺失,可能导致匿名攻击者通过已知工作区ID和数据源ID获取预签名PUT URL,并向任意S3存储桶写入数据。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
Budibasebudibase < 3.39.0 -

二、漏洞 CVE-2026-50137 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-50137 的情报信息

登录查看更多情报信息。

CVE-2026-50137 厂商安全公告 (1)

同批安全公告 · Budibase · 2026-06-26 · 共 7 条

CVE-2026-5435010.0 CRITICALBudibase SQL注入漏洞
CVE-2026-543529.6 CRITICALBudibase 路径遍历漏洞
CVE-2026-543538.5 HIGHBudibase 竞争条件问题漏洞
CVE-2026-543518.2 HIGHBudibase 输入验证错误漏洞
CVE-2026-501367.4 HIGHBudibase 授权问题漏洞
CVE-2026-501327.3 HIGHBudibase 权限许可和访问控制问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-50137

暂无评论


发表评论