From owner-svn-ports-head@FreeBSD.ORG Sat Jul 19 20:24:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B9705BB; Sat, 19 Jul 2014 20:24:31 +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 ECB8F2BB4; Sat, 19 Jul 2014 20:24:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6JKOU44057654; Sat, 19 Jul 2014 20:24:30 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6JKOU74057653; Sat, 19 Jul 2014 20:24:30 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407192024.s6JKOU74057653@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 19 Jul 2014 20:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362280 - 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.18 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, 19 Jul 2014 20:24:31 -0000 Author: rakuco Date: Sat Jul 19 20:24:30 2014 New Revision: 362280 URL: http://svnweb.freebsd.org/changeset/ports/362280 QAT: https://qat.redports.org/buildarchive/r362280/ Log: Document qt4-gui/qt5-gui vulnerability. MFH: 2014Q3 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 19 19:01:43 2014 (r362279) +++ head/security/vuxml/vuln.xml Sat Jul 19 20:24:30 2014 (r362280) @@ -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 + +
+ apache24 -- several vulnerabilities