diff options
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7c58f5ef60e6..a2f9fa78bf7c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ad2eeab6-ca68-4f06-9325-1937b237df60"> + <topic>consul -- vulnerability in embedded DNS library</topic> + <affects> + <package> + <name>consul</name> + <range><lt>1.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Consul developers report:</p> + <blockquote cite="https://github.com/hashicorp/consul/issues/3859"> + <p>A flaw was found in the embedded DNS library used in consul which + may allow a denial of service attack. Consul was updated to include + the fixed version.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/hashicorp/consul/issues/3859</url> + <url>https://github.com/hashicorp/consul/blob/master/CHANGELOG.md#105-february-7-2018</url> + <url>https://github.com/miekg/dns/pull/631</url> + <url>https://github.com/miekg/dns/issues/627</url> + <cvename>CVE-2017-15133</cvename> + </references> + <dates> + <discovery>2018-01-17</discovery> + <entry>2018-02-16</entry> + </dates> + </vuln> + <vuln vid="746d04dc-507e-4450-911f-4c41e48bb07a"> <topic>bro -- out of bounds write allows remote DOS</topic> <affects> |