From owner-svn-ports-head@FreeBSD.ORG Fri May 8 18:42:32 2015 Return-Path: Delivered-To: svn-ports-head@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 677D3A09; Fri, 8 May 2015 18:42:32 +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 491241120; Fri, 8 May 2015 18:42:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48IgW87032920; Fri, 8 May 2015 18:42:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48IgVR9032919; Fri, 8 May 2015 18:42:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505081842.t48IgVR9032919@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 8 May 2015 18:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385815 - 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.20 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: Fri, 08 May 2015 18:42:32 -0000 Author: jbeich Date: Fri May 8 18:42:31 2015 New Revision: 385815 URL: https://svnweb.freebsd.org/changeset/ports/385815 Log: VuXML: update sqlite3 entry with verbose descriptions. CVE-2015-341[4-6] PR: 199483 Modified: head/security/vuxml/vuln.xml (contents, props changed) Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri May 8 18:40:37 2015 (r385814) +++ head/security/vuxml/vuln.xml Fri May 8 18:42:31 2015 (r385815) @@ -610,15 +610,40 @@ Notes: -

Full Disclosure reports:

-
-

use of uninitialized memory when parsing collation sequences

-

bad free()

-

stack buffer overflow

+

NVD reports:

+
+

SQLite before 3.8.9 does not properly implement the + dequoting of collation-sequence names, which allows + context-dependent attackers to cause a denial of service + (uninitialized memory access and application crash) or + possibly have unspecified other impact via a crafted + COLLATE clause, as demonstrated by COLLATE"""""""" at the + end of a SELECT statement.

+
+
+

The sqlite3VdbeExec function in vdbe.c in SQLite before + 3.8.9 does not properly implement comparison operators, + which allows context-dependent attackers to cause a denial + of service (invalid free operation) or possibly have + unspecified other impact via a crafted CHECK clause, as + demonstrated by CHECK(0&O>O) in a CREATE TABLE statement. +

+
+
+

The sqlite3VXPrintf function in printf.c in SQLite before + 3.8.9 does not properly handle precision and width values + during floating-point conversions, which allows + context-dependent attackers to cause a denial of service + (integer overflow and stack-based buffer overflow) or + possibly have unspecified other impact via large integers + in a crafted printf function call in a SELECT statement.

+ CVE-2015-3414 + CVE-2015-3415 + CVE-2015-3416 https://www.sqlite.org/src/info/eddc05e7bb31fae7 https://www.sqlite.org/src/info/02e3c88fbf6abdcf https://www.sqlite.org/src/info/c494171f77dc2e5e @@ -627,6 +652,7 @@ Notes: 2015-04-14 2015-04-18 + 2015-05-08