From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:48:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F2E822A; Sun, 17 May 2015 15:48:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 03F311D92; Sun, 17 May 2015 15:48:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HFmDRM052843; Sun, 17 May 2015 15:48:13 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HFmDeM052842; Sun, 17 May 2015 15:48:13 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505171548.t4HFmDeM052842@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 17 May 2015 15:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386625 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:48:14 -0000 Author: mmoll Date: Sun May 17 15:48:13 2015 New Revision: 386625 URL: https://svnweb.freebsd.org/changeset/ports/386625 Log: security/vuxml: Add CVE-2015-3900 entry for devel/ruby-gems PR: 200264 Differential Revision: https://reviews.freebsd.org/D2572 Approved by: mat (mentor) Security: CVE-2015-3900 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 17 15:09:57 2015 (r386624) +++ head/security/vuxml/vuln.xml Sun May 17 15:48:13 2015 (r386625) @@ -57,6 +57,48 @@ Notes: --> + + rubygems -- request hijacking vulnerability + + + ruby20-gems + 2.4.7 + + + ruby21-gems + 2.4.7 + + + ruby22-gems + 2.4.7 + + + + +

Jonathan Claudius reports:

+
+

RubyGems provides the ability of a domain to direct clients to a + separate host that is used to fetch gems and make API calls against. + This mechanism is implemented via DNS, specificly a SRV record + _rubygems._tcp under the original requested domain.

+

RubyGems did not validate the hostname returned in the SRV record + before sending requests to it. This left clients open to a DNS + hijack attack, whereby an attacker could return a SRV of their + choosing and get the client to use it.

+
+ +
+ + ports/200264 + CVE-2015-3900 + http://blog.rubygems.org/2015/05/14/CVE-2015-3900.html + + + 2015-05-14 + 2015-05-17 + +
+ qemu -- possible VM escape and code execution ("VENOM")