摘要:
rubygem-actionpack security update
安全等级: Medium
公告ID: KylinSec-SA-2024-3422
发布日期: 2024年6月28日
关联CVE: CVE-2022-23633
Eases web-request routing, handling, and response as a half-way front, half-way page controller. Implemented with specific emphasis on enabling easy unit/integration testing that doesn't require a browser.
Security Fix(es):
Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used.(CVE-2022-23633)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2022-23633 | KY3.4-5A | rubygem-actionpack | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
rubygem-actionpack | noarch | 5.2.4.4-5.kb1.ky3_4 |
rubygem-actionpack-doc | noarch | 5.2.4.4-5.kb1.ky3_4 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名