Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2018 21:12:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465483 - head/security/vuxml
Message-ID:  <201803242112.w2OLC2Ti067365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803242112.w2OLC2Ti067365>