Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 18:14:02 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472618 - head/security/vuxml
Message-ID:  <201806171814.w5HIE2qQ048830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun Jun 17 18:14:01 2018
New Revision: 472618
URL: https://svnweb.freebsd.org/changeset/ports/472618

Log:
  Document vulnerability for libgit2 and py-pygit2.
  
  Reviewed by:	tz (mentor)
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15668

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jun 17 17:57:45 2018	(r472617)
+++ head/security/vuxml/vuln.xml	Sun Jun 17 18:14:01 2018	(r472618)
@@ -506,6 +506,33 @@ Notes:
     </dates>
   </vuln>
 
+  <vuln vid="5a1589ad-68f9-11e8-83f5-d8cb8abf62dd">
+    <topic>Libgit2 -- Fixing insufficient validation of submodule names</topic>
+    <affects>
+      <package>
+	<name>libgit2</name>
+	<name>py-pygit2</name>
+	<range><lt>0.27.1</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.1">;
+	  <p>Insufficient validation of submodule names</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/libgit2/libgit2/releases/tag/v0.27.1</url>;
+      <cvename>CVE-2018-11235</cvename>
+    </references>
+    <dates>
+      <discovery>2018-05-29</discovery>
+      <entry>2018-06-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c7a135f4-66a4-11e8-9e63-3085a9a47796">
     <topic>Git -- Fix memory out-of-bounds and remote code execution vulnerabilities (CVE-2018-11233 and CVE-2018-11235)</topic>
     <affects>



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