svn commit: r479568 - head/security/vuxml
Yuri Victorovich
yuri at FreeBSD.org
Tue Sep 11 20:36:45 UTC 2018
Author: yuri
Date: Tue Sep 11 20:36:43 2018
New Revision: 479568
URL: https://svnweb.freebsd.org/changeset/ports/479568
Log:
Add VuXML vulnerability CVE-2018-15598 for traefik.
Port update is already MFHed.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Sep 11 19:43:49 2018 (r479567)
+++ head/security/vuxml/vuln.xml Tue Sep 11 20:36:43 2018 (r479568)
@@ -58,6 +58,35 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="fe818607-b5ff-11e8-856b-485b3931c969">
+ <topic>Containous Traefik -- exposes the configuration and secret</topic>
+ <affects>
+ <package>
+ <name>traefik</name>
+ <range><lt>1.6.6</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>MITRE reports:</p>
+ <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15598">
+ <p>Containous Traefik 1.6.x before 1.6.6, when --api is used, exposes the
+ configuration and secret if authentication is missing and the API's port
+ is publicly reachable.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2018-15598</cvename>
+ <url>https://github.com/containous/traefik/pull/3790</url>
+ <url>https://github.com/containous/traefik/releases/tag/v1.6.6</url>
+ </references>
+ <dates>
+ <discovery>2018-08-20</discovery>
+ <entry>2018-09-11</entry>
+ </dates>
+ </vuln>
+
<vuln vid="f9d73a20-b5f0-11e8-b1da-6451062f0f7a">
<topic>Flash Player -- information disclosure</topic>
<affects>
More information about the svn-ports-all
mailing list