From owner-svn-ports-head@FreeBSD.ORG Wed Jul 16 20:12:29 2014 Return-Path: Delivered-To: svn-ports-head@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 67B6EA06; Wed, 16 Jul 2014 20:12:29 +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 3C93D2E62; Wed, 16 Jul 2014 20:12:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GKCT7k083062; Wed, 16 Jul 2014 20:12:29 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GKCSOw083061; Wed, 16 Jul 2014 20:12:28 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201407162012.s6GKCSOw083061@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 16 Jul 2014 20:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362103 - 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.18 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: Wed, 16 Jul 2014 20:12:29 -0000 Author: rakuco Date: Wed Jul 16 20:12:28 2014 New Revision: 362103 URL: http://svnweb.freebsd.org/changeset/ports/362103 QAT: https://qat.redports.org/buildarchive/r362103/ Log: Document x11/kdelibs4 vulnerability. MFH: 2014Q3 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 16 19:31:12 2014 (r362102) +++ head/security/vuxml/vuln.xml Wed Jul 16 20:12:28 2014 (r362103) @@ -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