diff --git a/apps/site/pages/en/blog/vulnerability/july-2026-security-releases.md b/apps/site/pages/en/blog/vulnerability/july-2026-security-releases.md new file mode 100644 index 0000000000000..9da927097f0ba --- /dev/null +++ b/apps/site/pages/en/blog/vulnerability/july-2026-security-releases.md @@ -0,0 +1,36 @@ +--- +date: 2026-07-21T03:00:00.000Z +category: vulnerability +title: Monday, July 27, 2026 Security Releases +slug: july-2026-security-releases +layout: blog-post +author: The Node.js Project +--- + +# Summary + +The Node.js project will release new versions of the 26.x, 24.x, 22.x +releases lines on or shortly after, Monday, July 27, 2026 in order to address: + +The highest severity issue fixed in this release is HIGH. + +## Impact + +The highest severity issue fixed in the 26.x release line is HIGH. +The highest severity issue fixed in the 24.x release line is HIGH. +The highest severity issue fixed in the 22.x release line is HIGH. + +It's important to note that End-of-Life versions are always affected when a security release occurs. +To ensure your system's security, please use an up-to-date version as outlined in our +[Release Schedule](https://github.com/nodejs/release#release-schedule). + +## Release timing + +Releases will be available on, or shortly after, Monday, July 27, 2026. + +## Contact and future updates + +The current Node.js security policy can be found at . +Please follow the process outlined in if you wish to report a vulnerability in Node.js. + +Subscribe to the low-volume announcement-only nodejs-sec mailing list at to stay up to date on security vulnerabilities and security-related releases of Node.js and the projects maintained in the nodejs GitHub organization. diff --git a/apps/site/site.json b/apps/site/site.json index 72c52190146b0..a4b74f678b537 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -28,11 +28,11 @@ ], "websiteBanners": { "index": { - "startDate": "2026-06-24T00:00:00.000Z", - "endDate": "2026-08-14T00:00:00.000Z", - "text": "Don't miss Node.js Interactive at RenderATL, August 12–13!", - "link": "https://www.renderatl.com/node", - "type": "default" + "startDate": "2026-07-21T03:00:00.000Z", + "endDate": "2026-07-28T03:00:00.000Z", + "text": "New security releases to be made available Monday, July 27, 2026", + "link": "https://nodejs.org/en/blog/vulnerability/july-2026-security-releases", + "type": "warning" } }, "websiteBadges": {