cvelist/2020/28xxx/CVE-2020-28367.json

100 lines
3.4 KiB
JSON
Raw Normal View History

2020-11-09 21:01:50 +00:00
{
2022-12-29 18:00:40 +00:00
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
2020-11-09 21:01:50 +00:00
"CVE_data_meta": {
2020-11-18 17:01:38 +00:00
"ID": "CVE-2020-28367",
2022-12-29 18:00:40 +00:00
"ASSIGNER": "security@golang.org",
2020-11-18 17:01:38 +00:00
"STATE": "PUBLIC"
2020-11-09 21:01:50 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-08-10 20:10:54 +00:00
"value": "Code injection in the go command with cgo before Go 1.14.12 and Go 1.15.5 allows arbitrary code execution at build time via malicious gcc flags specified via a #cgo directive."
2020-11-18 17:01:38 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
2022-12-29 18:00:40 +00:00
"value": "CWE-94: Improper Control of Generation of Code ('Code Injection')"
2020-11-18 17:01:38 +00:00
}
]
}
]
},
2022-12-29 18:00:40 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Go toolchain",
"product": {
"product_data": [
{
"product_name": "cmd/go",
"version": {
"version_data": [
{
2023-04-20 00:00:35 +00:00
"version_affected": "<",
"version_name": "0",
"version_value": "1.14.12"
2022-12-29 18:00:40 +00:00
},
{
2023-04-20 00:00:35 +00:00
"version_affected": "<",
2023-06-12 20:00:45 +00:00
"version_name": "1.15.0-0",
2023-04-20 00:00:35 +00:00
"version_value": "1.15.5"
2022-12-29 18:00:40 +00:00
}
]
}
}
]
}
}
]
}
},
2020-11-18 17:01:38 +00:00
"references": {
"reference_data": [
2020-11-23 03:01:46 +00:00
{
2022-08-10 20:10:54 +00:00
"url": "https://go.dev/cl/267277",
"refsource": "MISC",
"name": "https://go.dev/cl/267277"
2020-12-02 12:01:35 +00:00
},
{
2022-08-10 20:10:54 +00:00
"url": "https://go.googlesource.com/go/+/da7aa86917811a571e6634b45a457f918b8e6561",
"refsource": "MISC",
"name": "https://go.googlesource.com/go/+/da7aa86917811a571e6634b45a457f918b8e6561"
2020-12-16 03:01:39 +00:00
},
{
2022-08-10 20:10:54 +00:00
"url": "https://go.dev/issue/42556",
"refsource": "MISC",
"name": "https://go.dev/issue/42556"
2022-08-04 16:00:49 +00:00
},
{
2022-08-10 20:10:54 +00:00
"url": "https://groups.google.com/g/golang-announce/c/NpBGTTmKzpM",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/NpBGTTmKzpM"
2023-04-20 00:00:35 +00:00
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0476",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0476"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00021.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2023/04/msg00021.html"
2020-11-09 21:01:50 +00:00
}
]
2022-08-10 20:10:54 +00:00
},
2022-12-29 18:00:40 +00:00
"credits": [
2022-08-10 20:10:54 +00:00
{
2022-12-29 18:00:40 +00:00
"lang": "en",
2022-08-10 20:10:54 +00:00
"value": "Imre Rad"
}
]
2020-11-09 21:01:50 +00:00
}