diff --git a/apps/site/pages/en/blog/vulnerability/march-2026-security-releases.md b/apps/site/pages/en/blog/vulnerability/march-2026-security-releases.md
new file mode 100644
index 0000000000000..0f654947984e5
--- /dev/null
+++ b/apps/site/pages/en/blog/vulnerability/march-2026-security-releases.md
@@ -0,0 +1,39 @@
+---
+date: 2026-03-17T03:00:00.000Z
+category: vulnerability
+title: Tuesday, March 24, 2026 Security Releases
+slug: march-2026-security-releases
+layout: blog-post
+author: The Node.js Project
+---
+
+# Summary
+
+The Node.js project will release new versions of the 25.x, 24.x, 22.x, 20.x
+releases lines on or shortly after, Tuesday, March 24, 2026 in order to address:
+
+- 2 high severity issues.
+- 5 medium severity issues.
+- 2 low severity issues.
+
+## Impact
+
+The 25.x release line of Node.js is vulnerable to 2 high severity issues, 5 medium severity issues, 2 low severity issues.
+The 24.x release line of Node.js is vulnerable to 2 high severity issues, 4 medium severity issues, 2 low severity issues.
+The 22.x release line of Node.js is vulnerable to 2 high severity issues, 4 medium severity issues, 2 low severity issues.
+The 20.x release line of Node.js is vulnerable to 2 high severity issues, 4 medium severity issues, 2 low severity issues.
+
+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, Tuesday, March 24, 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 19db7981d45c9..adb1cb048ba8f 100644
--- a/apps/site/site.json
+++ b/apps/site/site.json
@@ -28,10 +28,10 @@
],
"websiteBanners": {
"index": {
- "startDate": "2026-01-13T00:00:00.000Z",
- "endDate": "2026-01-20T00:00:00.000Z",
- "text": "January Security Release is available",
- "link": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases",
+ "startDate": "2026-03-17T03:00:00.000Z",
+ "endDate": "2026-03-24T03:00:00.000Z",
+ "text": "New security releases to be made available Tuesday, March 24, 2026",
+ "link": "https://nodejs.org/en/blog/vulnerability/march-2026-security-releases",
"type": "warning"
}
},