摘要:
hadoop security update
安全等级: Medium
公告ID: KylinSec-SA-2025-1128
发布日期: 2025年1月10日
关联CVE: CVE-2024-23454
Apache Hadoop is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
Security Fix(es):
Apache Hadoop’s RunJar.run() does not set permissions for temporary directory by default. If sensitive data will be present in this file, all the other local users may be able to view the content.
This is because, on unix-like systems, the system temporary directory is
shared between all local users. As such, files written in this directory,
without setting the correct posix permissions explicitly, may be viewable
by all other local users.(CVE-2024-23454)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-23454 | KY3.5.2 | hadoop-3.1 | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
hadoop-client | noarch | 3.3.4-4.ky3_5 |
hadoop-common | noarch | 3.3.4-4.ky3_5 |
hadoop-hdfs | noarch | 3.3.4-4.ky3_5 |
hadoop-httpfs | noarch | 3.3.4-4.ky3_5 |
hadoop-mapreduce | noarch | 3.3.4-4.ky3_5 |
hadoop-mapreduce-examples | noarch | 3.3.4-4.ky3_5 |
hadoop-maven-plugin | noarch | 3.3.4-4.ky3_5 |
hadoop-tests | noarch | 3.3.4-4.ky3_5 |
hadoop-yarn | noarch | 3.3.4-4.ky3_5 |
hadoop-common-native | x86_64 | 3.3.4-4.ky3_5 |
hadoop-devel | x86_64 | 3.3.4-4.ky3_5 |
hadoop-yarn-security | x86_64 | 3.3.4-4.ky3_5 |
libhdfs | x86_64 | 3.3.4-4.ky3_5 |
hadoop-common-native | aarch64 | 3.3.4-4.ky3_5 |
hadoop-devel | aarch64 | 3.3.4-4.ky3_5 |
hadoop-yarn-security | aarch64 | 3.3.4-4.ky3_5 |
libhdfs | aarch64 | 3.3.4-4.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名