CVE-2026-77070 PUBLISHED

n8n before 1.123.69 NoSQL Injection via MongoDB Node

Assigner: VulnCheck
Reserved: 20.08.2026 Published: 20.08.2026 Updated: 20.08.2026

n8n before 1.123.69, 2.33.4, and 2.34.1 contains a NoSQL injection vulnerability in the MongoDB node's Find, Delete, and Aggregate operations, which parse the Query parameter as JSON after expression resolution without sanitizing MongoDB operators. An attacker who can influence the resolved query (e.g., via externally-controlled data) can inject operators such as $ne or $where, turning an intended single-document lookup into full-collection disclosure, full-collection deletion, or other operations on the database server.

Metrics

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

Product Status

Vendor n8n-io
Product n8n
Versions Default: unaffected
  • affected from 0 to 1.123.69 (excl.)
  • Version 1.123.69 is unaffected
Vendor n8n-io
Product n8n
Versions Default: unaffected
  • affected from 0 to 2.34.1 (excl.)
  • Version 2.34.1 is unaffected
Vendor n8n-io
Product n8n
Versions Default: unaffected
  • affected from 0 to 2.33.4 (excl.)
  • Version 2.33.4 is unaffected

Credits

  • tr4ce-ju reporter

References

Problem Types

  • Improper Neutralization of Special Elements in Data Query Logic CWE