From owner-svn-ports-head@freebsd.org Wed Apr 20 11:46:35 2016 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 E35A3B14766; Wed, 20 Apr 2016 11:46:35 +0000 (UTC) (envelope-from mm@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 B17C018DD; Wed, 20 Apr 2016 11:46:35 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3KBkY1H015768; Wed, 20 Apr 2016 11:46:34 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3KBkYj9015767; Wed, 20 Apr 2016 11:46:34 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201604201146.u3KBkYj9015767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Wed, 20 Apr 2016 11:46:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413680 - 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.21 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, 20 Apr 2016 11:46:36 -0000 Author: mm Date: Wed Apr 20 11:46:34 2016 New Revision: 413680 URL: https://svnweb.freebsd.org/changeset/ports/413680 Log: Document security vulnerability in proftpd mod_tls. PR: 208876 Security: CVE-2016-3125 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Apr 20 11:44:05 2016 (r413679) +++ head/security/vuxml/vuln.xml Wed Apr 20 11:46:34 2016 (r413680) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + proftpd -- vulnerability in mod_tls + + + proftpd + 1.3.5b + 1.3.6.r1 + + + + +

MITRE reports:

+
+

The mod_tls module in ProFTPD before 1.3.5b and 1.3.6 before + 1.3.6rc2 does not properly handle the TLSDHParamFile directive, which + might cause a weaker than intended Diffie-Hellman (DH) key to be used + and consequently allow attackers to have unspecified impact via + unknown vectors.

+
+ +
+ + CVE-2016-3125 + + + 2016-03-08 + 2016-04-20 + +
+ chromium -- multiple vulnerabilities