摘要:
nodejs security update
安全等级: High
公告ID: KylinSec-SA-2025-1615
发布日期: 2025年3月7日
关联CVE: CVE-2025-23083
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
Security Fix(es):
With the aid of the diagnostics_channel utility, an event can be hooked into whenever a worker thread is created. This is not limited only to workers but also exposes internal workers, where an instance of them can be fetched, and its constructor can be grabbed and reinstated for malicious usage.
This vulnerability affects Permission Model users (--permission) on Node.js v20, v22, and v23.(CVE-2025-23083)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2025-23083 | V6 | nodejs | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
nodejs-docs | noarch | 20.18.2-1.ks6 |
nodejs | x86_64 | 20.18.2-1.ks6 |
nodejs-devel | x86_64 | 20.18.2-1.ks6 |
nodejs-full-i18n | x86_64 | 20.18.2-1.ks6 |
nodejs-libs | x86_64 | 20.18.2-1.ks6 |
npm | x86_64 | 10.8.2-1.20.18.2.1.ks6 |
v8-devel | x86_64 | 11.3.244.8-1.20.18.2.1.ks6 |
nodejs | aarch64 | 20.18.2-1.ks6 |
nodejs-devel | aarch64 | 20.18.2-1.ks6 |
nodejs-full-i18n | aarch64 | 20.18.2-1.ks6 |
nodejs-libs | aarch64 | 20.18.2-1.ks6 |
npm | aarch64 | 10.8.2-1.20.18.2.1.ks6 |
v8-devel | aarch64 | 11.3.244.8-1.20.18.2.1.ks6 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名