svn commit: r489511 - head/security/vuxml

Steve Wills swills at FreeBSD.org
Sun Jan 6 16:55:56 UTC 2019


Author: swills
Date: Sun Jan  6 16:55:55 2019
New Revision: 489511
URL: https://svnweb.freebsd.org/changeset/ports/489511

Log:
  Document gitea issue
  
  PR:		234659
  Submitted by:	stb at lassitu.de

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jan  6 16:52:48 2019	(r489510)
+++ head/security/vuxml/vuln.xml	Sun Jan  6 16:55:55 2019	(r489511)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="63e36475-119f-11e9-aba7-080027fee39c">
+    <topic>gitea -- insufficient privilege check</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.6.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Gitea project reports:</p>
+	<blockquote cite="https://blog.gitea.io/2019/01/release-of-1.6.3/">
+	  <p>Security</p>
+	  <ul>
+	    <li>Prevent DeleteFilePost doing arbitrary deletion</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/go-gitea/gitea/issues/5631</url>
+    </references>
+    <dates>
+      <discovery>2019-01-04</discovery>
+      <entry>2019-01-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="720590df-10eb-11e9-b407-080027ef1a23">
     <topic>chromium -- Use after free in PDFium</topic>
     <affects>


More information about the svn-ports-head mailing list