摘要:
infinispan security update
安全等级: High
公告ID: KylinSec-SA-2025-1257
发布日期: 2025年2月8日
关联CVE: CVE-2019-10174
Infinispan is an extremely scalable, highly available data grid platform - 100% open source, and written in Java. The purpose of Infinispan is to expose a data structure that is highly concurrent, designed ground-up to make the most of modern multi-processor/multi-core architectures while at the same time providing distributed cache capabilities. At its core Infinispan exposes a Cache interface which extends java.util.Map. It is also optionally is backed by a peer-to-peer network architecture to distribute state efficiently around a data grid.
Security Fix(es):
A vulnerability was found in Infinispan such that the invokeAccessibly method from the public class ReflectionUtil allows any application class to invoke private methods in any class with Infinispan s privileges. The attacker can use reflection to introduce new, malicious behavior into the application.(CVE-2019-10174)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2019-10174 | V6 | infinispan | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
infinispan | noarch | 8.2.4-13.ks6 |
infinispan-help | noarch | 8.2.4-13.ks6 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名