"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-03-28 06:00:51 +00:00
parent 5f9c7ad3ca
commit 8af7086130
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -0,0 +1,67 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2017-18365",
"STATE": "PUBLIC"
},
"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",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The Management Console in GitHub Enterprise 2.8.x before 2.8.7 has a deserialization issue that allows unauthenticated remote attackers to execute arbitrary code. This occurs because the enterprise session secret is always the same, and can be found in the product's source code. By sending a crafted cookie signed with this secret, one can call Marshal.load with arbitrary data, which is a problem because the Marshal data format allows Ruby objects."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.exablue.de/blog/2017-03-15-github-enterprise-remote-code-execution.html",
"refsource": "MISC",
"name": "https://www.exablue.de/blog/2017-03-15-github-enterprise-remote-code-execution.html"
},
{
"url": "https://enterprise.github.com/releases/2.8.7/notes",
"refsource": "MISC",
"name": "https://enterprise.github.com/releases/2.8.7/notes"
}
]
}
}