Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 21:05:54 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488443 - head/security/vuxml
Message-ID:  <201812262105.wBQL5s2D072395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Dec 26 21:05:54 2018
New Revision: 488443
URL: https://svnweb.freebsd.org/changeset/ports/488443

Log:
  Document gitea issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Dec 26 21:03:58 2018	(r488442)
+++ head/security/vuxml/vuln.xml	Wed Dec 26 21:05:54 2018	(r488443)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="29d34524-0542-11e9-a444-080027fee39c">
+    <topic>gitea -- privilege escalation, XSS</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.6.2</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/releases/tag/v1.6.2">;
+	  <p>Security</p>
+	  <ul>
+	    <li>Sanitize uploaded file names</li>
+	    <li>HTMLEncode user added text</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/go-gitea/gitea/issues/5569</url>;
+      <url>https://github.com/go-gitea/gitea/issues/5565</url>;
+    </references>
+    <dates>
+      <discovery>2018-12-19</discovery>
+      <entry>2018-12-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f8fe2905-0918-11e9-a550-00262d164c21">
     <topic>rpm4 -- regression in -setperms, -setugids and -restore</topic>
     <affects>



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