svn commit: r414427 - head/security/vuxml

Olivier Duchateau olivierd at FreeBSD.org
Sun May 1 21:15:37 UTC 2016


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>


More information about the svn-ports-head mailing list