Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 17:46:23 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479323 - head/security/vuxml
Message-ID:  <201809091746.w89HkNl3039460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Sun Sep  9 17:46:23 2018
New Revision: 479323
URL: https://svnweb.freebsd.org/changeset/ports/479323

Log:
  Document gitea vulnerability.
  
  PR:		231180
  Submitted by:	stb@lassitu.de
  Security:	7c750960-b129-11e8-9fcd-080027f43a02

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Sep  9 17:26:41 2018	(r479322)
+++ head/security/vuxml/vuln.xml	Sun Sep  9 17:46:23 2018	(r479323)
@@ -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="7c750960-b129-11e8-9fcd-080027f43a02">
+    <topic>Information disclosure - Gitea leaks email addresses</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.5.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Gitea project reports:</p>
+	<blockquote cite="https://github.com/go-gitea/gitea/issues/4417">;
+	  <p>[Privacy] Gitea leaks hidden email addresses #4417</p>
+	  <p>A fix has been implemented in Gitea 1.5.1.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/go-gitea/gitea/issues/4417</url>;
+      <url>https://github.com/go-gitea/gitea/pull/4784</url>;
+    </references>
+    <dates>
+      <discovery>2018-07-10</discovery>
+      <entry>2018-09-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2a92555f-a6f8-11e8-8acd-10c37b4ac2ea">
     <topic>links -- denial of service</topic>
     <affects>



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