Node.js 24 · Version Status
Node.js 24 End of Life Date
Node.js 24 end-of-life date, support status, and CVE risk. Data from endoflife.date and official vendor documentation.
✓
Node.js 24 is actively supported. EOL date: April 30, 2028.
EOL Date
Apr 30, 2028
722 days remaining
Latest Release
24.15.0
LTS release
Release Date
May 6, 2025
Node.js 24 series
| Version | Latest | EOL Date | Status |
| 1 |
1.8.4 |
Supported |
Active |
| 2 |
2.5.0 |
Supported |
Active |
| 3 |
3.3.1 |
Supported |
Active |
| 4 LTS |
4.9.1 |
Apr 30, 2018 |
EOL |
| 5 |
5.12.0 |
Jun 30, 2016 |
EOL |
| 6 LTS |
6.17.1 |
Apr 30, 2019 |
EOL |
| 7 |
7.10.1 |
Jun 30, 2017 |
EOL |
| 8 LTS |
8.17.0 |
Dec 31, 2019 |
EOL |
What does Node.js 24 end of life mean?
When Node.js 24 reaches end of life, the maintainers stop issuing security patches for this version. CVEs discovered after the EOL date are publicly disclosed on the National Vulnerability Database with no patch available. Exploit code frequently appears on GitHub within days of disclosure.
The CVE blind spot: Most vulnerability scanners check for known CVEs but do not flag the ongoing accumulation of unpatched vulnerabilities in EOL software versions. Running Node.js 24 past its EOL date creates a permanently growing attack surface that standard security tooling will not surface.
Migrate to Node.js 26 or implement compensating controls — network segmentation, enhanced monitoring, restricted access — while migration is underway.
Frequently Asked Questions
When does Node.js 24 reach end of life?
Node.js 24 reached end of life on April 30, 2028. That is 722 days remaining.
Is Node.js 24 still supported?
Yes, Node.js 24 is currently supported. The EOL date is April 30, 2028.
What should I upgrade to from Node.js 24?
The recommended upgrade from Node.js 24 is
Node.js 26 — the latest actively supported version. Check the
Node.js full timeline for all supported versions.
What are the security risks of running Node.js 24 past EOL?
When Node.js 24 reaches end of life, the maintainers stop issuing security patches. Any CVEs disclosed after the EOL date accumulate with no remediation path. Most vulnerability scanners do not flag this — it is the CVE blind spot. Organizations running EOL Node.js should migrate immediately or implement compensating controls.