From owner-svn-ports-branches@FreeBSD.ORG Tue Jul 22 19:30:29 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5968478A; Tue, 22 Jul 2014 19:30:29 +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 2BC552B82; Tue, 22 Jul 2014 19:30:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MJUThc056046; Tue, 22 Jul 2014 19:30:29 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MJUSru056041; Tue, 22 Jul 2014 19:30:28 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407221930.s6MJUSru056041@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 22 Jul 2014 19:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r362569 - branches/2014Q3/security/vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 19:30:29 -0000 Author: rakuco Date: Tue Jul 22 19:30:28 2014 New Revision: 362569 URL: http://svnweb.freebsd.org/changeset/ports/362569 QAT: https://qat.redports.org/buildarchive/r362569/ Log: MFH: r362280 Document qt4-gui/qt5-gui vulnerability. Approved by: portmgr (erwin) Modified: branches/2014Q3/security/vuxml/vuln.xml Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q3/security/vuxml/vuln.xml Tue Jul 22 19:01:20 2014 (r362568) +++ branches/2014Q3/security/vuxml/vuln.xml Tue Jul 22 19:30:28 2014 (r362569) @@ -57,6 +57,40 @@ Notes: --> + + qt4-gui, qt5-gui -- DoS vulnerability in the GIF image handler + + + qt4-gui + 4.8.6_2 + + + qt5-gui + 5.2.1_3 + + + + +

Richard J. Moore reports:

+
+

The builtin GIF decoder in QtGui prior to Qt 5.3 contained a bug + that would lead to a null pointer dereference when loading certain + hand crafted corrupt GIF files. This in turn would cause the + application loading these hand crafted GIFs to crash.

+
+ +
+ + CVE-2014-0190 + 67087 + http://lists.qt-project.org/pipermail/announce/2014-April/000045.html + + + 2014-04-24 + 2014-07-19 + +
+ chromium -- multiple vulnerabilities