CVE-2026-42229 PUBLISHED

n8n: SQL Injection in SeaTable Node

Assigner: GitHub_M
Reserved: 25.04.2026 Published: 04.05.2026 Updated: 04.05.2026

n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, a flaw in the SeaTable node's row:search and row:get operations allowed user-controlled input to be concatenated directly into SQL query strings without escaping or parameterization. In workflows where external user input is passed via expressions into the SeaTable node's search or row retrieval parameters, an attacker could manipulate the constructed query to retrieve unintended rows from the connected SeaTable base, bypassing row-level filtering logic implemented in the workflow. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.

Metrics

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

Product Status

Vendor n8n-io
Product n8n
Versions
  • Version < 1.123.32 is affected
  • Version >= 2.17.0, < 2.17.4 is affected
  • Version >= 2.18.0, < 2.18.1 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE