libbson 中的 函数存在下限验证缺失漏洞。在处理带有零长度前缀的 BSON 数据时,该漏洞会导致整数下溢。具体而言,该函数会从输入缓冲区中读取一个 32 位的文档长度值,但在将其用于数组索引计算之前,未验证该值是否至少为 5(BSON 文档的最小有效大小)。当长度字段为 0 时,用于检查文档空终止符的表达式会回绕为 ,从而导致堆越界读取并引发进程崩溃。能够向使用此 API 的应用程序提供特制 BSON 输入的攻击者可利用此漏洞造成服务拒绝(DoS)。
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| MongoDB Inc. | C Driver | 2.0.0< 2.3.1 |
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 Inc. | C Driver | 2.0.0 ~ 2.3.1 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-93393 | 8.1 HIGH | Heap overflow via oversized decrypted TLS record sequence in Windows Secure Channel stream |
| CVE-2026-92756 | 5.5 MEDIUM | Combining encryption settings may disable encryption |
| CVE-2026-92757 | 5.5 MEDIUM | Malformed connection string may disable field level encryption |
| CVE-2026-92758 | 5.5 MEDIUM | Logs may collect sensitive information |
| CVE-2026-93394 | 3.7 LOW | libmongoc SCRAM client nonce-validation bypass |
No comments yet