svn commit: r534144 - head/security/vuxml
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 6 05:14:45 UTC 2020
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>
More information about the svn-ports-all
mailing list