Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 07:23:22 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528629 - head/security/vuxml
Message-ID:  <202003180723.02I7NM2d011843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Mar 18 07:23:22 2020
New Revision: 528629
URL: https://svnweb.freebsd.org/changeset/ports/528629

Log:
  security/vuxml: Add www/py-bleach entry

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Mar 18 07:05:53 2020	(r528628)
+++ head/security/vuxml/vuln.xml	Wed Mar 18 07:23:22 2020	(r528629)
@@ -58,6 +58,52 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="3d19c776-68e7-11ea-91db-0050562a4d7b">
+    <topic>www/py-bleach -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>py27-bleach</name>
+	<name>py35-bleach</name>
+	<name>py36-bleach</name>
+	<name>py37-bleach</name>
+	<name>py38-bleach</name>
+	<range><lt>3.1.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<blockquote>
+	  <p>* ``bleach.clean`` behavior parsing embedded MathML and SVG content
+		with RCDATA tags did not match browser behavior and could result in
+		a mutation XSS.
+	  </p>
+	  <p>  Calls to ``bleach.clean`` with ``strip=False`` and ``math`` or
+		``svg`` tags and one or more of the RCDATA tags ``script``,
+		``noscript``, ``style``, ``noframes``, ``iframe``, ``noembed``, or
+		``xmp`` in the allowed tags whitelist were vulnerable to a mutation
+		XSS.
+	  </p>
+	  <p>* ``bleach.clean`` behavior parsing ``noscript`` tags did not match
+		browser behavior.
+	  </p>
+	  <p>  Calls to ``bleach.clean`` allowing ``noscript`` and one or more of
+		the raw text tags (``title``, ``textarea``, ``script``, ``style``,
+		``noembed``, ``noframes``, ``iframe``, and ``xmp``) were vulnerable
+		to a mutation XSS.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugzilla.mozilla.org/show_bug.cgi?id=1615315</url>;
+      <url>https://bugzilla.mozilla.org/show_bug.cgi?id=1621692</url>;
+    </references>
+    <dates>
+      <discovery>2020-02-13</discovery>
+      <entry>2020-03-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4ae135f7-85cd-4c32-ad94-358271b31f7f">
     <topic>zeek -- potential denial of service issues</topic>
     <affects>



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