From owner-svn-ports-all@FreeBSD.ORG Mon Aug 13 17:57:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96FE91065678; Mon, 13 Aug 2012 17:57:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 68D8E8FC21; Mon, 13 Aug 2012 17:57:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7DHvRMQ073075; Mon, 13 Aug 2012 17:57:27 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7DHvQms073071; Mon, 13 Aug 2012 17:57:26 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201208131757.q7DHvQms073071@svn.freebsd.org> From: Jung-uk Kim Date: Mon, 13 Aug 2012 17:57:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302475 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 17:57:27 -0000 Author: jkim Date: Mon Aug 13 17:57:26 2012 New Revision: 302475 URL: http://svn.freebsd.org/changeset/ports/302475 Log: Belatedly add an entry for the recent IcedTea-Web updates. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Aug 13 16:38:07 2012 (r302474) +++ head/security/vuxml/vuln.xml Mon Aug 13 17:57:26 2012 (r302475) @@ -52,6 +52,55 @@ Note: Please add new entries to the beg --> + + Several vulnerabilities found in IcedTea-Web + + + icedtea-web + 1.2.1 + + + + +

The IcedTea project team reports:

+
+

CVE-2012-3422: Use of uninitialized instance pointers

+

An uninitialized pointer use flaw was found in IcedTea-Web web + browser plugin. A malicious web page could use this flaw make + IcedTea-Web browser plugin pass invalid pointer to a web browser. + Depending on the browser used, it may cause the browser to crash + or possibly execute arbitrary code.

+

The get_cookie_info() and get_proxy_info() call + getFirstInTableInstance() with the instance_to_id_map hash as + a parameter. If instance_to_id_map is empty (which can happen + when plugin was recently removed), getFirstInTableInstance() + returns an uninitialized pointer.

+
+
+

CVE-2012-3423: Incorrect handling of non 0-terminated strings

+

It was discovered that the IcedTea-Web web browser plugin + incorrectly assumed that all strings provided by browser are NUL + terminated, which is not guaranteed by the NPAPI (Netscape Plugin + Application Programming Interface). When used in a browser that + does not NUL terminate NPVariant NPStrings, this could lead to + buffer over-read or over-write, resulting in possible information + leak, crash, or code execution.

+

Mozilla browsers currently NUL terminate strings, however recent + Chrome versions are known not to provide NUL terminated data.

+
+ +
+ + CVE-2012-3422 + CVE-2012-3423 + http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-July/019580.html + + + 2012-07-31 + 2012-08-13 + +
+ libcloud -- possible SSL MITM due to invalid regexp used to validate target server hostname