# MongoDB 服务器可能由于 $mergeCursors 阶段而易受权限提升攻击
## 概述
未授权用户可以通过特制的聚合管道利用 MongoDB Server 中 `$mergeCursors` 阶段处理不当的漏洞,从而在没有适当授权的情况下访问数据。
## 影响版本
- MongoDB Server 8.0 版本低于 8.0.7
- MongoDB Server 7.0 版本低于 7.0.20
- MongoDB Server 6.0 版本低于 6.0.22
## 细节
该漏洞源于 MongoDB Server 中 `$mergeCursors` 阶段处理不当的问题,允许未授权用户通过特制的聚合管道访问数据,而无需进一步的授权。
## 影响
此漏洞可能导致未经授权的数据访问。未授权用户可以通过构造特定的聚合管道请求访问受保护的数据。
是否为 Web 类漏洞: 是
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | craft aggregation pipeline to access data without proper authorisation due to improper handling of $mergeCursors in MongoDB >v8.0 <8.0.7, >v7.0 <7.0.19, >v6.0 <6.0.22 | https://github.com/c137req/CVE-2025-6713 | POC详情 |
标题: [SERVER-106752] MongoDB Server may be susceptible to privilege escalation due to $mergeCursors stage - MongoDB Jira -- 🔗来源链接
标签:
神龙速读暂无评论