Date: Fri, 9 Aug 2019 16:47:33 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508457 - head/security/vuxml Message-ID: <201908091647.x79GlXTt008222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f56669f5-d799-4ff5-9174-64a6d571c451"> + <topic>bro -- Null pointer dereference and Signed integer overflow</topic> + <affects> + <package> + <name>bro</name> + <range><lt>2.6.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Jon Siwek of Corelight reports:</p> + <blockquote cite="https://raw.githubusercontent.com/zeek/zeek/1d874e5548a58b3b8fd2a342fe4aa0944e779809/NEWS"> + <p>This is a security patch release to address potential + Denial of Service vulnerabilities:</p> + <ul> + <li> + Null pointer dereference in the RPC analysis code. RPC + analyzers (e.g. MOUNT or NFS) are not enabled in the + default configuration.</li> + + <li> + 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.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>https://raw.githubusercontent.com/zeek/zeek/1d874e5548a58b3b8fd2a342fe4aa0944e779809/NEWS</url> + </references> + <dates> + <discovery>2019-06-22</discovery> + <entry>2019-08-09</entry> + </dates> + </vuln> + <vuln vid="9de4c1c1-b9ee-11e9-82aa-6cc21735f730"> <topic>PostgresSQL -- TYPE in pg_temp execute arbitrary SQL during `SECURITY DEFINER` execution</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908091647.x79GlXTt008222>