From owner-svn-ports-all@freebsd.org Thu Feb 4 11:03:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E2CBA9CC09; Thu, 4 Feb 2016 11:03:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 15F3E1208; Thu, 4 Feb 2016 11:03:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u14B3YNx041913; Thu, 4 Feb 2016 11:03:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14B3X3G041911; Thu, 4 Feb 2016 11:03:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201602041103.u14B3X3G041911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 4 Feb 2016 11:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408023 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 04 Feb 2016 11:03:35 -0000 Author: kwm Date: Thu Feb 4 11:03:33 2016 New Revision: 408023 URL: https://svnweb.freebsd.org/changeset/ports/408023 Log: Document webkit CVE-2014-1748. If people look at the announcement, CVE-2014-3192 is already fixed. This CVE was against chromium, and the same code in 2.4.9 is in webkit trunk so I assume it already fixed. CVE-2013-6663 is for webkit < 2.4.0, and the rest of the CVE's are for apple products without any attached patches. PR: 205683 Obtained from: http://webkitgtk.org/security/WSA-2015-0002.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 4 10:44:33 2016 (r408022) +++ head/security/vuxml/vuln.xml Thu Feb 4 11:03:33 2016 (r408023) @@ -58,6 +58,36 @@ Notes: --> + + webkit -- UI spoof + + + webkit-gtk2 + webkit-gtk3 + 2.4.9_1 + + + + +

webkit reports:

+
+

The ScrollView::paint function in platform/scroll/ScrollView.cpp + in Blink, as used in Google Chrome before 35.0.1916.114, allows + remote attackers to spoof the UI by extending scrollbar painting + into the parent frame.

+
+ +
+ + CVE-2014-1748 + http://webkitgtk.org/security/WSA-2015-0002.html + + + 2015-12-28 + 2016-02-04 + +
+ py-rsa -- Bleichenbacher'06 signature forgery vulnerability