From owner-svn-ports-all@FreeBSD.ORG Tue Apr 14 00:50:38 2015 Return-Path: Delivered-To: svn-ports-all@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 8389EE5D; Tue, 14 Apr 2015 00:50:38 +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 54E392FF; Tue, 14 Apr 2015 00:50:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3E0ocSF028022; Tue, 14 Apr 2015 00:50:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3E0obH8028021; Tue, 14 Apr 2015 00:50:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201504140050.t3E0obH8028021@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 14 Apr 2015 00:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383968 - 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: Tue, 14 Apr 2015 00:50:38 -0000 Author: swills Date: Tue Apr 14 00:50:37 2015 New Revision: 383968 URL: https://svnweb.freebsd.org/changeset/ports/383968 Log: Document issues in ruby Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Apr 14 00:38:43 2015 (r383967) +++ head/security/vuxml/vuln.xml Tue Apr 14 00:50:37 2015 (r383968) @@ -57,6 +57,46 @@ Notes: --> + + Ruby -- OpenSSL Hostname Verification Vulnerability + + + ruby20 + 2.0.0.645,1 + + + ruby + 2.1.6,1 + + + ruby22 + 2.2.2,1 + + + + +

Ruby Developers report:

+
+

After reviewing RFC 6125 and RFC 5280, we found multiple violations + of matching hostnames and particularly wildcard certificates.

+

Ruby’s OpenSSL extension will now provide a string-based matching + algorithm which follows more strict behavior, as recommended by + these RFCs. In particular, matching of more than one wildcard per + subject/SAN is no-longer allowed. As well, comparison of these + values are now case-insensitive.

+
+ +
+ + https://www.ruby-lang.org/en/news/2015/04/13/ruby-openssl-hostname-matching-vulnerability/ + CVE-2015-1855 + + + 2015-04-13 + 2015-04-14 + +
+ mailman -- path traversal vulnerability