摘要:
golang security update
安全等级: Medium
公告ID: KylinSec-SA-2023-1633
发布日期: 2023年8月12日
关联CVE: CVE-2023-29406
The Go Programming Language.
Security Fix(es):
The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.(CVE-2023-29406)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-29406 | KY3.4-5A | golang | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
golang-help | noarch | 1.15.7-31.kb1.ky3_4 |
golang-devel | noarch | 1.15.7-31.kb1.ky3_4 |
golang | x86_64 | 1.15.7-31.kb1.ky3_4 |
golang | aarch64 | 1.15.7-31.kb1.ky3_4 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名