svn commit: r449583 - head/security/vuxml

Hajimu UMEMOTO ume at FreeBSD.org
Sun Sep 10 16:54:05 UTC 2017


Author: ume
Date: Sun Sep 10 16:54:03 2017
New Revision: 449583
URL: https://svnweb.freebsd.org/changeset/ports/449583

Log:
  Document cyrus-imapd vulnerability
  
  Security:	CVE-2017-14230

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Sep 10 16:53:56 2017	(r449582)
+++ head/security/vuxml/vuln.xml	Sun Sep 10 16:54:03 2017	(r449583)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="f9f76a50-9642-11e7-ab09-080027b00c2e">
+    <topic>cyrus-imapd -- broken "other users" behaviour</topic>
+    <affects>
+      <package>
+	<name>cyrus-imapd30</name>
+	<range><ge>3.0.0</ge><lt>3.0.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Cyrus IMAP 3.0.4 Release Notes states:</p>
+	<blockquote cite="https://www.cyrusimap.org/imap/download/release-notes/3.0/x/3.0.4.html">
+	  <p>Fixed Issue #2132: Broken "Other Users" behaviour</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-14230</cvename>
+      <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14230</url>
+    </references>
+    <dates>
+      <discovery>2017-09-07</discovery>
+      <entry>2017-09-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="aaab03be-932d-11e7-92d8-4b26fc968492">
     <topic>Django -- possible XSS in traceback section of technical 500 debug page</topic>
     <affects>


More information about the svn-ports-all mailing list