diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-21 06:36:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-21 06:36:05 +0800 |
commit | 781156a408f489d1f2a54be573488b6dac3bb09e (patch) | |
tree | 96a03f0d8aa4322557e050bab44c68430058fe7e | |
parent | ade661bafe7952b69b43ae50121ef62505f408b0 (diff) | |
download | freebsd-ports-gnome-781156a408f489d1f2a54be573488b6dac3bb09e.tar.gz freebsd-ports-gnome-781156a408f489d1f2a54be573488b6dac3bb09e.tar.zst freebsd-ports-gnome-781156a408f489d1f2a54be573488b6dac3bb09e.zip |
Document rubygem-loofah vulnerability
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d2443e190ac0..84154108850e 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="ba6d0c9b-f5f6-4b9b-a6de-3cce93c83220"> + <topic>Loofah -- XSS vulnerability</topic> + <affects> + <package> + <name>rubygem-loofah</name> + <range><lt>2.2.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>GitHub issue:</p> + <blockquote cite="https://github.com/flavorjones/loofah/issues/144"> + <p>This issue has been created for public disclosure of an XSS / code + injection vulnerability that was responsibly reported by the Shopify + Application Security Team.</p> + <p>Loofah allows non-whitelisted attributes to be present in sanitized + output when input with specially-crafted HTML fragments.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/flavorjones/loofah/releases</url> + <url>https://github.com/flavorjones/loofah/issues/144</url> + <cvename>CVE-2018-8048</cvename> + </references> + <dates> + <discovery>2018-03-15</discovery> + <entry>2018-03-20</entry> + </dates> + </vuln> + <vuln vid="b3edc7d9-9af5-4daf-88f1-61f68f4308c2"> <topic>Jupyter Notebook -- vulnerability</topic> <affects> |