Description
Improper neutralization of regular-expression metacharacters in the LINQ query translation component of the MongoDB C# Driver can cause a caller-supplied character sequence to alter a regular-expression predicate generated by an affected application. An authenticated user who can influence such a value may cause the application to return records beyond those intended by the original filter.
Published: 2026-09-10
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Unauthorized data exposure through filtering bypass
Action: Immediate Patch
AI Analysis

Impact

Improper neutralization of regular‑expression metacharacters in the LINQ query translation logic of the MongoDB C# Driver allows an attacker to inject characters that alter the generated regular‑expression predicate. The attacker can cause the application to return database records that were not intended by the original filter, thereby revealing confidential data to an unauthorized party. This flaw stems from CWE‑943, where a malicious input is incorrectly treated as code.

Affected Systems

The vulnerability affects the MongoDB C# Driver. No specific driver versions are listed in the data; the flaw exists in all incident versions that use the affected LINQ translation component.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity. EPSS data is unavailable, but the vulnerability is not currently listed in CISA KEV. An attacker must be authenticated with the ability to influence query input, so the exploitation scope is limited to accounts that can interact with the driver. Once exploited, the attacker can read data beyond the intended filter set, compromising confidentiality.

Generated by OpenCVE AI on September 10, 2026 at 20:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest MongoDB C# Driver release that contains the patch for this injection flaw
  • Implement rigorous input validation to escape regular‑expression metacharacters before they reach the LINQ query translation
  • Restrict user access to functionalities that construct LINQ predicates or ensure only trusted user input is used for filtering

Generated by OpenCVE AI on September 10, 2026 at 20:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 10 Sep 2026 18:00:00 +0000

Type Values Removed Values Added
Description Improper neutralization of regular-expression metacharacters in the LINQ query translation component of the MongoDB C# Driver can cause a caller-supplied character sequence to alter a regular-expression predicate generated by an affected application. An authenticated user who can influence such a value may cause the application to return records beyond those intended by the original filter.
Title Regular expression injection via unescaped characters in LINQ query translation in MongoDB C# Driver
Weaknesses CWE-943
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mongodb

Published:

Updated: 2026-09-10T18:24:21.520Z

Reserved: 2026-09-09T19:49:39.183Z

Link: CVE-2026-88026

cve-icon Vulnrichment

Updated: 2026-09-10T18:23:18.843Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-10T18:18:12.887

Modified: 2026-09-10T19:54:25.810

Link: CVE-2026-88026

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T20:30:17Z

Weaknesses
  • CWE-943

    Improper Neutralization of Special Elements in Data Query Logic