CVE-2026-93762 PUBLISHED

Data deletion and attribute disclosure via field-name method injection in in-memory queries

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

Mongoid contains an unsafe reflection weakness in the query path used for embedded documents. An application that passes an externally supplied field name to certain in-memory query methods may allow an unauthenticated party to obtain unintended disclosure of stored document data and to permanently remove stored records.

Metrics

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

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.)
  • affected from 7.6.0 to 7.6.1 (incl.)
  • affected from 7.5.0 to 7.5.4 (incl.)

References

Problem Types

  • CWE-470: Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') CWE