摘要:
busybox security update
安全等级: Medium
公告ID: KylinSec-SA-2024-2941
发布日期: 2024年6月21日
关联CVE: CVE-2023-42363 CVE-2023-42364 CVE-2023-42365 CVE-2023-42366
BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. It provides a fairly complete environment for any small or embedded system.
Security Fix(es):
A use-after-free vulnerability was discovered in xasprintf function in xfuncs_printf.c:344 in BusyBox v.1.36.1.(CVE-2023-42363)
A use-after-free vulnerability in BusyBox v.1.36.1 allows attackers to cause a denial of service via a crafted awk pattern in the awk.c evaluate function.(CVE-2023-42364)
A use-after-free vulnerability was discovered in BusyBox v.1.36.1 via a crafted awk pattern in the awk.c copyvar function.(CVE-2023-42365)
A heap-buffer-overflow was discovered in BusyBox v.1.36.1 in the next_token function at awk.c:1159.(CVE-2023-42366)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-42363 | KY3.5.2 | busybox | Fixed |
CVE-2023-42364 | KY3.5.2 | busybox | Fixed |
CVE-2023-42365 | KY3.5.2 | busybox | Fixed |
CVE-2023-42366 | KY3.5.2 | busybox | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
busybox | x86_64 | 1.34.1-20.ky3_5 |
busybox-petitboot | x86_64 | 1.34.1-20.ky3_5 |
busybox-help | x86_64 | 1.34.1-20.ky3_5 |
busybox-help | aarch64 | 1.34.1-20.ky3_5 |
busybox | aarch64 | 1.34.1-20.ky3_5 |
busybox-petitboot | aarch64 | 1.34.1-20.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名