Date: Tue, 14 Apr 2015 00:50:37 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383968 - head/security/vuxml Message-ID: <201504140050.t3E0obH8028021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d4379f59-3e9b-49eb-933b-61de4d0b0fdb"> + <topic>Ruby -- OpenSSL Hostname Verification Vulnerability</topic> + <affects> + <package> + <name>ruby20</name> + <range><lt>2.0.0.645,1</lt></range> + </package> + <package> + <name>ruby</name> + <range><lt>2.1.6,1</lt></range> + </package> + <package> + <name>ruby22</name> + <range><lt>2.2.2,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Ruby Developers report:</p> + <blockquote cite="https://www.ruby-lang.org/en/news/2015/04/13/ruby-openssl-hostname-matching-vulnerability/"> + <p>After reviewing RFC 6125 and RFC 5280, we found multiple violations + of matching hostnames and particularly wildcard certificates.</p> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.ruby-lang.org/en/news/2015/04/13/ruby-openssl-hostname-matching-vulnerability/</url> + <cvename>CVE-2015-1855</cvename> + </references> + <dates> + <discovery>2015-04-13</discovery> + <entry>2015-04-14</entry> + </dates> + </vuln> + <vuln vid="a5f160fa-deee-11e4-99f8-080027ef73ec"> <topic>mailman -- path traversal vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504140050.t3E0obH8028021>