Skip to content

Commit 33aed03

Browse files
authored
Blog: add security release announcement (#7961)
* Blog: add security release announcement Refs: nodejs-private/security-release#62 * fixup! Blog: add security release announcement
1 parent bc3f4a7 commit 33aed03

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
date: 2025-07-08T03:00:00.000Z
3+
category: vulnerability
4+
title: Tuesday, July 15, 2025 Security Releases
5+
slug: july-2025-security-releases
6+
layout: blog-post
7+
author: The Node.js Project
8+
---
9+
10+
# Summary
11+
12+
The Node.js project will release new versions of the 24.x, 22.x, 20.x
13+
releases lines on or shortly after, Tuesday, July 15, 2025 in order to address:
14+
15+
- 2 high severity issues.
16+
17+
## Impact
18+
19+
The 24.x release line of Node.js is vulnerable to 2 high severity issues.
20+
The 22.x release line of Node.js is vulnerable to 1 high severity issues.
21+
The 20.x release line of Node.js is vulnerable to 1 high severity issues.
22+
23+
It's important to note that End-of-Life versions are always affected when a security release occurs.
24+
To ensure your system's security, please use an up-to-date version as outlined in our
25+
[Release Schedule](https://github.com/nodejs/release#release-schedule).
26+
27+
## Release timing
28+
29+
Releases will be available on, or shortly after, Tuesday, July 15, 2025.
30+
31+
## Contact and future updates
32+
33+
The current Node.js security policy can be found at <https://nodejs.org/en/security/>.
34+
Please follow the process outlined in <https://github.com/nodejs/node/blob/master/SECURITY.md> if you wish to report a vulnerability in Node.js.
35+
36+
Subscribe to the low-volume announcement-only nodejs-sec mailing list at <https://groups.google.com/forum/#!forum/nodejs-sec> to stay up to date on security vulnerabilities and security-related releases of Node.js and the projects maintained in the nodejs GitHub organization.

apps/site/site.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
],
2929
"websiteBanners": {
3030
"index": {
31-
"startDate": "2025-05-14T03:00:00.000Z",
32-
"endDate": "2025-05-21T03:00:00.000Z",
33-
"text": "May Security Release is available",
34-
"link": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases",
31+
"startDate": "2025-07-08T03:00:00.000Z",
32+
"endDate": "2025-07-15T03:00:00.000Z",
33+
"text": "New security releases to be made available Tuesday, July 15, 2025",
34+
"link": "https://nodejs.org/en/blog/vulnerability/july-2025-security-releases",
3535
"type": "warning"
3636
}
3737
},

0 commit comments

Comments
 (0)