Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2016 21:15:35 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414427 - head/security/vuxml
Message-ID:  <201605012115.u41LFZFY007037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Sun May  1 21:15:35 2016
New Revision: 414427
URL: https://svnweb.freebsd.org/changeset/ports/414427

Log:
  Document arbitrary code execution vulnerability in Mercurial
  
  Security:	CVE-2016-3105

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun May  1 21:07:06 2016	(r414426)
+++ head/security/vuxml/vuln.xml	Sun May  1 21:15:35 2016	(r414427)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="78abc022-0fee-11e6-9a1c-0014a5a57822">
+    <topic>mercurial -- arbitrary code execution vulnerability</topic>
+    <affects>
+      <package>
+	<name>mercurial</name>
+	<range><lt>3.8.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Mercurial reports:</p>
+	<blockquote cite="https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.8_.2F_3.8.1_.282016-5-1.29">;
+	  <p>CVE-2016-3105: Arbitrary code execution when converting
+	    Git repos</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-3105</cvename>
+      <url>https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.8_.2F_3.8.1_.282016-5-1.29</url>;
+    </references>
+    <dates>
+      <discovery>2016-05-01</discovery>
+      <entry>2016-05-01</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="8c2b2f11-0ebe-11e6-b55e-b499baebfeaf">
     <topic>MySQL -- multiple vulnerabilities</topic>
     <affects>



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