Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 05:14:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534144 - head/security/vuxml
Message-ID:  <202005060514.0465Egtt099540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May  6 05:14:41 2020
New Revision: 534144
URL: https://svnweb.freebsd.org/changeset/ports/534144

Log:
  Document wagtail vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed May  6 05:14:35 2020	(r534143)
+++ head/security/vuxml/vuln.xml	Wed May  6 05:14:41 2020	(r534144)
@@ -58,6 +58,45 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="d5fead4f-8efa-11ea-a5c8-08002728f74c">
+    <topic>Wagtail -- potential timing attack vulnerability</topic>
+    <affects>
+      <package>
+	<name>py35-wagtail</name>
+	<name>py36-wagtail</name>
+	<name>py37-wagtail</name>
+	<name>py38-wagtail</name>
+	<range><lt>2.7.3</lt></range>
+	<range><ge>2.8</ge><lt>2.8.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Wagtail release notes:</p>
+	<blockquote cite="https://docs.wagtail.io/en/latest/releases/2.8.2.html">;
+	  <p>CVE-2020-11037: Potential timing attack on password-protected private pages</p>
+	  <p>This release addresses a potential timing attack on pages or documents
+	    that have been protected with a shared password through Wagtail's
+	    "Privacy" controls. This password check is performed through a
+	    character-by-character string comparison, and so an attacker who is
+	    able to measure the time taken by this check to a high degree of
+	    accuracy could potentially use timing differences to gain knowledge of
+	    the password. (This is understood to be feasible on a local network, but
+	    not on the public internet.)</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://docs.wagtail.io/en/latest/releases/2.8.2.html</url>;
+      <url>https://github.com/wagtail/wagtail/security/advisories/GHSA-jjjr-3jcw-f8v6</url>;
+      <cvename>CVE-2020-11037</cvename>
+    </references>
+    <dates>
+      <discovery>2020-05-04</discovery>
+      <entry>2020-05-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="88760f4d-8ef7-11ea-a66d-4b2ef158be83">
     <topic>mailman -- content injection vulnerability via options login page</topic>
     <affects>



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