Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update mar-2022-security-releases.md
  • Loading branch information
joesepi authored Mar 17, 2022
commit 3b1aebe5116c1632b1170fa792c319cc6e1bf63e
21 changes: 20 additions & 1 deletion locale/en/blog/vulnerability/mar-2022-security-releases.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
---
date: 2022-03-16T23:22:00.000Z
date: 2022-03-18T09:00:00.000Z
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't remember if we ran into issues if the date/time was in the future, so we might want to check this value before merging.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. Was just about to update it to be more accurate. Thanks!

category: vulnerability
title: OpenSSL security releases require Node.js security releases
slug: openssl-and-high-severity-fixes-mar-2022
layout: blog-post.hbs
author: Joe Sepi
---

# _(Update 18-Mar-2022)_ Security releases available

Updates are now available for v17.x, v16.x, v14.x, and v12.x Node.js release lines to incorporate upstream patches from OpenSSL.

## Update to OpenSSL 3.0.2n and 1.1.1n, (High) (CVE-2022-0778)

Infinite loop in BN_mod_sqrt() reachable when parsing certificates.
More details are available at https://www.openssl.org/news/secadv/20220315.txt

Impacts:
* All versions of the 17.x, 16.x, 14.x, and 12.x releases lines.

# Downloads and release details

* [Node.js v12.22.11 (LTS)](https://nodejs.org/en/blog/release/v12.22.11/)
* [Node.js v14.19.1 (LTS)](https://nodejs.org/en/blog/release/v14.19.1/)
* [Node.js v16.14.2 (LTS)](https://nodejs.org/en/blog/release/v16.14.2/)
* [Node.js v17.7.2 (Current)](https://nodejs.org/en/blog/release/v17.7.2/)

# _(Update 16-Mar-2022)_ Summary

The Node.js project will release new versions of the 12.x, 14.x, 16.x, and 17.x
Expand Down