From owner-svn-ports-head@FreeBSD.ORG Mon Jan 19 20:52:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C2D6A9E; Mon, 19 Jan 2015 20:52:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F57287A; Mon, 19 Jan 2015 20:52:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0JKqsbW042254; Mon, 19 Jan 2015 20:52:54 GMT (envelope-from jase@FreeBSD.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0JKqru1042253; Mon, 19 Jan 2015 20:52:53 GMT (envelope-from jase@FreeBSD.org) Message-Id: <201501192052.t0JKqru1042253@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jase set sender to jase@FreeBSD.org using -f From: Jase Thew Date: Mon, 19 Jan 2015 20:52:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377478 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 20:52:54 -0000 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: --> + + polarssl -- Remote attack using crafted certificates + + + polarssl + 1.2.01.2.12_1 + + + polarssl13 + 1.3.01.3.9_1 + + + + +

PolarSSL team reports:

+
+

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().

+

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.

+
+ +
+ + CVE-2015-1182 + https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2014-04 + https://www.certifiedsecure.com/polarssl-advisory/ + + + 2015-01-14 + 2015-01-19 + +
+ unzip -- input sanitization errors