Description
An issue in MongoDB Server's Atlas Vector Search feature could allow an authenticated user with read access to one view to retrieve documents from a different, protected view over the same underlying collection. This is due to insufficient handling of certain user-supplied fields when constructing an internal request forwarded to the search process.
Published: 2026-08-11
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user with read permissions on one view can retrieve documents from another protected view that shares the same underlying collection. The flaw arises because MongoDB Server’s Atlas Vector Search does not properly validate user‑supplied fields when building the internal request to the search process. This improper authorization vulnerability allows data leakage from views that the user should not see, damaging confidentiality.

Affected Systems

MongoDB Server implementations that enable Atlas Vector Search are affected. No specific version information is listed in the CNA data, so all deployments of MongoDB Server that use Vector Search should verify whether they include the fix by consulting the vendor’s release notes.

Risk and Exploitability

The CVSS score of 7.1 denotes a high impact, yet the EPSS score of less than 1% indicates a low probability of exploitation in the wild at present. The vulnerability is not listed in CISA KEV. Attackers must have valid database credentials with at least read access to a susceptible view and must invoke the vector search API. The exploit therefore requires authenticated access and the vector search operation to be carried out from within the database environment. Overall, the risk exists but is constrained to users who already possess some level of authorization.

Generated by OpenCVE AI on August 12, 2026 at 20:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MongoDB Server to a version that includes the authorization fix
  • Revoke or limit read permissions on sensitive views that should not be shareable among users
  • Disallow Atlas Vector Search usage for users lacking necessary privileges, or disable the feature entirely in untrusted contexts

Generated by OpenCVE AI on August 12, 2026 at 20:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb mongodb Server
Vendors & Products Mongodb
Mongodb mongodb Server

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description An issue in MongoDB Server's Atlas Vector Search feature could allow an authenticated user with read access to one view to retrieve documents from a different, protected view over the same underlying collection. This is due to insufficient handling of certain user-supplied fields when constructing an internal request forwarded to the search process.
Title Improper Authorization in MongoDB Atlas Vector Search Allows Unauthorized Access to Protected View Data
Weaknesses CWE-807
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Mongodb Mongodb Server
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-11T20:25:24.950Z

Reserved: 2026-08-03T15:53:44.960Z

Link: CVE-2026-18705

cve-icon Vulnrichment

Updated: 2026-08-11T20:25:21.245Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T19:17:25.207

Modified: 2026-08-28T21:16:15.740

Link: CVE-2026-18705

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:39:48Z

Weaknesses
  • CWE-807

    Reliance on Untrusted Inputs in a Security Decision