Date: Sat, 10 Mar 2018 19:08:08 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464086 - head/security/vuxml Message-ID: <201803101908.w2AJ88Bu004125@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Mar 10 19:08:08 2018 New Revision: 464086 URL: https://svnweb.freebsd.org/changeset/ports/464086 Log: Document mbed TLS Security Advisory 2018-01. Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01 Security: CVE-2018-0487 Security: CVE-2018-0488 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Mar 10 18:49:04 2018 (r464085) +++ head/security/vuxml/vuln.xml Sat Mar 10 19:08:08 2018 (r464086) @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c2f107e1-2493-11e8-b3e8-001cc0382b2f"> + <topic>mbed TLS (PolarSSL) -- remote code execution</topic> + <affects> + <package> + <name>mbedtls</name> + <range><lt>2.7.0</lt></range> + </package> + <package> + <name>polarssl13</name> + <range><lt>1.3.22</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Simon Butcher reports:</p> + <blockquote cite="https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01"> + <ul> + <li>When the truncated HMAC extension is enabled and CBC is used, + sending a malicious application packet can be used to selectively + corrupt 6 bytes on the peer's heap, potentially leading to a + crash or remote code execution. This can be triggered remotely + from either side in both TLS and DTLS.</li> + <li>When RSASSA-PSS signature verification is enabled, sending a + maliciously constructed certificate chain can be used to cause a + buffer overflow on the peer's stack, potentially leading to crash + or remote code execution. This can be triggered remotely from + either side in both TLS and DTLS.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01</url> + <cvename>CVE-2018-0487</cvename> + <cvename>CVE-2018-0488</cvename> + </references> + <dates> + <discovery>2018-02-05</discovery> + <entry>2018-03-10</entry> + </dates> + </vuln> + <vuln vid="555af074-22b9-11e8-9799-54ee754af08e"> <topic>chromium -- vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803101908.w2AJ88Bu004125>