-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
blog: add openssl assessment #6048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
pages/en/blog/vulnerability/openssl-fixes-in-regular-releases-oct2023.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
date: 2023-10-25:00:15.000Z | ||
category: vulnerability | ||
title: OpenSSL Recent Security Patches | ||
slug: openssl-fixes-in-regular-releases-oct2023 | ||
layout: blog-post.hbs | ||
author: Rafael Gonzaga | ||
--- | ||
|
||
## Summary | ||
|
||
For the vulnerabilities disclosed in the OpenSSL Security Advisories of: | ||
|
||
- OpenSSL 3.0.11 - Tuesday 19th September 2023 | ||
- OpenSSL 3.0.12 - Tuesday 24th October 2023 | ||
|
||
Node.js (Windows) is affected by one vulnerability rated as LOW. | ||
Therefore, these patches will be released in regular Node.js releases. | ||
|
||
## Analysis | ||
|
||
Our assessment of the following security advisories: | ||
|
||
- [OpenSSL 3.0.11](https://mta.openssl.org/pipermail/openssl-announce/2023-September/000273.html) | ||
- [OpenSSL 3.0.12](https://mta.openssl.org/pipermail/openssl-announce/2023-October/000282.html) | ||
|
||
is: | ||
|
||
### POLY1305 MAC implementation corrupts XMM registers on Windows (CVE-2023-4807) - Low | ||
|
||
Node.js is affected by this vulnerability. The CVE-2023-4807 | ||
affects Windows users, and the vulnerability is rated as LOW by the OpenSSL | ||
Security Team. | ||
|
||
### Incorrect cipher key & IV length processing (CVE-2023-5363) - Moderate | ||
|
||
Node.js doesn't make use or export `EVP_EncryptInit_ex2()`, `EVP_DecryptInit_ex2()` or | ||
`EVP_CipherInit_ex2()` functions. Node.js is not affected. | ||
|
||
Users who call the affected OpenSSL functions through other means, | ||
such as through native addons, can dynamically link against a patched version of OpenSSL | ||
until new releases of Node.js are available. | ||
RafaelGSS marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Contact and future updates | ||
|
||
The current Node.js security policy can be found at <https://github.com/nodejs/node/security/policy#security>, | ||
including information on how to report a vulnerability in Node.js. | ||
|
||
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](https://github.com/nodejs). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.