Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 11:56:49 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476408 - head/security/vuxml
Message-ID:  <201808051156.w75BunG5082897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Aug  5 11:56:49 2018
New Revision: 476408
URL: https://svnweb.freebsd.org/changeset/ports/476408

Log:
  Document CVE-2018-14912 in devel/cgit before version 1.2.1
  
  PR:		230360
  Submitted by:	yasu@utahime.org

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Aug  5 11:30:52 2018	(r476407)
+++ head/security/vuxml/vuln.xml	Sun Aug  5 11:56:49 2018	(r476408)
@@ -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="06c4a79b-981d-11e8-b460-9c5c8e75236a">
+    <topic>cgit -- directory traversal vulnerability</topic>
+    <affects>
+      <package>
+	<name>cgit</name>
+	<range><lt>1.2.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Jann Horn reports:</p>
+	<blockquote cite="https://lists.zx2c4.com/pipermail/cgit/2018-August/004176.html">;
+	  <p>cgit_clone_objects in CGit before 1.2.1 has a directory traversal vulnerability when `enable-http-clone=1` is not turned off, as demonstrated by a cgit/cgit.cgi/git/objects/?path=../ request.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://lists.zx2c4.com/pipermail/cgit/2018-August/004176.html</url>;
+      <cvename>CVE-2018-14912</cvename>
+    </references>
+    <dates>
+      <discovery>2018-08-03</discovery>
+      <entry>2018-08-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e309a2c7-598b-4fa6-a398-bc72fbd1d167">
     <topic>rubygem-doorkeeper -- token revocation vulnerability</topic>
     <affects>



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