cvelist/2015/8xxx/CVE-2015-8968.json

73 lines
2.3 KiB
JSON
Raw Normal View History

2017-10-16 12:31:07 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "support@hackerone.com",
"ID" : "CVE-2015-8968",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "git-fastclone ruby gem All versions before 1.0.1",
"version" : {
"version_data" : [
{
"version_value" : "git-fastclone ruby gem All versions before 1.0.1"
}
]
}
}
]
},
"vendor_name" : "n/a"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "git-fastclone before 1.0.1 permits arbitrary shell command execution from .gitmodules. If an attacker can instruct a user to run a recursive clone from a repository they control, they can get a client to run an arbitrary shell command. Alternately, if an attacker can MITM an unencrypted git clone, they could exploit this. The ext command will be run if the repository is recursively cloned or if submodules are updated. This attack works when cloning both local and remote repositories."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Arbitrary Command Execution"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/square/git-fastclone/pull/2",
"refsource" : "MISC",
2017-10-16 12:31:07 -04:00
"url" : "https://github.com/square/git-fastclone/pull/2"
},
{
"name" : "https://hackerone.com/reports/104465",
"refsource" : "MISC",
2017-10-16 12:31:07 -04:00
"url" : "https://hackerone.com/reports/104465"
},
{
"name" : "81433",
"refsource" : "BID",
2017-10-16 12:31:07 -04:00
"url" : "http://www.securityfocus.com/bid/81433"
}
]
}
}