摘要:
kernel security update
安全等级: High
公告ID: KylinSec-SA-2025-2889
发布日期: 2025年9月26日
关联CVE: CVE-2025-38498 CVE-2025-39689
The Linux Kernel, the operating system core itself.
Security Fix(es):
In the Linux kernel, the following vulnerability has been resolved: do_change_type() now refuses to operate on unmounted mounts or mounts not belonging to the caller's mount namespace. This change aligns permission checking with the rest of mount(2).(CVE-2025-38498)
In the Linux kernel, the following vulnerability has been resolved:
ftrace: Also allocate and copy hash for reading of filter files
Currently the reader of set_ftrace_filter and set_ftrace_notrace just adds
the pointer to the global tracer hash to its iterator. Unlike the writer
that allocates a copy of the hash, the reader keeps the pointer to the
filter hashes. This is problematic because this pointer is static across
function calls that release the locks that can update the global tracer
hashes. This can cause UAF and similar bugs.
Allocate and copy the hash for reading the filter files like it is done
for the writers. This not only fixes UAF bugs, but also makes the code a
bit simpler as it doesn't have to differentiate when to free the
iterator's hash between writers and readers.(CVE-2025-39689)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2025-38498 | KY3.4-5A | kernel | Fixed |
CVE-2025-39689 | KY3.4-5A | kernel | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
bpftool | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-devel | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-source | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-tools | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-tools-devel | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
perf | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
python2-perf | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
python3-perf | x86_64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
bpftool | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-devel | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-source | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-tools | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
kernel-tools-devel | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
perf | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
python2-perf | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
python3-perf | aarch64 | 4.19.90-2408.1.0.0288.kb28.ky3_4 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名