cvelist/2020/15xxx/CVE-2020-15586.json

77 lines
2.5 KiB
JSON
Raw Normal View History

2020-07-07 14:01:20 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-07-17 16:01:19 +00:00
"ID": "CVE-2020-15586",
"STATE": "PUBLIC"
2020-07-07 14:01:20 +00:00
},
2020-07-17 16:01:19 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-07-07 14:01:20 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-07-17 16:01:19 +00:00
"value": "Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://groups.google.com/forum/#!topic/golang-announce/f2c5bqrGH_g",
"url": "https://groups.google.com/forum/#!topic/golang-announce/f2c5bqrGH_g"
},
{
"refsource": "CONFIRM",
"name": "https://groups.google.com/forum/#!topic/golang-announce/XZNfaiwgt2w",
"url": "https://groups.google.com/forum/#!topic/golang-announce/XZNfaiwgt2w"
},
{
"refsource": "CONFIRM",
"name": "https://www.cloudfoundry.org/blog/cve-2020-15586/",
"url": "https://www.cloudfoundry.org/blog/cve-2020-15586/"
2020-07-26 21:01:23 +00:00
},
{
"refsource": "SUSE",
"name": "openSUSE-SU-2020:1087",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00077.html"
2020-07-07 14:01:20 +00:00
}
]
}
}