diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-07-29 22:24:15 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-07-29 22:24:15 +0000 |
commit | 99ab5bdf05622691547c1b303e6f135320818249 (patch) | |
tree | bed04f60eedb122ef0f6178a1b05d9cc62bd5860 /metadata/glsa | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201807-04 ] cURL:Heap-based Buffer Overflow (diff) | |
download | gentoo-99ab5bdf05622691547c1b303e6f135320818249.tar.gz gentoo-99ab5bdf05622691547c1b303e6f135320818249.tar.bz2 gentoo-99ab5bdf05622691547c1b303e6f135320818249.zip |
Merge commit 'bc003b9516bfd3c1d933c8cd919b86b13f8c5548'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201807-04.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201807-04.xml b/metadata/glsa/glsa-201807-04.xml new file mode 100644 index 000000000000..38cedbc06c3c --- /dev/null +++ b/metadata/glsa/glsa-201807-04.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201807-04"> + <title>cURL:Heap-based Buffer Overflow </title> + <synopsis>A heap-based buffer overflow in cURL might allow remote attackers + to execute arbitrary code. + </synopsis> + <product type="ebuild">curl</product> + <announced>2018-07-29</announced> + <revised count="1">2018-07-29</revised> + <bug>660894</bug> + <access>remote</access> + <affected> + <package name="net-misc/curl" auto="yes" arch="*"> + <unaffected range="ge">7.61.0</unaffected> + <vulnerable range="lt">7.61.0</vulnerable> + </package> + </affected> + <background> + <p>A command line tool and library for transferring data with URLs.</p> + + </background> + <description> + <p>A heap-based buffer overflow was discovered in cURL’s + Curl_smtp_escape_eob() function. + </p> + </description> + <impact type="normal"> + <p>An attacker could cause a Denial of Service condition or execute + arbitrary code via SMTP connections. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All cURL users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/curl-7.61.0" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-0500">CVE-2018-0500</uri> + </references> + <metadata tag="requester" timestamp="2018-07-21T22:56:00Z">irishluck83</metadata> + <metadata tag="submitter" timestamp="2018-07-29T22:11:16Z">irishluck83</metadata> +</glsa> |