Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 12:03:47 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423962 - head/security/vuxml
Message-ID:  <201610141203.u9EC3lcp074174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Oct 14 12:03:47 2016
New Revision: 423962
URL: https://svnweb.freebsd.org/changeset/ports/423962

Log:
  Rails 4: Document XSS Vulnerability in Action View and
           Unsafe Query Generation Risk in Active Record
  
  Security: CVE-2016-6316
  Security: https://vuxml.freebsd.org/freebsd/43f1c867-654a-11e6-8286-00248c0c745d.html
  Security: CVE-2016-6317
  Security: https://vuxml.freebsd.org/freebsd/7e61cf44-6549-11e6-8286-00248c0c745d.html
  
  Approved by: pi(mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Oct 14 12:01:46 2016	(r423961)
+++ head/security/vuxml/vuln.xml	Fri Oct 14 12:03:47 2016	(r423962)
@@ -58,6 +58,66 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="43f1c867-654a-11e6-8286-00248c0c745d">
+    <topic>Rails 4 -- Possible XSS Vulnerability in Action View</topic>
+    <affects>
+      <package>
+	<name>rubygem-actionview</name>
+	<range><lt>4.2.7.1</lt></range>
+	<range><gt>3.0.0</gt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Ruby Security team reports:</p>
+	<blockquote cite="https://groups.google.com/forum/#!topic/ruby-security-ann/8B2iV2tPRSE">;
+	  <p>There is a possible XSS vulnerability in Action View.  Text declared as "HTML
+safe" will not have quotes escaped when used as attribute values in tag
+helpers.  This vulnerability has been assigned the CVE identifier
+CVE-2016-6316.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://groups.google.com/forum/#!topic/ruby-security-ann/8B2iV2tPRSE</url>;
+      <cvename>CVE-2016-6316</cvename>
+    </references>
+    <dates>
+      <discovery>2016-08-11</discovery>
+      <entry>2016-08-18</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="7e61cf44-6549-11e6-8286-00248c0c745d">
+    <topic>Rails 4 -- Unsafe Query Generation Risk in Active Record</topic>
+    <affects>
+      <package>
+	<name>rubygem-activerecord4</name>
+	<range><lt>4.2.7.1</lt></range>
+	<range><gt>4.2.0</gt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Ruby Security team reports:</p>
+	<blockquote cite="https://groups.google.com/forum/#!topic/ruby-security-ann/WccgKSKiPZA">;
+	  <p>There is a vulnerability when Active Record is used in conjunction with JSON
+parameter parsing. This vulnerability has been assigned the CVE identifier
+CVE-2016-6317.  This vulnerability is similar to CVE-2012-2660, CVE-2012-2694
+and CVE-2013-0155.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://groups.google.com/forum/#!topic/ruby-security-ann/WccgKSKiPZA</url>;
+      <cvename>CVE-2016-6317</cvename>
+    </references>
+    <dates>
+      <discovery>2016-08-11</discovery>
+      <entry>2016-08-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f471032a-8700-11e6-8d93-00248c0c745d">
     <topic>PHP -- multiple vulnerabilities</topic>
     <affects>



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