From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 14:09:44 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 91FE8410; Thu, 11 Sep 2014 14:09:44 +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 7CF508B; Thu, 11 Sep 2014 14:09:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BE9iKF052538; Thu, 11 Sep 2014 14:09:44 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BE9iX6052537; Thu, 11 Sep 2014 14:09:44 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201409111409.s8BE9iX6052537@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 11 Sep 2014 14:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367938 - 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-1 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: Thu, 11 Sep 2014 14:09:44 -0000 Author: brd (doc committer) Date: Thu Sep 11 14:09:43 2014 New Revision: 367938 URL: http://svnweb.freebsd.org/changeset/ports/367938 QAT: https://qat.redports.org/buildarchive/r367938/ Log: Document CVE-2014-5284 affecting security/ossec-hids-* < 2.8.1. Reviewed by: zi@ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 11 14:00:41 2014 (r367937) +++ head/security/vuxml/vuln.xml Thu Sep 11 14:09:43 2014 (r367938) @@ -57,6 +57,38 @@ Notes: --> + + security/ossec-hids-* -- root escalation via temp files + + + ossec-hids-server + ossec-hids-client + ossec-hids-local + 2.8.1 + + + + +

OSSEC reports:

+
+

This correction will create the temp file for the hosts deny file + in /var/ossec and will use mktemp where available to create + NON-predictable temp file name. In cases where mktemp is not + available we have written a BAD version of mktemp, but should be a + little better then just process id.

+
+ +
+ + CVE-2014-5284 + http://www.ossec.net/?p=1135 + + + 2014-09-09 + 2014-09-11 + +
+ www/chromium -- multiple vulnerabilities