-
Notifications
You must be signed in to change notification settings - Fork 54.5k
Description
Bug Description
A handful of CVEs for NodeJS were announced on https://nodejs.org/en/blog/vulnerability/december-2025-security-releases
Our local Snyk identified the following CVEs in our version we run in Docker FROM n8nio/n8n:1.122.5
The CVEs in question are: CVE-2025-59465, CVE-2025-55130, CVE-2025-55131
I noticed that the node version was updated for the 2.x branch / master, but maybe this change didn't get merged back into the 1.x release branch? Reference: https://github.com/n8n-io/n8n/pull/24352/changes
Are there any plans to apply the NodeJS update changes to the 1.x release? Anything I can do to help?
To Reproduce
docker run -it n8nio/n8n:1.123.18
$ docker exec -it 130f4ca73417 sh ~ $ node -v v22.21.0
Expected behavior
I need NodeJS version to be v22.22.0 or higher
Debug Info
I need NodeJS version to be v22.22.0 or higher
Operating System
Docker in EKS
n8n Version
n8nio/n8n:1.123.18
Node.js Version
22.21.0
Database
PostgreSQL
Execution mode
main (default)
Hosting
self hosted