svn commit: r509192 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Sun Aug 18 09:28:33 UTC 2019


Author: mfechner
Date: Sun Aug 18 09:28:32 2019
New Revision: 509192
URL: https://svnweb.freebsd.org/changeset/ports/509192

Log:
  Document libgit2 vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Aug 18 09:02:37 2019	(r509191)
+++ head/security/vuxml/vuln.xml	Sun Aug 18 09:28:32 2019	(r509192)
@@ -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="d51b52cf-c199-11e9-b13f-001b217b3468">
+    <topic>Libgit2 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>libgit2</name>
+	<range><lt>0.28.3</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.28.3">
+	  <p>A carefully constructed commit object with a very large number
+of parents may lead to potential out-of-bounds writes or
+potential denial of service.</p>
+	  <p>The ProgramData configuration file is always read for compatibility
+with Git for Windows and Portable Git installations. The ProgramData
+location is not necessarily writable only by administrators, so we
+now ensure that the configuration file is owned by the administrator
+or the current user.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/libgit2/libgit2/releases/tag/v0.28.3</url>
+    </references>
+    <dates>
+      <discovery>2019-08-13</discovery>
+      <entry>2019-08-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="caf545f2-c0d9-11e9-9051-4c72b94353b5">
     <topic>Apache -- Multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list