svn commit: r399343 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Thu Oct 15 14:48:53 UTC 2015


Author: feld
Date: Thu Oct 15 14:48:51 2015
New Revision: 399343
URL: https://svnweb.freebsd.org/changeset/ports/399343

Log:
  Document vulnerability in polarssl, polarssl13, and mbedtls
  
  Security:	CVE-2015-5291

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Oct 15 14:24:43 2015	(r399342)
+++ head/security/vuxml/vuln.xml	Thu Oct 15 14:48:51 2015	(r399343)
@@ -58,6 +58,45 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="07a1a76c-734b-11e5-ae81-14dae9d210b8">
+    <topic>mbedTLS/PolarSSL -- DoS and possible remote code execution</topic>
+    <affects>
+      <package>
+	<name>polarssl</name>
+	<range><ge>1.2.0</ge><lt>1.2.17</lt></range>
+      </package>
+      <package>
+	<name>polarssl13</name>
+	<range><ge>1.3.0</ge><lt>1.3.14</lt></range>
+      </package>
+      <package>
+	<name>mbedtls</name>
+	<range><lt>2.1.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>ARM Limited reports:</p>
+	<blockquote cite="https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2015-01">
+	  <p>When the client creates its ClientHello message, due to
+	    insufficient bounds checking it can overflow the heap-based buffer
+	    containing the message while writing some extensions. Two extensions in
+	    particular could be used by a remote attacker to trigger the overflow:
+	    the session ticket extension and the server name indication (SNI)
+	    extension.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2015-01</url>
+      <cvename>CVE-2015-5291</cvename>
+    </references>
+    <dates>
+      <discovery>2015-10-05</discovery>
+      <entry>2015-10-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ea1d2530-72ce-11e5-a2a1-002590263bf5">
     <topic>magento -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list