MongoDB 的 JSON Schema 验证错误生成代码中存在一个缺陷,允许拥有读写权限的认证用户使 mongod 服务器崩溃。 具体场景是:当一个 BSON 文档中包含一个数组,且该数组中某个数值型字段名格式错误,并违反了 的 items 类型约束时,错误生成路径会对用户可控的字段名执行不安全的数值转换,且缺乏适当的异常处理,导致抛出未被捕获的异常,从而终止服务器进程。 之所以会出现这种情况,是因为入站的 wire 协议 BSON 验证并未强制要求数组元素的字段名必须是有效、在范围内的数值型索引。
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| MongoDB | MongoDB Server | 8.3.0< 8.3.9 |
affected |
8.0.0< 8.0.30 |
affected | ||
7.0.0< 7.0.41 |
affected |
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| MongoDB | MongoDB Server | 8.3.0 ~ 8.3.9 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-82061 | 8.1 HIGH | Use-After-Free in MongoDB Server Query Execution Memory Tracking Subsystem Leads to Denial |
| CVE-2026-82071 | 8.1 HIGH | Insufficient Validation of Storage Engine Configuration Options in MongoDB Server Leads to |
| CVE-2026-82053 | 8.1 HIGH | Improper Session Handling in MongoDB Server LDAP Authorization Integration Leads to Incorr |
| CVE-2026-82067 | 8.1 HIGH | Improper Case Sensitivity Handling in MongoDB Server Configuration Validation May Cause Au |
| CVE-2026-82075 | 7.5 HIGH | Uncontrolled Resource Consumption in MongoDB Sharded Cluster Router Allows Unauthenticated |
| CVE-2026-82064 | 7.5 HIGH | Unauthenticated Denial of Service in MongoDB Server via Assertion Failure in Read Concern |
| CVE-2026-82070 | 6.5 MEDIUM | Insufficiently Protected Credentials in MongoDB Server Diagnostic Reporting Interface |
| CVE-2026-82076 | 6.5 MEDIUM | Integer Overflow in Query Planner Leads to Unbounded Memory Allocation and Denial of Servi |
| CVE-2026-82065 | 6.5 MEDIUM | Insufficient Validation of Storage Configuration Options in MongoDB Server Leads to Persis |
| CVE-2026-82054 | 6.5 MEDIUM | Uncontrolled Resource Consumption in MongoDB Server JSON Pointer Parser Leads to Denial of |
| CVE-2026-82055 | 6.5 MEDIUM | Null Pointer Dereference in MongoDB Server 2dsphere Index Key Generation Leads to Denial o |
| CVE-2026-82057 | 6.5 MEDIUM | Type Confusion in MongoDB Server WiredTiger Storage Engine via Custom Collection Configura |
| CVE-2026-82074 | 6.5 MEDIUM | Incorrect Authorization in MongoDB Server Aggregation Framework Allows Unauthorized Read A |
| CVE-2026-82068 | 6.5 MEDIUM | Persistent Fatal Assertion Crash in MongoDB Server via Crafted Retryable Write Commands Le |
| CVE-2026-82052 | 6.5 MEDIUM | $regexFindAll may crash mongod server when byte-matching multi-byte UTF-8 chars |
| CVE-2026-82073 | 6.5 MEDIUM | Improper Validation in MongoDB Server Aggregation Framework Allows Authorization Bypass an |
| CVE-2026-82062 | 5.5 MEDIUM | Improper Authorization in MongoDB Server applyOps Command Allows Writes to Arbitrary Inter |
| CVE-2026-82060 | 5.4 MEDIUM | Insufficient Validation of Shard Key Values in MongoDB Server Leads to Query Operator Inje |
| CVE-2026-82063 | 5.3 MEDIUM | Use-After-Free in MongoDB Server Cursor Management Component Leads to Denial of Service |
| CVE-2026-82056 | 5.3 MEDIUM | Race Condition in MongoDB Server Text Index Query Parsing Leads to Heap Use-After-Free and |
Showing top 20 of 24 CVEs. View all on vendor page → →
No comments yet