From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 20:17:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4091D2B; Wed, 16 Jul 2014 20:17:33 +0000 (UTC) Received: from svn.freebsd.org (svn.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 B7ABF2EB6; Wed, 16 Jul 2014 20:17:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GKHX3A084244; Wed, 16 Jul 2014 20:17:33 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GKHXUF084242; Wed, 16 Jul 2014 20:17:33 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407162017.s6GKHXUF084242@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 16 Jul 2014 20:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r362105 - branches/2014Q3/security/vuxml X-SVN-Group: ports-branches 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.18 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: Wed, 16 Jul 2014 20:17:34 -0000 Author: rakuco Date: Wed Jul 16 20:17:33 2014 New Revision: 362105 URL: http://svnweb.freebsd.org/changeset/ports/362105 QAT: https://qat.redports.org/buildarchive/r362105/ Log: MFH: r362103 Document x11/kdelibs4 vulnerability. Approved by: portmgr (erwin) Modified: branches/2014Q3/security/vuxml/vuln.xml Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q3/security/vuxml/vuln.xml Wed Jul 16 20:13:17 2014 (r362104) +++ branches/2014Q3/security/vuxml/vuln.xml Wed Jul 16 20:17:33 2014 (r362105) @@ -57,6 +57,40 @@ Notes: --> + + kdelibs4 -- KMail/KIO POP3 SSL Man-in-the-middle Flaw + + + kdelibs + 4.10.954.12.5_2 + + + + +

Richard J. Moore reports:

+
+

The POP3 kioslave used by KMail will accept invalid + certificates without presenting a dialog to the user due a + bug that leads to an inability to display the dialog + combined with an error in the way the result is checked.

+

This flaw allows an active attacker to perform MITM + attacks against the ioslave which could result in the leakage of + sensitive data such as the authentication details and the contents of + emails.

+
+ +
+ + CVE-2014-3494 + 68113 + http://lists.kde.org/?l=kde-announce&m=140312275318160&w=2 + + + 2014-06-17 + 2014-07-16 + +
+ postfixadmin -- SQL injection vulnerability