svn commit: r482151 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Mon Oct 15 11:29:08 UTC 2018


Author: mfechner
Date: Mon Oct 15 11:29:07 2018
New Revision: 482151
URL: https://svnweb.freebsd.org/changeset/ports/482151

Log:
  Document security vulnerability with devel/libgit2 < 0.27.5.
  
  Approved by:	mentors (implicit)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Oct 15 11:13:41 2018	(r482150)
+++ head/security/vuxml/vuln.xml	Mon Oct 15 11:29:07 2018	(r482151)
@@ -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="8c08ab4c-d06c-11e8-b35c-001b217b3468">
+    <topic>Libgit2 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>libgit2</name>
+	<range><lt>0.27.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Git community reports:</p>
+	<blockquote cite="https://github.com/libgit2/libgit2/releases/tag/v0.27.5">
+	  <p>Multiple vulnerabilities.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/libgit2/libgit2/releases/tag/v0.27.5</url>
+      <cvename>CVE-2018-17456</cvename>
+    </references>
+    <dates>
+      <discovery>2018-10-05</discovery>
+      <entry>2018-10-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4c11b51e-cd8d-11e8-b0cb-a0f3c100ae18">
     <topic>Memory leak bug in Toxcore</topic>
     <affects>


More information about the svn-ports-all mailing list