svn commit: r465130 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 20 22:36:06 UTC 2018


Author: sunpoet
Date: Tue Mar 20 22:36:05 2018
New Revision: 465130
URL: https://svnweb.freebsd.org/changeset/ports/465130

Log:
  Document rubygem-loofah vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Mar 20 22:35:58 2018	(r465129)
+++ head/security/vuxml/vuln.xml	Tue Mar 20 22:36:05 2018	(r465130)
@@ -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>


More information about the svn-ports-head mailing list