From owner-svn-ports-all@freebsd.org Thu Apr 14 02:07:45 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 BAEAEB0F2F7; Thu, 14 Apr 2016 02:07:45 +0000 (UTC) (envelope-from junovitch@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 716F411A4; Thu, 14 Apr 2016 02:07:45 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3E27iCS086036; Thu, 14 Apr 2016 02:07:44 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3E27iCl086035; Thu, 14 Apr 2016 02:07:44 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201604140207.u3E27iCl086035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 14 Apr 2016 02:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413239 - 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.21 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: Thu, 14 Apr 2016 02:07:45 -0000 Author: junovitch Date: Thu Apr 14 02:07:44 2016 New Revision: 413239 URL: https://svnweb.freebsd.org/changeset/ports/413239 Log: Document go remote denial of service Security: CVE-2016-3959 Security: https://vuxml.FreeBSD.org/freebsd/f2217cdf-01e4-11e6-b1ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Apr 14 01:55:45 2016 (r413238) +++ head/security/vuxml/vuln.xml Thu Apr 14 02:07:44 2016 (r413239) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + go -- remote denial of service + + + go + 1.6.1,1 + + + + +

Jason Buberel reports:

+
+

Go has an infinite loop in several big integer routines that makes + Go programs vulnerable to remote denial of service attacks. Programs + using HTTPS client authentication or the Go ssh server libraries are + both exposed to this vulnerability.

+
+ +
+ + CVE-2016-3959 + http://www.openwall.com/lists/oss-security/2016/04/05/2 + https://golang.org/cl/21533 + + + 2016-04-05 + 2016-04-14 + +
+ samba -- multiple vulnerabilities