From owner-svn-ports-all@FreeBSD.ORG Sat Aug 11 17:41:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47B35106566C; Sat, 11 Aug 2012 17:41:53 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 31FB78FC0C; Sat, 11 Aug 2012 17:41:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7BHfrIh081994; Sat, 11 Aug 2012 17:41:53 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7BHfq9U081990; Sat, 11 Aug 2012 17:41:52 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201208111741.q7BHfq9U081990@svn.freebsd.org> From: Roman Bogorodskiy Date: Sat, 11 Aug 2012 17:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302418 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 11 Aug 2012 17:41:53 -0000 Author: novel Date: Sat Aug 11 17:41:52 2012 New Revision: 302418 URL: http://svn.freebsd.org/changeset/ports/302418 Log: Document libcloud MITM vuln. Security: CVE-2012-3446 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 11 17:11:08 2012 (r302417) +++ head/security/vuxml/vuln.xml Sat Aug 11 17:41:52 2012 (r302418) @@ -52,6 +52,37 @@ Note: Please add new entries to the beg --> + + libcloud -- possible SSL MITM due to invalid regexp used to validate target server hostname + + + py-libcloud + 0.11.1 + + + + +

The libcloud development team reports:

+
+

When establishing a secure (SSL / TLS) connection to a target server an invalid regular + expression has been used for performing the hostname verification. Subset instead of the + full target server hostname has been marked an an acceptable match for the given hostname. + + For example, certificate with a hostname field of "aexample.com" was considered a valid + certificate for domain "example.com".

+
+ +
+ + CVE-2012-3446 + http://seclists.org/fulldisclosure/2012/Aug/55 + + + 2012-08-01 + 2012-08-11 + +
+ phpMyAdmin -- Path disclosure due to missing library