svn commit: r405428 - head/security/vuxml
Tijl Coosemans
tijl at FreeBSD.org
Thu Jan 7 11:45:22 UTC 2016
Author: tijl
Date: Thu Jan 7 11:45:21 2016
New Revision: 405428
URL: https://svnweb.freebsd.org/changeset/ports/405428
Log:
Document mbedTLS/PolarSSL SLOTH vulnerability
Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.2.1-2.1.4-1.3.16-and-polarssl.1.2.19-released
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Thu Jan 7 11:17:23 2016 (r405427)
+++ head/security/vuxml/vuln.xml Thu Jan 7 11:45:21 2016 (r405428)
@@ -58,6 +58,38 @@ Notes:
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="4084168e-b531-11e5-a98c-0011d823eebd">
+ <topic>mbedTLS/PolarSSL -- SLOTH attack on TLS 1.2 server authentication</topic>
+ <affects>
+ <package>
+ <name>polarssl13</name>
+ <range><lt>1.3.15</lt></range>
+ </package>
+ <package>
+ <name>mbedtls</name>
+ <range><lt>2.2.1</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/releases/mbedtls-2.2.1-2.1.4-1.3.16-and-polarssl.1.2.19-released">
+ <p>MD5 handshake signatures in TLS 1.2 are vulnerable to the SLOTH attack
+ on TLS 1.2 server authentication. They have been disabled by default.
+ Other attacks from the SLOTH paper do not apply to any version of mbed
+ TLS or PolarSSL.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://tls.mbed.org/tech-updates/releases/mbedtls-2.2.1-2.1.4-1.3.16-and-polarssl.1.2.19-released</url>
+ </references>
+ <dates>
+ <discovery>2016-01-04</discovery>
+ <entry>2016-01-07</entry>
+ </dates>
+ </vuln>
+
<vuln vid="6aa2d135-b40e-11e5-9728-002590263bf5">
<topic>xen-kernel -- ioreq handling possibly susceptible to multiple read issue</topic>
<affects>
More information about the svn-ports-all
mailing list