From owner-svn-ports-all@freebsd.org Tue Nov 10 03:18:51 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 A6ED5A29C0C; Tue, 10 Nov 2015 03:18:51 +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 68094163E; Tue, 10 Nov 2015 03:18:51 +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 tAA3IoD7050423; Tue, 10 Nov 2015 03:18:50 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAA3IojR050421; Tue, 10 Nov 2015 03:18:50 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511100318.tAA3IojR050421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 10 Nov 2015 03:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401184 - 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: Tue, 10 Nov 2015 03:18:51 -0000 Author: junovitch Date: Tue Nov 10 03:18:50 2015 New Revision: 401184 URL: https://svnweb.freebsd.org/changeset/ports/401184 Log: Revise lldpd entry to cover denial of service CVE and add references. PR: 204044 Security: CVE-2015-8012 Security: CVE-2015-8011 Security: https://vuxml.FreeBSD.org/freebsd/2a4a112a-7c1b-11e5-bd77-0800275369e2.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 10 02:56:41 2015 (r401183) +++ head/security/vuxml/vuln.xml Tue Nov 10 03:18:50 2015 (r401184) @@ -290,7 +290,7 @@ Notes: - lldpd -- Buffer overflow + lldpd -- Buffer overflow/Denial of service lldpd @@ -304,14 +304,22 @@ Notes:

A buffer overflow may allow arbitrary code execution only if hardening was disabled.

+
+

Malformed packets should not make lldpd crash. Ensure we can + handle them by not using assert() in this part.

+
+ CVE-2015-8011 + CVE-2015-8012 https://github.com/vincentbernat/lldpd/raw/0.7.19/NEWS + http://www.openwall.com/lists/oss-security/2015/10/30/2 2015-10-04 2015-10-26 + 2015-11-10