diff options
author | swills <swills@FreeBSD.org> | 2018-02-16 11:38:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-02-16 11:38:12 +0800 |
commit | 2b2b7067cdebf24e47c35def124ab81fad1fdfb1 (patch) | |
tree | c28e791077fe8e64471673a9ff203953ab04b4db /security | |
parent | c155ef69a0e6bac7587ead77c2ce81429a723b06 (diff) | |
download | freebsd-ports-gnome-2b2b7067cdebf24e47c35def124ab81fad1fdfb1.tar.gz freebsd-ports-gnome-2b2b7067cdebf24e47c35def124ab81fad1fdfb1.tar.zst freebsd-ports-gnome-2b2b7067cdebf24e47c35def124ab81fad1fdfb1.zip |
Document consul issue
Diffstat (limited to 'security')
-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> |