Date: Mon, 19 Jan 2015 20:52:53 +0000 (UTC) From: Jase Thew <jase@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377478 - head/security/vuxml Message-ID: <201501192052.t0JKqru1042253@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jase Date: Mon Jan 19 20:52:53 2015 New Revision: 377478 URL: https://svnweb.freebsd.org/changeset/ports/377478 QAT: https://qat.redports.org/buildarchive/r377478/ Log: security/vuxml: - Document security/polarssl and security/polarssl13 crafted certificates vulnerability (CVE-2015-1182) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jan 19 20:42:49 2015 (r377477) +++ head/security/vuxml/vuln.xml Mon Jan 19 20:52:53 2015 (r377478) @@ -57,6 +57,42 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">; + <vuln vid="a5856eba-a015-11e4-a680-1c6f65c3c4ff"> + <topic>polarssl -- Remote attack using crafted certificates</topic> + <affects> + <package> + <name>polarssl</name> + <range><ge>1.2.0</ge><lt>1.2.12_1</lt></range> + </package> + <package> + <name>polarssl13</name> + <range><ge>1.3.0</ge><lt>1.3.9_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml">; + <p>PolarSSL team reports:</p> + <blockquote cite="https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2014-04">; + <p>During the parsing of a ASN.1 sequence, a pointer in the linked list of asn1_sequence is not + initialized by asn1_get_sequence_of(). In case an error occurs during parsing of the list, a + situation is created where the uninitialized pointer is passed to polarssl_free().</p> + <p>This sequence can be triggered when a PolarSSL entity is parsing a certificate. So practically this + means clients when receiving a certificate from the server or servers in case they are actively + asking for a client certificate.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-1182</cvename> + <url>https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2014-04</url>; + <url>https://www.certifiedsecure.com/polarssl-advisory/</url>; + </references> + <dates> + <discovery>2015-01-14</discovery> + <entry>2015-01-19</entry> + </dates> + </vuln> + <vuln vid="d9360908-9d52-11e4-87fd-10bf48e1088e"> <topic>unzip -- input sanitization errors</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501192052.t0JKqru1042253>