From owner-svn-ports-head@freebsd.org Tue Jul 7 14:35:40 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 D59EF99503F; Tue, 7 Jul 2015 14:35:40 +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 AB36A1F06; Tue, 7 Jul 2015 14:35:40 +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 t67EZeu5021797; Tue, 7 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EZemS021795; Tue, 7 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507071435.t67EZemS021795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 7 Jul 2015 14:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391505 - 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, 07 Jul 2015 14:35:40 -0000 Author: feld Date: Tue Jul 7 14:35:39 2015 New Revision: 391505 URL: https://svnweb.freebsd.org/changeset/ports/391505 Log: Document roundcube vulnerabilities Security: CVE-2015-5381 Security: CVE-2015-5383 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jul 7 14:22:37 2015 (r391504) +++ head/security/vuxml/vuln.xml Tue Jul 7 14:35:39 2015 (r391505) @@ -57,6 +57,45 @@ Notes: --> + + roundcube - multiple vulnerabilities + + + roundcube + 1.1.0,11.1.2,1 + 1.0.6,1 + + + + +

Roundcube reports:

+
+

We just published updates to both stable versions 1.0 and + 1.1 after fixing many minor bugs and adding some security improvements + to the 1.1 release branch. Version 1.0.6 comes with cherry-picked fixes + from the more recent version to ensure proper long term support + especially in regards of security and compatibility. + + The security-related fixes in particular are: + + * XSS vulnerability in _mbox argument + * security improvement in contact photo handling + * potential info disclosure from temp directory

+
+ +
+ + CVE-2015-5381 + CVE-2015-5383 + http://openwall.com/lists/oss-security/2015/07/06/10 + https://roundcube.net/news/2015/06/05/updates-1.1.2-and-1.0.6-released/ + + + 2015-05-30 + 2015-07-7 + +
+ turnserver -- SQL injection vulnerability