svn commit: r465483 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 24 21:12:03 UTC 2018


Author: sunpoet
Date: Sat Mar 24 21:12:02 2018
New Revision: 465483
URL: https://svnweb.freebsd.org/changeset/ports/465483

Log:
  Document rubygem-rails-html-sanitizer vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Mar 24 21:11:55 2018	(r465482)
+++ head/security/vuxml/vuln.xml	Sat Mar 24 21:12:02 2018	(r465483)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="81946ace-6961-4488-a164-22d58ebc8d66">
+    <topic>rails-html-sanitizer -- possible XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>rubygem-rails-html-sanitizer</name>
+	<range><lt>1.0.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>OSS-Security list:</p>
+	<blockquote cite="http://www.openwall.com/lists/oss-security/2018/03/22/4">
+	  <p>There is a possible XSS vulnerability in rails-html-sanitizer. The gem
+	    allows non-whitelisted attributes to be present in sanitized output
+	    when input with specially-crafted HTML fragments, and these attributes
+	    can lead to an XSS attack on target applications.</p>
+	  <p>This issue is similar to CVE-2018-8048 in Loofah.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://www.openwall.com/lists/oss-security/2018/03/22/4</url>
+      <cvename>CVE-2018-3741</cvename>
+    </references>
+    <dates>
+      <discovery>2018-03-22</discovery>
+      <entry>2018-03-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f38187e7-2f6e-11e8-8f07-b499baebfeaf">
     <topic>apache -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list