svn commit: r443025 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Fri Jun 9 18:20:07 UTC 2017


Author: feld
Date: Fri Jun  9 18:20:05 2017
New Revision: 443025
URL: https://svnweb.freebsd.org/changeset/ports/443025

Log:
  Document roundcube vulnerability
  
  PR:		219789

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jun  9 18:12:54 2017	(r443024)
+++ head/security/vuxml/vuln.xml	Fri Jun  9 18:20:05 2017	(r443025)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="bce47c89-4d3f-11e7-8080-a4badb2f4699">
+    <topic>roundcube -- arbitrary password resets</topic>
+    <affects>
+      <package>
+	<name>roundcube</name>
+	<range><lt>1.2.5,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Roundcube reports:</p>
+	<blockquote cite="https://roundcube.net/news/2017/04/28/security-updates-1.2.5-1.1.9-and-1.0.11">
+	  <p>Roundcube Webmail allows arbitrary password resets by
+	    authenticated users. The problem is caused by an improperly restricted
+	    exec call in the virtualmin and sasl drivers of the password plugin.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://roundcube.net/news/2017/04/28/security-updates-1.2.5-1.1.9-and-1.0.11</url>
+      <cvename>CVE-2017-8114</cvename>
+    </references>
+    <dates>
+      <discovery>2017-04-28</discovery>
+      <entry>2017-06-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b33fb1e0-4c37-11e7-afeb-0011d823eebd">
     <topic>GnuTLS -- Denial of service vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list