svn commit: r515299 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 23 17:46:37 UTC 2019


Author: sunpoet
Date: Wed Oct 23 17:46:36 2019
New Revision: 515299
URL: https://svnweb.freebsd.org/changeset/ports/515299

Log:
  Document rubygem-loofah vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 23 17:46:30 2019	(r515298)
+++ head/security/vuxml/vuln.xml	Wed Oct 23 17:46:36 2019	(r515299)
@@ -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="a90d040e-f5b0-11e9-acc4-4576b265fda6">
+    <topic>Loofah -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>rubygem-loofah</name>
+	<range><lt>2.3.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/171">
+	  <p>This issue has been created for public disclosure of an XSS
+	    vulnerability that was responsibly reported by
+	    https://hackerone.com/vxhex</p>
+	  <p>In the Loofah gem, through v2.3.0, unsanitized JavaScript may occur in
+	    sanitized output when a crafted SVG element is republished.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/flavorjones/loofah/releases</url>
+      <url>https://github.com/flavorjones/loofah/issues/171</url>
+      <cvename>CVE-2019-15587</cvename>
+    </references>
+    <dates>
+      <discovery>2019-10-22</discovery>
+      <entry>2019-10-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="9b7491fb-f253-11e9-a50c-000c29c4dc65">
     <topic>python 3.7 -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list