Vulnerability Description
Mongoid does not neutralize a string-typed query criterion supplied to its query builder, and instead passes it to the database as a server-side JavaScript expression. An unauthenticated party able to influence the value an application supplies as a query argument may cause code of their choosing to be evaluated by the database engine. This may result in unintended disclosure of stored field values, unintended selection of documents for application-initiated writes, and reduced database performance.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-93759?
CVE-2026-93759 is a vulnerability with a CVSS score of 8.6 (HIGH). Mongoid does not neutralize a string-typed query criterion supplied to its query builder, and instead passes it to the database as a server-side JavaScript expression. An unauthenticated party able to...
How severe is CVE-2026-93759?
CVE-2026-93759 has been rated HIGH with a CVSS base score of 8.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-93759?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.