diff options
author | feld <feld@FreeBSD.org> | 2015-10-15 22:48:51 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-10-15 22:48:51 +0800 |
commit | 68dbadc396669e00e9b4c969f43d235a2de7d71a (patch) | |
tree | 2fb6fb748c1fd2578621cb37ebc1d7b2d2c1c6fa /security/vuxml | |
parent | 961833bf7aaad347477fbf0d30f80b670dae0e7c (diff) | |
download | freebsd-ports-gnome-68dbadc396669e00e9b4c969f43d235a2de7d71a.tar.gz freebsd-ports-gnome-68dbadc396669e00e9b4c969f43d235a2de7d71a.tar.zst freebsd-ports-gnome-68dbadc396669e00e9b4c969f43d235a2de7d71a.zip |
Document vulnerability in polarssl, polarssl13, and mbedtls
Security: CVE-2015-5291
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 22b1632fc0ec..bf649492f16d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |