Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2017 17:29:26 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453982 - head/security/vuxml
Message-ID:  <201711111729.vABHTQPl021503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Nov 11 17:29:26 2017
New Revision: 453982
URL: https://svnweb.freebsd.org/changeset/ports/453982

Log:
  security/vuxml: Document vulnerability in in mail/roundcube
  
  PR:		223557
  Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
  Security:	CVE-2017-16651

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Nov 11 17:19:05 2017	(r453981)
+++ head/security/vuxml/vuln.xml	Sat Nov 11 17:29:26 2017	(r453982)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f622608c-c53c-11e7-a633-009c02a2ab30">
+    <topic>roundcube -- file disclosure vulnerability</topic>
+    <affects>
+      <package>
+	<name>roundcube</name>
+	<range><lt>1.3.3,1</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-2017-16651">;
+	  <p>Roundcube Webmail before 1.1.10, 1.2.x before 1.2.7, and 1.3.x before
+	     1.3.3 allows unauthorized access to arbitrary files on the host's filesystem,
+	     including configuration files, as exploited in the wild in November 2017.
+	     The attacker must be able to authenticate at the target system with a valid
+	     username/password as the attack requires an active session.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/roundcube/roundcubemail/issues/6026</url>;
+      <url>https://roundcube.net/news/2017/11/08/security-updates-1.3.3-1.2.7-and-1.1.10</url>;
+      <cvename>CVE-2017-16651</cvename>
+      <freebsdpr>223557</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2017-11-06</discovery>
+      <entry>2017-11-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f8e72cd4-c66a-11e7-bb17-e8e0b747a45a">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711111729.vABHTQPl021503>