摘要:
abseil-cpp security update
安全等级: Medium
公告ID: KylinSec-SA-2025-1641
发布日期: 2025年3月18日
关联CVE: CVE-2025-0838
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
Security Fix(es):
There exists a heap buffer overflow vulnerable in Abseil-cpp. The sized constructors, reserve(), and rehash() methods of absl::{flat,node}hash{set,map} did not impose an upper bound on their size argument. As a result, it was possible for a caller to pass a very large size that would cause an integer overflow when computing the size of the container's backing store, and a subsequent out-of-bounds memory write. Subsequent accesses to the container might also access out-of-bounds memory. We recommend upgrading past commit 5a0e2cb5e3958dd90bb8569a2766622cb74d90c1(CVE-2025-0838)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2025-0838 | KY3.4-5A | abseil-cpp | Fixed |
CVE-2025-0838 | V6 | abseil-cpp | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
abseil-cpp | x86_64 | 20210324.2-2.kb1.ky3_4 |
abseil-cpp-devel | x86_64 | 20210324.2-2.kb1.ky3_4 |
abseil-cpp | aarch64 | 20210324.2-2.kb1.ky3_4 |
abseil-cpp-devel | aarch64 | 20210324.2-2.kb1.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
abseil-cpp | x86_64 | 20230802.1-6.ks6 |
abseil-cpp-devel | x86_64 | 20230802.1-6.ks6 |
abseil-cpp | aarch64 | 20230802.1-6.ks6 |
abseil-cpp-devel | aarch64 | 20230802.1-6.ks6 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名