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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81335— Baserow 2.3.1 前未认证数据泄露漏洞

一分钟漏洞结论

影响对象
Baserow Baserow
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Baserow 在调度(dispatch)Application Builder 数据源时,没有根据权限检查的结果采取任何措施。 中的 dispatch 和 record-name 视图所声明的权限类允许任意调用者通过,因此未携带凭证的请求也能到达处理函数。 中的 调用了 ,但并未要求其抛出异常,也未存储或检查其返回的拒绝映射。因此,即使权限检查被拒绝,执行流程仍会继续,无论调用者身份如何,数据源都会被调度。该调度过程使用集成(integration)自身的凭证运行,因此未认证的请求只需指定数据源名称,即可获取该数

CVSS 7.5 · High

可能的 ATT&CK 技术 2 AI

T1079 T1078 · Valid Accounts
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Baserow before 2.3.1 Unauthenticated Data Disclosure via Discarded Permission Check on Builder Data Sources
来源: CVE Program / CVE List V5
Vulnerability Description
Baserow dispatches an Application Builder data source without acting on the result of its permission check. The dispatch and record-name views in backend/src/baserow/contrib/builder/api/data_sources/views.py are declared with a permission class that admits any caller, so a request carrying no credential reaches the handler. DataSourceService.dispatch_data_sources in backend/src/baserow/contrib/builder/data_sources/service.py then calls check_multiple_permissions without asking it to raise, and neither stores nor examines the mapping of denials it returns, so a denied check leaves execution to continue and the data source is dispatched whatever the caller's identity. The dispatch runs with the integration's own credentials, so an unauthenticated request naming a data source receives the rows and fields that source reads. Identifiers are small integers and can be enumerated. Version 2.3.1 passes raise_exception to the same call.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Baserow Baserow 0 ~ 2.3.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-81335 补丁与修复 (1)

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

CVE-2026-81335 厂商页面 (2)

CVE-2026-81335 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-81335

暂无评论


发表评论