漏洞标题
在命令行/go 中,'go get' 命令可能会意外地从不安全的 git 返回到默认版本控制系统。
漏洞描述信息
使用go get下载带有".git"后缀的模块,可能会意外地返回不安全的"git://"协议,如果该模块无法通过安全的"https://"和"git+ssh://"协议获取,即使对于该模块 GOINSECURE 未设置。这仅会影响不使用模块代理并直接下载模块的用户(即GOPROXY=off)。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
漏洞类别
使用已被攻破或存在风险的密码学算法
漏洞标题
Command 'go get' may unexpectedly fallback to insecure git in cmd/go
漏洞描述信息
Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module proxy and are fetching modules directly (i.e. GOPROXY=off).
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Google Golang 安全漏洞
漏洞描述信息
Google Golang是美国谷歌(Google)公司的一种静态强类型、编译型语言。Go的语法接近C语言,但对于变量的声明有所不同。Go支持垃圾回收功能。Go的并行模型是以东尼·霍尔的通信顺序进程(CSP)为基础,采取类似模型的其他语言包括Occam和Limbo,但它也具有Pi运算的特征,比如通道传输。在1.8版本中开放插件(Plugin)的支持,这意味着现在能从Go中动态加载部分函数。 Google Golang 1.20.12 之前、go 1.21.0-0 到1.21.5版本存在安全漏洞,该漏洞源于
CVSS信息
N/A
漏洞类别
其他