Description
The MongoDB Rust Driver does not neutralize special characters in a caller-supplied target identifier before embedding it in the request it sends to the server. An actor able to influence that identifier in an application using the driver may cause write operations to be applied to an unintended target within the same deployment using the application's own credentials. This may result in unauthorized modification of data belonging to another logical boundary enforced by the application.
Published: 2026-08-27
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized cross‑namespace data modification
Action: Upgrade Driver
AI Analysis

Impact

The vulnerability occurs when the Rust driver embeds a caller‑supplied database name without neutralizing special characters, allowing the identifier to contain multiple dots that redirect a write operation to an unintended namespace. An attacker who can influence the target identifier in the application may force the driver to apply writes to a different logical boundary, resulting in unauthorized modification of data belonging to another part of the deployment. The weakness is a form of path traversal in a database context.

Affected Systems

The affected component is the MongoDB Rust Driver. The specific versions affected are not listed in the advisory, but the advisory references a release (v3.8.2) and indicates that the issue existed before that point. Any application that uses the driver and allows untrusted input to specify a database name is potentially impacted.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity. The EPSS score is not available, so no explicit exploitation probability is reported. The vulnerability is not listed in the CISA KEV catalog. Attackers require the ability to influence the database name supplied to the driver, which could be achieved through application logic or user input. Once such influence is possible, the driver will perform the write against the redirection target using the application’s credentials, providing the attacker with unintended access within the same deployment.

Generated by OpenCVE AI on August 28, 2026 at 09:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest MongoDB Rust Driver release that includes the fix.
  • Validate or sanitize all database namespace identifiers before passing them to the driver, ensuring no embedded dots or special characters remain unescaped.
  • Restrict application permissions so that credentials are limited to the namespaces intended for the current operation, reducing the impact if an unintended write occurs.

Generated by OpenCVE AI on August 28, 2026 at 09:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
First Time appeared Mongodb
Mongodb rust-driver
Vendors & Products Mongodb
Mongodb rust-driver

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description The MongoDB Rust Driver does not neutralize special characters in a caller-supplied target identifier before embedding it in the request it sends to the server. An actor able to influence that identifier in an application using the driver may cause write operations to be applied to an unintended target within the same deployment using the application's own credentials. This may result in unauthorized modification of data belonging to another logical boundary enforced by the application.
Title Cross-database write redirection via unvalidated dotted database name in bulk write namespaces
Weaknesses CWE-74
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Mongodb Rust-driver
cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-08-28T15:48:02.435Z

Reserved: 2026-08-26T22:14:12.179Z

Link: CVE-2026-81526

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-27T20:18:51.057

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

Link: CVE-2026-81526

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T09:15:05Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')