安全公告/【CVE-2023-29402】

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:超危
影响源码包:golang
CVSS评分:9.8
发现日期:2023-08-30
修复版本:golang-1.15.7-29

漏洞描述

The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved using the go command, i.e. via "go get", are not affected (modules retrieved using GOPATH-mode, i.e. GO111MODULE=off, may be affected).

修复方式

yum update PackageName

漏洞判定

执行命令yum info PackageName获取软件包版本号,版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复

补丁

参考

https://gitee.com/src-openeuler/golang/issues/I7F7F2
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29402
https://nvd.nist.gov/vuln/detail/CVE-2023-29402