diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-09-17 15:04:19 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-09-17 15:04:19 -0400 |
commit | 4ceed311152b7478186f5e309444c3dda19f0ac9 (patch) | |
tree | b3852a15a5b9dc8fa2e8383f3cb446c7ea1657aa /glsa-201709-10.xml | |
parent | Add GLSA 201709-09 (diff) | |
download | gentoo-4ceed311152b7478186f5e309444c3dda19f0ac9.tar.gz gentoo-4ceed311152b7478186f5e309444c3dda19f0ac9.tar.bz2 gentoo-4ceed311152b7478186f5e309444c3dda19f0ac9.zip |
Add GLSA 201709-10
Diffstat (limited to 'glsa-201709-10.xml')
-rw-r--r-- | glsa-201709-10.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/glsa-201709-10.xml b/glsa-201709-10.xml new file mode 100644 index 000000000000..1583ae4cf440 --- /dev/null +++ b/glsa-201709-10.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201709-10"> + <title>Git: Command injection</title> + <synopsis>A command injection vulnerability in Git may allow remote attackers + to execute arbitrary code. + </synopsis> + <product type="ebuild">git</product> + <announced>2017-09-17</announced> + <revised>2017-09-17: 1</revised> + <bug>627488</bug> + <access>remote</access> + <affected> + <package name="dev-vcs/git" auto="yes" arch="*"> + <unaffected range="ge">2.13.5</unaffected> + <vulnerable range="lt">2.13.5</vulnerable> + </package> + </affected> + <background> + <p>Git is a small and fast distributed version control system designed to + handle small and large projects. + </p> + </background> + <description> + <p>Specially crafted ‘ssh://...’ URLs may allow the owner of the + repository to execute arbitrary commands on client’s machine if those + commands are already installed on the client’s system. This is + especially dangerous when the third-party repository has one or more + submodules with specially crafted ‘ssh://...’ URLs. Each time the + repository is recursively cloned or submodules are updated the payload + will be triggered. + </p> + </description> + <impact type="normal"> + <p>A remote attacker, by enticing a user to clone a specially crafted + repository, could possibly execute arbitrary code with the privileges of + the process. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Git users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-vcs/git-2.13.5" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-1000117"> + CVE-2017-1000117 + </uri> + <uri link="https://marc.info/?l=git&m=150238802328673&w=2">Mailing + list ARChives (MARC) Git Team Announce + </uri> + </references> + <metadata tag="requester" timestamp="2017-09-08T23:46:38Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-09-17T19:03:46Z">chrisadr</metadata> +</glsa> |