CVE-2026-93760 PUBLISHED

NoSQL injection of JavaScript-executing query operators via unsafe-by-default operator guard

Assigner: mongodb
Reserved: 18.09.2026 Published: 18.09.2026 Updated: 18.09.2026

Mongoid does not restrict which query operators may come from caller-supplied filter data when an application hands that data to its query-building methods. In an application that forwards externally supplied filter parameters in this way, a party with no credentials may influence how the database evaluates the query. This may result in unintended disclosure of stored field values and in reduced database performance.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 8.3

Product Status

Vendor MongoDB Inc.
Product Mongoid
Versions Default: unaffected
  • Version 9.1.0 is affected
  • affected from 9.0.0 to 9.0.11 (incl.)
  • affected from 8.1.0 to 8.1.12 (incl.)
  • affected from 8.0.0 to 8.0.12 (incl.)

References

Problem Types

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