From owner-svn-ports-all@freebsd.org Sun Jul 3 18:44:41 2016 Return-Path: Delivered-To: svn-ports-all@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 1EC15B907BA; Sun, 3 Jul 2016 18:44:41 +0000 (UTC) (envelope-from junovitch@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 C8AC02CC5; Sun, 3 Jul 2016 18:44:40 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u63IidtZ087155; Sun, 3 Jul 2016 18:44:39 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u63IidJw087154; Sun, 3 Jul 2016 18:44:39 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201607031844.u63IidJw087154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Jul 2016 18:44:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417989 - 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.22 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: Sun, 03 Jul 2016 18:44:41 -0000 Author: junovitch Date: Sun Jul 3 18:44:39 2016 New Revision: 417989 URL: https://svnweb.freebsd.org/changeset/ports/417989 Log: Document SQLite3 tempdir selection vulnerability PR: 210751 Submitted by: Vladimir Krstulja Security: CVE-2016-6153 Security: https://vuxml.FreeBSD.org/freebsd/546deeea-3fc6-11e6-a671-60a44ce6887b.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 3 18:37:34 2016 (r417988) +++ head/security/vuxml/vuln.xml Sun Jul 3 18:44:39 2016 (r417989) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + SQLite3 -- Tempdir Selection Vulnerability + + + sqlite3 + 3.13.0 + + + + +

KoreLogic security reports:

+
+

Affected versions of SQLite reject potential tempdir locations if + they are not readable, falling back to '.'. Thus, SQLite will favor + e.g. using cwd for tempfiles on such a system, even if cwd is an + unsafe location. Notably, SQLite also checks the permissions of + '.', but ignores the results of that check.

+
+ +
+ + CVE-2016-6153 + ports/209827 + https://www.korelogic.com/Resources/Advisories/KL-001-2016-003.txt + http://openwall.com/lists/oss-security/2016/07/01/2 + http://www.sqlite.org/cgi/src/info/67985761aa93fb61 + http://www.sqlite.org/cgi/src/info/b38fe522cfc971b3 + http://www.sqlite.org/cgi/src/info/614bb709d34e1148 + + + 2016-07-01 + 2016-07-03 + +
+ Python 2.7 -- smtplib StartTLS stripping vulnerability