From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 21:30:30 2014 Return-Path: Delivered-To: svn-ports-all@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 9D251F74; Thu, 20 Nov 2014 21:30:30 +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 6FC23F4B; Thu, 20 Nov 2014 21:30:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKLUUEO094773; Thu, 20 Nov 2014 21:30:30 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKLUUbJ094769; Thu, 20 Nov 2014 21:30:30 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201411202130.sAKLUUbJ094769@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 20 Nov 2014 21:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372964 - 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.18-1 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, 20 Nov 2014 21:30:30 -0000 Author: rakuco Date: Thu Nov 20 21:30:29 2014 New Revision: 372964 URL: https://svnweb.freebsd.org/changeset/ports/372964 QAT: https://qat.redports.org/buildarchive/r372964/ Log: Add note about CVE-2014-8600 in kde4-runtime and kwebkitpart. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 20 21:20:48 2014 (r372963) +++ head/security/vuxml/vuln.xml Thu Nov 20 21:30:29 2014 (r372964) @@ -57,6 +57,44 @@ Notes: --> + + kwebkitpart, kde-runtime -- insufficient input validation + + + kde-runtime + 4.14.2_2 + + + kwebkitpart + 1.3.2_4 + + + + +

Albert Aastals Cid reports:

+
+

kwebkitpart and the bookmarks:// io slave were not sanitizing + input correctly allowing to some javascript being executed on the + context of the referenced hostname.

+

Whilst in most cases, the JavaScript will be executed in an + untrusted context, with the bookmarks IO slave, it will be executed + in the context of the referenced hostname. It should however be + noted that KDE mitigates this risk by attempting to ensure that + such URLs cannot be embedded directly into Internet hosted + content.

+
+ +
+ + https://www.kde.org/info/security/advisory-20141113-1.txt + CVE-2014-8600 + + + 2014-11-13 + 2014-11-20 + +
+ yii -- Remote arbitrary PHP code execution