diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-05-30 01:26:02 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-05-30 01:26:02 +0000 |
commit | 6f7378fff6da75e8b8c7919e52920a206f8d059b (patch) | |
tree | 14c49853f32a8df266a369c925dc9278c2f92e53 /metadata | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201805-13 ] Git: Multiple vulnerabilities (diff) | |
download | gentoo-6f7378fff6da75e8b8c7919e52920a206f8d059b.tar.gz gentoo-6f7378fff6da75e8b8c7919e52920a206f8d059b.tar.bz2 gentoo-6f7378fff6da75e8b8c7919e52920a206f8d059b.zip |
Merge commit 'c2627901b70325badf7e46bfb8ece47745838693'
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/glsa/glsa-201805-13.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201805-13.xml b/metadata/glsa/glsa-201805-13.xml new file mode 100644 index 000000000000..701ee3093bcd --- /dev/null +++ b/metadata/glsa/glsa-201805-13.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201805-13"> + <title>Git: Multiple vulnerabilities</title> + <synopsis>Git contains multiple vulnerabilities that allow for the remote + execution of arbitrary code. + </synopsis> + <product type="ebuild">git</product> + <announced>2018-05-30</announced> + <revised count="1">2018-05-30</revised> + <bug>656868</bug> + <access>remote</access> + <affected> + <package name="dev-vcs/git" auto="yes" arch="*"> + <unaffected range="ge">2.16.4</unaffected> + <vulnerable range="lt">2.16.4</vulnerable> + </package> + </affected> + <background> + <p>Git is a free and open source distributed version control system + designed to handle everything from small to very large projects with + speed and efficiency. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Git. Please review the + CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>Remote attackers could execute arbitrary code on both client and server.</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.16.4" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-11233">CVE-2018-11233</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-11235">CVE-2018-11235</uri> + </references> + <metadata tag="requester" timestamp="2018-05-30T00:57:53Z">whissi</metadata> + <metadata tag="submitter" timestamp="2018-05-30T01:20:47Z">whissi</metadata> +</glsa> |