aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-07-27 21:37:27 +0800
committerswills <swills@FreeBSD.org>2018-07-27 21:37:27 +0800
commit89320a946099d9d5eb030f33a06fc904c7a7a5b5 (patch)
treea492c3f53ee4e91d2397dc40a62d6780e808edbb /security
parentdc55738a21f7e41e5947b83fdd3edb25c9ac7e98 (diff)
downloadfreebsd-ports-gnome-89320a946099d9d5eb030f33a06fc904c7a7a5b5.tar.gz
freebsd-ports-gnome-89320a946099d9d5eb030f33a06fc904c7a7a5b5.tar.zst
freebsd-ports-gnome-89320a946099d9d5eb030f33a06fc904c7a7a5b5.zip
security/vuxml: document py-bleach issue
PR: 226851
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 22414f433850..683d78feac79 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="e97a8852-32dd-4291-ba4d-92711daff056">
+ <topic>py-bleach -- unsanitized character entities</topic>
+ <affects>
+ <package>
+ <name>py27-bleach</name>
+ <name>py36-bleach</name>
+ <range><ge>2.1.0</ge><lt>2.1.3</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>bleach developer reports:</p>
+ <blockquote cite="https://github.com/mozilla/bleach/blob/v2.1.3/CHANGES">
+ <p>Attributes that have URI values weren't properly sanitized if the
+ values contained character entities. Using character entities, it
+ was possible to construct a URI value with a scheme that was not
+ allowed that would slide through unsanitized.</p>
+ <p>This security issue was introduced in Bleach 2.1. Anyone using
+ Bleach 2.1 is highly encouraged to upgrade.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://github.com/mozilla/bleach/blob/v2.1.3/CHANGES</url>
+ </references>
+ <dates>
+ <discovery>2018-03-05</discovery>
+ <entry>2018-07-27</entry>
+ </dates>
+ </vuln>
+
<vuln vid="07d04eef-d8e2-11e6-a071-001e67f15f5a">
<topic>lshell -- Shell autocomplete reveals forbidden directories</topic>
<affects>