摘要:
jersey security update
安全等级: Medium
公告ID: KylinSec-SA-2024-1235
发布日期: 2024年1月12日
关联CVE: CVE-2021-28168
Jersey is the open source JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services. %if
Security Fix(es):
Eclipse Jersey 2.28 to 2.33 and Eclipse Jersey 3.0.0 to 3.0.1 contains a local information disclosure vulnerability. This is due to the use of the File.createTempFile which creates a file inside of the system temporary directory with the permissions: -rw-r--r--. Thus the contents of this file are viewable by all other users locally on the system. As such, if the contents written is security sensitive, it can be disclosed to other local users.(CVE-2021-28168)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2021-28168 | KY3.5.2 | jersey | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
jersey-javadoc | noarch | 2.29.1-2.ky3_5 |
jersey-test-framework | noarch | 2.29.1-2.ky3_5 |
jersey | noarch | 2.29.1-2.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名