Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 07:55:09 +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: r476973 - head/security/vuxml
Message-ID:  <201808120755.w7C7t9lg001504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Sun Aug 12 07:55:08 2018
New Revision: 476973
URL: https://svnweb.freebsd.org/changeset/ports/476973

Log:
  Document www/gitea vulnerability, with the scarce details provided by Gitea
  
  PR:		230512

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Aug 12 07:54:34 2018	(r476972)
+++ head/security/vuxml/vuln.xml	Sun Aug 12 07:55:08 2018	(r476973)
@@ -58,6 +58,31 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="bcf56a42-9df8-11e8-afb0-589cfc0f81b0">
+    <topic>gitea -- TOTP passcode reuse</topic>
+    <affects>
+      <package>
+	<name>gitea</name>
+	<range><lt>1.5.0</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/2018/08/gitea-1.5.0-is-released/">;
+	  <p>TOTP passcodes can be reused.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/go-gitea/gitea/pull/3878</url>;
+    </references>
+    <dates>
+      <discovery>2018-05-01</discovery>
+      <entry>2018-08-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f4876dd4-9ca8-11e8-aa17-0011d823eebd">
     <topic>mbed TLS -- plaintext recovery vulnerabilities</topic>
     <affects>



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