mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-8gg6-3r63-25m8
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-8gg6-3r63-25m8",
|
||||
"modified": "2023-01-25T23:07:17Z",
|
||||
"modified": "2023-08-29T12:09:29Z",
|
||||
"published": "2018-08-15T20:03:37Z",
|
||||
"aliases": [
|
||||
"CVE-2015-8968"
|
||||
],
|
||||
"summary": "git-fastclone Command Injection vulnerability",
|
||||
"summary": "git-fastclone permits arbitrary shell command execution from .gitmodules",
|
||||
"details": "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.",
|
||||
"severity": [
|
||||
{
|
||||
@@ -20,6 +20,11 @@
|
||||
"ecosystem": "RubyGems",
|
||||
"name": "git-fastclone"
|
||||
},
|
||||
"ecosystem_specific": {
|
||||
"affected_functions": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
@@ -48,6 +53,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://hackerone.com/reports/104465"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/git-fastclone/CVE-2015-8968.yml"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/square/git-fastclone"
|
||||
|
||||
Reference in New Issue
Block a user