Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 19:07:57 +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: r404311 - head/security/vuxml
Message-ID:  <201512231907.tBNJ7vik039547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 23 19:07:57 2015
New Revision: 404311
URL: https://svnweb.freebsd.org/changeset/ports/404311

Log:
  - Document Ruby vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Dec 23 19:01:22 2015	(r404310)
+++ head/security/vuxml/vuln.xml	Wed Dec 23 19:07:57 2015	(r404311)
@@ -58,6 +58,40 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="3b50881d-1860-4721-aab1-503290e23f6c">
+    <topic>Ruby -- unsafe tainted string vulnerability</topic>
+    <affects>
+      <package>
+	<name>ruby</name>
+	<range><lt>2.0.0.648,1</lt></range>
+	<range><lt>2.1.8,1</lt></range>
+	<range><lt>2.2.4,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Ruby developer reports:</p>
+	<blockquote cite="https://www.ruby-lang.org/en/news/2015/12/16/unsafe-tainted-string-usage-in-fiddle-and-dl-cve-2015-7551/">;
+	  <p>There is an unsafe tainted string vulnerability in Fiddle and DL.
+	    This issue was originally reported and fixed with CVE-2009-5147 in
+		DL, but reappeared after DL was reimplemented using Fiddle and
+		libffi.</p>
+	  <p>And, about DL, CVE-2009-5147 was fixed at Ruby 1.9.1, but not
+	    fixed at other branches, then rubies which bundled DL except Ruby
+		1.9.1 are still vulnerable.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+	  <url>https://www.ruby-lang.org/en/news/2015/12/16/unsafe-tainted-string-usage-in-fiddle-and-dl-cve-2015-7551/</url>;
+	  <cvename>CVE-2015-7551</cvename>
+    </references>
+    <dates>
+      <discovery>2015-12-16</discovery>
+      <entry>2015-12-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="54075861-a95a-11e5-8b40-20cf30e32f6d">
     <topic>Bugzilla security issues</topic>
     <affects>



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