diff --git a/advisories/github-reviewed/2018/08/GHSA-8gg6-3r63-25m8/GHSA-8gg6-3r63-25m8.json b/advisories/github-reviewed/2018/08/GHSA-8gg6-3r63-25m8/GHSA-8gg6-3r63-25m8.json index f0f014ef24f..9b7de95f1a3 100644 --- a/advisories/github-reviewed/2018/08/GHSA-8gg6-3r63-25m8/GHSA-8gg6-3r63-25m8.json +++ b/advisories/github-reviewed/2018/08/GHSA-8gg6-3r63-25m8/GHSA-8gg6-3r63-25m8.json @@ -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"