From owner-svn-ports-head@freebsd.org Tue Dec 1 14:28:48 2015 Return-Path: Delivered-To: svn-ports-head@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 44CC4A3E80E; Tue, 1 Dec 2015 14:28:48 +0000 (UTC) (envelope-from ume@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 ECDEC1D20; Tue, 1 Dec 2015 14:28:47 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB1ESlO0070449; Tue, 1 Dec 2015 14:28:47 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB1ESk0r070447; Tue, 1 Dec 2015 14:28:46 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201512011428.tB1ESk0r070447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 1 Dec 2015 14:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402743 - 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.20 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: Tue, 01 Dec 2015 14:28:48 -0000 Author: ume Date: Tue Dec 1 14:28:46 2015 New Revision: 402743 URL: https://svnweb.freebsd.org/changeset/ports/402743 Log: Document Cyrus IMAPd integer overflow vulnerability. Security: CVE-2015-8077 Security: CVE-2015-8078 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Dec 1 14:09:46 2015 (r402742) +++ head/security/vuxml/vuln.xml Tue Dec 1 14:28:46 2015 (r402743) @@ -58,6 +58,42 @@ Notes: --> + + cyrus-imapd -- integer overflow in the start_octet addition + + + cyrus-imapd25 + 2.5.02.5.7 + + + cyrus-imapd24 + 2.4.02.4.18_2 + + + + +

Cyrus IMAP 2.5.7 Release Note states:

+
+

CVE-2015-8077, CVE-2015-8078: protect against integer overflow in urlfetch range checks

+
+ +
+ + CVE-2015-8078 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8078 + http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-8078.html + https://security-tracker.debian.org/tracker/CVE-2015-8078 + CVE-2015-8077 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8077 + http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-8077.html + https://security-tracker.debian.org/tracker/CVE-2015-8077 + + + 2015-11-04 + 2015-12-01 + +
+ django -- information leak vulnerability