From owner-svn-ports-all@freebsd.org Wed Dec 23 19:07:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D45CA4FEB5; Wed, 23 Dec 2015 19:07:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8F9B1505; Wed, 23 Dec 2015 19:07:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNJ7wd0039549; Wed, 23 Dec 2015 19:07:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNJ7vik039547; Wed, 23 Dec 2015 19:07:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512231907.tBNJ7vik039547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Dec 2015 19:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404311 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:07:59 -0000 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: --> + + Ruby -- unsafe tainted string vulnerability + + + ruby + 2.0.0.648,1 + 2.1.8,1 + 2.2.4,1 + + + + +

Ruby developer reports:

+
+

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.

+

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.

+
+ +
+ + https://www.ruby-lang.org/en/news/2015/12/16/unsafe-tainted-string-usage-in-fiddle-and-dl-cve-2015-7551/ + CVE-2015-7551 + + + 2015-12-16 + 2015-12-23 + +
+ Bugzilla security issues