
CVE-2025-1756 – MongoDB Shell may be susceptible to local privilege escalation in Windows
https://notcve.org/view.php?id=CVE-2025-1756
27 Feb 2025 — mongosh may be susceptible to local privilege escalation under certain conditions potentially enabling unauthorized actions on a user's system with elevated privilege, when a crafted file is stored in C:\node_modules\. This issue affects mongosh prior to 2.3.0 • https://jira.mongodb.org/browse/MONGOSH-2028 • CWE-426: Untrusted Search Path •

CVE-2025-1693 – MongoDB Shell may be susceptible to control character Injection via shell output
https://notcve.org/view.php?id=CVE-2025-1693
27 Feb 2025 — The MongoDB Shell may be susceptible to control character injection where an attacker with control over the database cluster contents can inject control characters into the shell output. This may result in the display of falsified messages that appear to originate from mongosh or the underlying operating system, potentially misleading users into executing unsafe actions. The vulnerability is exploitable only when mongosh is connected to a cluster that is partially or fully controlled by an attacker. This is... • https://jira.mongodb.org/browse/MONGOSH-2026 • CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences •

CVE-2025-1692 – MongoDB Shell may be susceptible to control character injection via pasting
https://notcve.org/view.php?id=CVE-2025-1692
27 Feb 2025 — The MongoDB Shell may be susceptible to control character injection where an attacker with control of the user’s clipboard could manipulate them to paste text into mongosh that evaluates arbitrary code. Control characters in the pasted text can be used to obfuscate malicious code. This issue affects mongosh versions prior to 2.3.9 • https://jira.mongodb.org/browse/MONGOSH-2025 • CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences •

CVE-2025-1691 – MongoDB Shell may be susceptible to Control Character Injection via autocomplete
https://notcve.org/view.php?id=CVE-2025-1691
27 Feb 2025 — The MongoDB Shell may be susceptible to control character injection where an attacker with control of the mongosh autocomplete feature, can use the autocompletion feature to input and run obfuscated malicious text. This requires user interaction in the form of the user using ‘tab’ to autocomplete text that is a prefix of the attacker’s prepared autocompletion. This issue affects mongosh versions prior to 2.3.9. The vulnerability is exploitable only when mongosh is connected to a cluster that is partially or... • https://jira.mongodb.org/browse/MONGOSH-2024 • CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') •