cvelist/2020/10xxx/CVE-2020-10517.json

94 lines
3.6 KiB
JSON
Raw Normal View History

2020-03-12 19:01:07 +00:00
{
2020-08-27 23:01:23 +00:00
"CVE_data_meta": {
"ASSIGNER": "product-cna@github.com",
"ID": "CVE-2020-10517",
"STATE": "PUBLIC",
"TITLE": "Improper access control in GitHub Enterprise Server leading to the enumeration of private repository names"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "GitHub Enterprise Server",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "2.21",
"version_value": "2.21.6"
},
{
"version_affected": "<",
"version_name": "2.20",
"version_value": "2.20.15"
},
{
"version_affected": "<",
"version_name": "2.19",
"version_value": "2.19.21"
}
]
}
}
]
2020-08-26 16:29:09 -07:00
},
2020-08-27 23:01:23 +00:00
"vendor_name": "GitHub"
2020-08-26 16:29:09 -07:00
}
]
}
2020-08-27 23:01:23 +00:00
},
"credit": [
{
2020-08-26 16:29:09 -07:00
"lang": "eng",
2020-08-27 23:01:23 +00:00
"value": "William Bowling"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An improper access control vulnerability was identified in GitHub Enterprise Server that allowed authenticated users of the instance to determine the names of unauthorized private repositories given their numerical IDs. This vulnerability did not allow unauthorized access to any repository content besides the name. This vulnerability affected all versions of GitHub Enterprise Server prior to 2.22 and was fixed in versions 2.21.6, 2.20.15, and 2.19.21. This vulnerability was reported via the GitHub Bug Bounty program."
}
2020-08-26 16:29:09 -07:00
]
2020-08-27 23:01:23 +00:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-285: Improper Authorization"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://enterprise.github.com/releases/2.19.21/notes",
"name": "https://enterprise.github.com/releases/2.19.21/notes"
},
{
"refsource": "MISC",
"url": "https://enterprise.github.com/releases/2.20.15/notes",
"name": "https://enterprise.github.com/releases/2.20.15/notes"
},
{
"refsource": "MISC",
"url": "https://enterprise.github.com/releases/2.21.6/notes",
"name": "https://enterprise.github.com/releases/2.21.6/notes"
}
]
},
"source": {
"discovery": "EXTERNAL"
}
2020-03-12 19:01:07 +00:00
}