Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2012 17:41:52 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302418 - head/security/vuxml
Message-ID:  <201208111741.q7BHfq9U081990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="a14dee30-e3d7-11e1-a084-50e5492bd3dc">
+    <topic>libcloud -- possible SSL MITM due to invalid regexp used to validate target server hostname</topic>
+    <affects>
+      <package>
+	<name>py-libcloud</name>
+	<range><lt>0.11.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The libcloud development team reports:</p>
+	<blockquote cite="http://libcloud.apache.org/security.html">;
+	  <p>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".</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2012-3446</cvename>
+      <url>http://seclists.org/fulldisclosure/2012/Aug/55</url>;
+    </references>
+    <dates>
+      <discovery>2012-08-01</discovery>
+      <entry>2012-08-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="aca0d7e0-e38a-11e1-999b-e0cb4e266481">
     <topic>phpMyAdmin -- Path disclosure due to missing library</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208111741.q7BHfq9U081990>