From owner-svn-ports-all@freebsd.org Fri Jul 31 16:36:09 2015 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 47D369AF85A; Fri, 31 Jul 2015 16:36:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.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 1F400151A; Fri, 31 Jul 2015 16:36:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6VGa8JM014384; Fri, 31 Jul 2015 16:36:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6VGa8hn014383; Fri, 31 Jul 2015 16:36:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507311636.t6VGa8hn014383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 31 Jul 2015 16:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393358 - 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.20 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, 31 Jul 2015 16:36:09 -0000 Author: feld Date: Fri Jul 31 16:36:08 2015 New Revision: 393358 URL: https://svnweb.freebsd.org/changeset/ports/393358 Log: Document older net-snmp DoS vulnerability Security: CVE-2014-3565 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 31 16:27:32 2015 (r393357) +++ head/security/vuxml/vuln.xml Fri Jul 31 16:36:08 2015 (r393358) @@ -58,6 +58,41 @@ Notes: --> + + net-snmp -- snmptrapd crash + + + net-snmp + 5.7.05.7.2.1 + 5.6.05.6.2.1 + 5.5.05.5.2.1 + 5.4.05.4.4 + + + + +

Murray McAllister reports:

+
+

A remote denial-of-service flaw was found in the way + snmptrapd handled certain SNMP traps when started with the + "-OQ" option. If an attacker sent an SNMP trap containing a + variable with a NULL type where an integer variable type was + expected, it would cause snmptrapd to crash.

+
+ +
+ + http://seclists.org/oss-sec/2014/q3/473 + http://sourceforge.net/p/net-snmp/code/ci/7f4a7b891332899cea26e95be0337aae01648742/ + https://sourceforge.net/p/net-snmp/official-patches/48/ + CVE-2014-3565 + + + 2014-07-31 + 2015-07-31 + +
+ net-snmp -- snmp_pdu_parse() function incomplete initialization