From owner-svn-ports-all@freebsd.org Fri Aug 9 16:47:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0D1FCCE16; Fri, 9 Aug 2019 16:47:33 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464rks3kcvz3HHn; Fri, 9 Aug 2019 16:47:33 +0000 (UTC) (envelope-from leres@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61B5218983; Fri, 9 Aug 2019 16:47:33 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x79GlXDl008223; Fri, 9 Aug 2019 16:47:33 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x79GlXTt008222; Fri, 9 Aug 2019 16:47:33 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201908091647.x79GlXTt008222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Fri, 9 Aug 2019 16:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508457 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 508457 X-SVN-Commit-Repository: ports 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.29 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: Fri, 09 Aug 2019 16:47:33 -0000 Author: leres Date: Fri Aug 9 16:47:32 2019 New Revision: 508457 URL: https://svnweb.freebsd.org/changeset/ports/508457 Log: security/vuxml: Mark bro < 2.6.3 as vulnerable as per: https://raw.githubusercontent.com/zeek/zeek/1d874e5548a58b3b8fd2a342fe4aa0944e779809/NEWS The issues are a null pointer dereference in the RPC analysis code and a signed integer overflow in BinPAC-generated parser code. Approved by: matthew (mentor, implicit) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Aug 9 15:36:02 2019 (r508456) +++ head/security/vuxml/vuln.xml Fri Aug 9 16:47:32 2019 (r508457) @@ -58,6 +58,50 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + bro -- Null pointer dereference and Signed integer overflow + + + bro + 2.6.3 + + + + +

Jon Siwek of Corelight reports:

+
+

This is a security patch release to address potential + Denial of Service vulnerabilities:

+
    +
  • + Null pointer dereference in the RPC analysis code. RPC + analyzers (e.g. MOUNT or NFS) are not enabled in the + default configuration.
  • + +
  • + Signed integer overflow in BinPAC-generated parser code. + The result of this is Undefined Behavior with respect to + the array bounds checking conditions that BinPAC generates, + so it's unpredictable what an optimizing compiler may + actually do under the assumption that signed integer + overlows should never happen. The specific symptom which + lead to finding this issue was with the PE analyzer causing + out-of-memory crashes due to large allocations that were + otherwise prevented when the array bounds checking logic + was changed to prevent any possible signed integer overlow.
  • +
+
+ +
+ + https://raw.githubusercontent.com/zeek/zeek/1d874e5548a58b3b8fd2a342fe4aa0944e779809/NEWS + + + 2019-06-22 + 2019-08-09 + +
+ PostgresSQL -- TYPE in pg_temp execute arbitrary SQL during `SECURITY DEFINER` execution