summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2017-01-11 21:48:26 +0900
committerAaron Bauman <bman@gentoo.org>2017-01-11 21:48:26 +0900
commita64c822bf94df13a50b39791f2f9d7ba1c09f50e (patch)
tree76fe383c8445cadaa466d2ed9b7a5dddaa60cf9c /glsa-201701-28.xml
parentAdd GLSA 201701-27 (diff)
downloadglsa-a64c822bf94df13a50b39791f2f9d7ba1c09f50e.tar.gz
glsa-a64c822bf94df13a50b39791f2f9d7ba1c09f50e.tar.bz2
glsa-a64c822bf94df13a50b39791f2f9d7ba1c09f50e.zip
Add GLSA 201701-28
Diffstat (limited to 'glsa-201701-28.xml')
-rw-r--r--glsa-201701-28.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/glsa-201701-28.xml b/glsa-201701-28.xml
new file mode 100644
index 00000000..705cb7c7
--- /dev/null
+++ b/glsa-201701-28.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201701-28">
+ <title>c-ares: Heap-based buffer overflow</title>
+ <synopsis>A heap-based buffer overflow in c-ares might allow remote attackers
+ to cause a Denial of Service condition.
+ </synopsis>
+ <product type="ebuild">c-ares</product>
+ <announced>January 11, 2017</announced>
+ <revised>January 11, 2017: 1</revised>
+ <bug>595536</bug>
+ <access>remote</access>
+ <affected>
+ <package name="net-dns/c-ares" auto="yes" arch="*">
+ <unaffected range="ge">1.12.0</unaffected>
+ <vulnerable range="lt">1.12.0</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>c-ares is a C library for asynchronous DNS requests (including name
+ resolves).
+ </p>
+ </background>
+ <description>
+ <p>A hostname with an escaped trailing dot (such as “hello\.”) would
+ have its size calculated incorrectly leading to a single byte written
+ beyond the end of a buffer on the heap.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker, able to provide a specially crafted hostname to an
+ application using c-ares, could potentially cause a Denial of Service
+ condition.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All c-ares users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=net-dns/c-ares-1.12.0"
+ </code>
+ </resolution>
+ <references>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-5180">CVE-2016-5180</uri>
+ </references>
+ <metadata tag="requester" timestamp="Mon, 09 Jan 2017 14:14:23 +0000">whissi</metadata>
+ <metadata tag="submitter" timestamp="Wed, 11 Jan 2017 12:29:54 +0000">whissi</metadata>
+</glsa>