惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Node.js Blog

Node.js — Node.js 26.2.0 (Current) Node.js — Node.js 22.22.3 (LTS) Node.js — Axios to WHATWG Fetch Node.js — Node.js 26.1.0 (Current) Node.js — Node.js 26.0.0 (Current) Node.js — Trip report: Node.js collaboration summit (2026 London) Node.js — Node.js 24.15.0 (LTS) Node.js — Security Bug Bounty Program Paused Due to Loss of Funding Node.js — Node.js 25.9.0 (Current) Node.js — Developing a minimally HashDoS resistant, yet quickly reversible integer hash for V8 Node.js — Node.js 25.8.2 (Current) Node.js — Node.js 24.14.1 (LTS) Node.js — Node.js 22.22.2 (LTS) Node.js — Node.js 20.20.2 (LTS) Node.js — Tuesday, March 24, 2026 Security Releases Node.js — Node.js 25.8.1 (Current) Node.js — Evolving the Node.js Release Schedule Node.js — Node.js 22.22.1 (LTS) Node.js — Node.js 20.20.1 (LTS) Node.js — Node.js 25.8.0 (Current) Node.js — Node.js 25.7.0 (Current) Node.js — Node.js 24.14.0 (LTS) Node.js — New HackerOne Signal Requirement for Vulnerability Reports Node.js — Node.js 25.6.1 (Current) Node.js — Node.js 24.13.1 (LTS) Node.js — Node.js 25.6.0 (Current) Node.js — Node.js 25.5.0 (Current) Node.js — Chalk to Node.js util styleText Node.js — Node.js 25.4.0 (Current) Node.js — Mitigating Denial-of-Service Vulnerability from Unrecoverable Stack Space Exhaustion for React, Next.js, and APM Users Node.js — Node.js 22.22.0 (LTS) Node.js — Node.js 25.3.0 (Current) Node.js — Node.js 24.13.0 (LTS) Node.js — Node.js 20.20.0 (LTS) Node.js — Tuesday, January 13, 2026 Security Releases Node.js — Node.js 24.12.0 (LTS) Node.js — Node.js 20.19.6 (LTS) Node.js — Node.js 25.2.1 (Current) Node.js — Node.js 24.11.1 (LTS) Node.js — Node.js 25.2.0 (Current) Node.js — Node.js 25.1.0 (Current) Node.js — Node.js 22.21.1 (LTS) Node.js — Node.js 24.11.0 (LTS) Node.js — Node.js v16 to v18 Node.js — Node.js v22 to v24 Node.js — Node.js v20 to v22 Node.js — Node.js v14 to v16 Node.js — Node.js v12 to v14 Node.js — Node.js 22.21.0 (LTS) Node.js — Node.js 25.0.0 (Current)
Node.js — OpenSSL 安全公告评估,2026年1月
2026-01-28 · via Node.js Blog

Node.js项目

摘要

OpenSSL项目发布了一份包含12个CVE(通用漏洞披露)的安全公告。经过评估,我们认定有三个CVE会影响Node.js(严重程度为低到中)。考虑到攻击面有限,OpenSSL更新将包含在即将发布的常规Node.js版本中,而不是专门的安全版本。

分析

这三个漏洞均与 Node.js 处理 PFX (PKCS#12) 证书文件的方式有关,这些文件在通过 pfx 选项配置 TLS 连接时使用。攻击者需要提供特制的 PFX 文件才能触发这些问题。由于 PFX 文件通常来自受信的本地源(例如您自己的私钥和证书),因此实际攻击面有限。

CVE-2025-11187:PBMAC1 MAC 验证中的堆栈缓冲区溢出 - 中等

分支OpenSSL版本受影响
v20.x3.0.15
v22.x3.5.4
v24.x3.5.4
v25.x3.5.4
主分支3.5.4

OpenSSL 3.0(v20.x 使用)不支持 PBMAC1,因此不受影响。

CVE-2025-69421:PKCS12_item_decrypt_d2i_ex() 中的空指针解引用 - 低危

分支OpenSSL版本受影响
v20.x3.0.15
v22.x3.5.4
v24.x3.5.4
v25.x3.5.4
主分支3.5.4

此函数由 PKCS12_parse() 在内部调用。所有分支均受影响。

CVE-2026-22795:PKCS#12 解析过程中的类型混淆 - 低危

分支OpenSSL版本受影响
v20.x3.0.15
v22.x3.5.4
v24.x3.5.4
v25.x3.5.4
主分支3.5.4

OpenSSL 3.0和3.5都存在漏洞。所有分支均受影响。

不影响Node.js的CVE

以下9个CVE在任何分支上都不影响Node.js:

  • CVE-2025-15467(高危,CMS AuthEnvelopedData): Node.js不使用CMS API。
  • CVE-2025-15468(低危,SSL_CIPHER_find + QUIC): Node.js从不调用SSL_CIPHER_find()
  • CVE-2025-15469(低危,openssl dgst截断): 仅限命令行工具。
  • CVE-2025-66199(低,TLS 1.3 压缩证书): Node.js 在所有分支上的构建均包含 OPENSSL_NO_COMP,因此证书压缩功能被禁用。
  • CVE-2025-68160(低,BIO_f_linebuffer): Node.js 不使用该 BIO 过滤器。
  • CVE-2025-69418(低,低级别 OCB): Node.js 使用 EVP API,公告确认该 API 可避免漏洞路径。
  • CVE-2025-69419(低,PKCS12_get_friendlyname): Node.js 不会调用此函数;公告指出使用了单独的安全路径。PKCS12_parse()使用了单独的安全路径。
  • CVE-2025-69420(低,TS_RESP_verify_response): Node.js 不使用时间戳协议 API。
  • CVE-2026-22796(低,PKCS7_digest_from_attributes): Node.js 不会调用 PKCS#7 签名验证 API。

当前的 Node.js 安全策略可以在以下位置找到https://github.com/nodejs/node/security/policy#security包括如何报告Node.js漏洞的信息。

订阅低流量公告专用Node.js 安全(nodejs-sec)邮件列表在https://groups.google.com/forum/#!forum/nodejs-sec为了及时了解Node.js及其维护的项目中的安全漏洞和安全相关发布。nodejs GitHub 组织