CVE-2026-77071

Summary

n8n before 1.123.69, 2.33.4, and 2.34.1 contains a PostgREST filter injection vulnerability in the Supabase node's Row Get Many, Delete, and Update operations, which built filter queries by concatenating an expression-bindable value without escaping. An attacker could inject a condition that widened the filter to match every row, turning an intended single-row operation into full-table disclosure, deletion, or modification.

Affected Software

VendorProductVersion RangeStatus
n8n-ion8n0 < 1.123.69affected
n8n-ion8n1.123.69unaffected
n8n-ion8n0 < 2.34.1affected
n8n-ion8n2.34.1unaffected
n8n-ion8n0 < 2.33.4affected
n8n-ion8n2.33.4unaffected

Weaknesses

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

References