From owner-svn-ports-head@freebsd.org Sat Aug 27 19:20:17 2016 Return-Path: Delivered-To: svn-ports-head@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 C454EB77470; Sat, 27 Aug 2016 19:20:17 +0000 (UTC) (envelope-from tcberner@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 935EC2C9; Sat, 27 Aug 2016 19:20:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7RJKGur092726; Sat, 27 Aug 2016 19:20:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7RJKGIV092725; Sat, 27 Aug 2016 19:20:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201608271920.u7RJKGIV092725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 27 Aug 2016 19:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420993 - 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.22 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: Sat, 27 Aug 2016 19:20:17 -0000 Author: tcberner Date: Sat Aug 27 19:20:16 2016 New Revision: 420993 URL: https://svnweb.freebsd.org/changeset/ports/420993 Log: Document kdelibs KArchive directory traversal vulnerability. Approved by: rakuco (mentor) Security: CVE-2016-6232 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 27 18:59:03 2016 (r420992) +++ head/security/vuxml/vuln.xml Sat Aug 27 19:20:16 2016 (r420993) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + kdelibs -- directory traversal vulnerability + + + kdelibs + 4.14.10_7 + + + + +

David Faure reports:

+
+

A maliciously crafted archive (.zip or .tar.bz2) with "../" in the + file paths could be offered for download via the KNewStuff + framework (e.g. on www.kde-look.org), and upon extraction would + install files anywhere in the user's home directory.

+
+ +
+ + CVE-2016-6232 + https://www.kde.org/info/security/advisory-20160724-1.txt + + + 2016-07-24 + 2016-08-27 + +
+ eog -- out-of-bounds write