CVE-2026-88026 PUBLISHED

Regular expression injection via unescaped characters in LINQ query translation in MongoDB C# Driver

Assigner: mongodb
Reserved: 09.09.2026 Published: 10.09.2026 Updated: 10.09.2026

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.

Metrics

CVSS 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
CVSS Score: 7.1

Product Status

Vendor MongoDB
Product C# Driver
Versions Default: unaffected
  • affected from 2.14.0 to 3.11.1 (incl.)

References

Problem Types

  • CWE-943: Improper Neutralization of Special Elements in Data Query Logic CWE