From owner-svn-ports-all@freebsd.org Mon Jul 27 13:06:50 2015 Return-Path: Delivered-To: svn-ports-all@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 150779AA7DD; Mon, 27 Jul 2015 13:06:50 +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 DFF27DBC; Mon, 27 Jul 2015 13:06:49 +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 t6RD6n2L063120; Mon, 27 Jul 2015 13:06:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6RD6nLd063119; Mon, 27 Jul 2015 13:06:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507271306.t6RD6nLd063119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 27 Jul 2015 13:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392978 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 27 Jul 2015 13:06:50 -0000 Author: feld Date: Mon Jul 27 13:06:48 2015 New Revision: 392978 URL: https://svnweb.freebsd.org/changeset/ports/392978 Log: Document logstash SSL/TLS security vulnerability (FREAK attack) PR: 201893 Security: CVE-2015-5378 Security: c470bcc7-33fe-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 27 13:04:57 2015 (r392977) +++ head/security/vuxml/vuln.xml Mon Jul 27 13:06:48 2015 (r392978) @@ -58,6 +58,39 @@ Notes: --> + + logstash -- SSL/TLS vulnerability with Lumberjack input + + + logstash + 1.4.4 + 1.5.01.5.3 + + + + +

Elastic reports:

+
+

Vulnerability Summary: All Logstash versions prior to 1.5.2 that + use Lumberjack input (in combination with Logstash Forwarder agent) + are vulnerable to a SSL/TLS security issue called the FREAK attack. + This allows an attacker to intercept communication and access secure + data. Users should upgrade to 1.5.3 or 1.4.4.

+

Remediation Summary: Users that do not want to upgrade can address + the vulnerability by disabling the Lumberjack input.

+
+ +
+ + CVE-2015-5378 + https://www.elastic.co/community/security + + + 2015-07-22 + 2015-07-27 + +
+ chromium -- multiple vulnerabilities