From owner-svn-ports-all@freebsd.org Wed Nov 2 05:26:41 2016 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 1FF1BC2AF67; Wed, 2 Nov 2016 05:26:41 +0000 (UTC) (envelope-from swills@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 ADE8C1CEA; Wed, 2 Nov 2016 05:26:40 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA25QdSM030790; Wed, 2 Nov 2016 05:26:39 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA25QdcE030788; Wed, 2 Nov 2016 05:26:39 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611020526.uA25QdcE030788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 2 Nov 2016 05:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425107 - 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.23 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, 02 Nov 2016 05:26:41 -0000 Author: swills Date: Wed Nov 2 05:26:39 2016 New Revision: 425107 URL: https://svnweb.freebsd.org/changeset/ports/425107 Log: Document memcached vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 2 05:05:20 2016 (r425106) +++ head/security/vuxml/vuln.xml Wed Nov 2 05:26:39 2016 (r425107) @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + memcached -- multiple vulnerabilities + + + memcached + 1.4.33 + + + + +

Cisco Talos reports:

+
+

Multiple integer overflow vulnerabilities exist within Memcached + that could be exploited to achieve remote code execution on the + targeted system. These vulnerabilities manifest in various Memcached + functions that are used in inserting, appending, prepending, or + modifying key-value data pairs. Systems which also have Memcached + compiled with support for SASL authentication are also vulnerable to + a third flaw due to how Memcached handles SASL authentication + commands.

+

An attacker could exploit these vulnerabilities by sending a + specifically crafted Memcached command to the targeted server. + Additionally, these vulnerabilities could also be exploited to leak + sensitive process information which an attacker could use to bypass + common exploitation mitigations, such as ASLR, and can be triggered + multiple times. This enables reliable exploitation which makes these + vulnerabilities severe.

+
+ +
+ + http://blog.talosintel.com/2016/10/memcached-vulnerabilities.html + CVE-2016-8704 + CVE-2016-8705 + CVE-2016-8706 + + + 2016-10-31 + 2016-11-02 + +
+ MySQL -- multiple vulnerabilities