CVE-2026-93760

Summary

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.

Affected Software

VendorProductVersion RangeStatus
MongoDB Inc.Mongoid9.1.0affected
MongoDB Inc.Mongoid9.0.0 <= 9.0.11affected
MongoDB Inc.Mongoid8.1.0 <= 8.1.12affected
MongoDB Inc.Mongoid8.0.0 <= 8.0.12affected

Weaknesses

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

References