-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Blog: add OpenSSL Jan Sec Release Assessment #8572
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
|
Lighthouse Results
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8572 +/- ##
==========================================
- Coverage 75.01% 74.98% -0.04%
==========================================
Files 103 103
Lines 9037 9037
Branches 311 312 +1
==========================================
- Hits 6779 6776 -3
- Misses 2256 2259 +3
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a security assessment blog post for OpenSSL vulnerabilities disclosed in January 2026, analyzing their impact on Node.js.
Changes:
- Adds a new vulnerability assessment blog post documenting 12 CVEs from OpenSSL's January 2026 security advisory
- Identifies 3 CVEs affecting Node.js (with Low to Moderate severity) and 9 CVEs that do not affect Node.js
- Documents that affected vulnerabilities will be included in regular releases rather than dedicated security releases due to limited attack surface
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
apps/site/pages/en/blog/vulnerability/openssl-fixes-in-regular-releases-jan2026.md
Outdated
Show resolved
Hide resolved
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
…-releases-jan2026.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Rafael Gonzaga <rafael.nunu@hotmail.com>
apps/site/pages/en/blog/vulnerability/openssl-fixes-in-regular-releases-jan2026.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/blog/vulnerability/openssl-fixes-in-regular-releases-jan2026.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Richard Lau <richard.lau@ibm.com> Signed-off-by: Rafael Gonzaga <rafael.nunu@hotmail.com>
|
|
||
| ## Analysis | ||
|
|
||
| All three vulnerabilities relate to how Node.js processes PFX (PKCS#12) certificate files, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link for pkcs#12?
cc: @nodejs/tsc @nodejs/security