Diego Betto's Blog
Illustration of a security vulnerability in Node.js

January 15, 2026 · 2 min di lettura

Node.js - January 2026 Security Releases

Security updates for Node.js 25.x, 24.x, 22.x and 20.x: 3 high-severity vulnerabilities, 4 medium and 1 low. Here is what they fix and how to update.

Condividi:XLinkedInFacebookWhatsApp

New critical vulnerabilities in Node.js

The Node.js team has released security updates for versions 25.x, 24.x, 22.x and 20.x, after some serious vulnerabilities were reported last December — only landing now, right around the holiday season.

In total, 8 issues are fixed: 3 high severity, 4 medium severity, and 1 low severity.

High severity vulnerabilities

Medium severity vulnerabilities

Low severity vulnerabilities

Downloads and release details

It’s worth noting that End-of-Life versions are always affected whenever a security release goes out. To keep your system secure, use a supported version as shown in Node.js’s release schedule.

If you’re interested in web-side security, I’ve also written a guide on how Content Security Policy works to protect your applications from malicious scripts.

And if you’re about to start a new Node.js backend, before picking your stack take a look at how to build a REST API with Fastify and TypeScript: keeping dependencies up to date doesn’t count for much if the APIs themselves poorly validate the input they receive.

Condividi:XLinkedInFacebookWhatsApp