svn commit: r467212 - head/security/vuxml

Alex Dupre ale at FreeBSD.org
Fri Apr 13 07:18:56 UTC 2018


Author: ale
Date: Fri Apr 13 07:18:55 2018
New Revision: 467212
URL: https://svnweb.freebsd.org/changeset/ports/467212

Log:
  Document roundcube IMAP command injection vulnerability.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Apr 13 07:13:48 2018	(r467211)
+++ head/security/vuxml/vuln.xml	Fri Apr 13 07:18:55 2018	(r467212)
@@ -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="48894ca9-3e6f-11e8-92f0-f0def167eeea">
+    <topic>roundcube -- IMAP command injection vulnerability</topic>
+    <affects>
+      <package>
+	<name>roundcube</name>
+	<range><le>1.3.5,1</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Upstream reports:</p>
+	<blockquote cite="https://roundcube.net/news/2018/04/11/security-update-1.3.6">
+	  <p>This update primarily fixes a recently discovered IMAP-cmd-injection
+	  vulnerability caused by insufficient input validation within
+	  the archive plugin.
+	  Details about the vulnerability are published under CVE-2018-9846.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-9846</cvename>
+      <url>https://roundcube.net/news/2018/04/11/security-update-1.3.6</url>
+    </references>
+    <dates>
+      <discovery>2018-04-11</discovery>
+      <entry>2018-04-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="aaba17aa-782e-4843-8a79-7756cfa2bf89">
     <topic>jenkins -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list