From owner-svn-ports-head@freebsd.org Thu Feb 25 05:25:12 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 26C5FAB320E; Thu, 25 Feb 2016 05:25:12 +0000 (UTC) (envelope-from lwhsu@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 D938D1BDD; Thu, 25 Feb 2016 05:25:11 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1P5PA7A004021; Thu, 25 Feb 2016 05:25:10 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1P5PAUJ004020; Thu, 25 Feb 2016 05:25:10 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201602250525.u1P5PAUJ004020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 25 Feb 2016 05:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409492 - 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.20 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: Thu, 25 Feb 2016 05:25:12 -0000 Author: lwhsu Date: Thu Feb 25 05:25:10 2016 New Revision: 409492 URL: https://svnweb.freebsd.org/changeset/ports/409492 Log: Document Jenkins Security Advisory 2016-02-24 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 25 03:08:09 2016 (r409491) +++ head/security/vuxml/vuln.xml Thu Feb 25 05:25:10 2016 (r409492) @@ -58,6 +58,59 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + jenkins -- multiple vulnerabilities + + + jenkins + 1.650 + + + jenkins-lts + 1.642.2 + + + + +

Jenkins Security Advisory:

+
+

Description

+
SECURITY-232 / CVE-2016-0788(Remote code execution vulnerability in remoting module)
+

A vulnerability in the Jenkins remoting module allowed + unauthenticated remote attackers to open a JRMP listener on the + server hosting the Jenkins master process, which allowed arbitrary + code execution.

+
SECURITY-238 / CVE-2016-0789(HTTP response splitting vulnerability)
+

An HTTP response splitting vulnerability in the CLI command + documentation allowed attackers to craft Jenkins URLs that serve + malicious content.

+
SECURITY-241 / CVE-2016-0790(Non-constant time comparison of API token)
+

The verification of user-provided API tokens with the expected + value did not use a constant-time comparison algorithm, potentially + allowing attackers to use statistical methods to determine valid + API tokens using brute-force methods.

+
SECURITY-245 / CVE-2016-0791(Non-constant time comparison of CSRF crumbs)
+

The verification of user-provided CSRF crumbs with the expected + value did not use a constant-time comparison algorithm, potentially + allowing attackers to use statistical methods to determine valid + CSRF crumbs using brute-force methods.

+
SECURITY-247 / CVE-2016-0792(Remote code execution through remote API)
+

Jenkins has several API endpoints that allow low-privilege users + to POST XML files that then get deserialized by Jenkins. + Maliciously crafted XML files sent to these API endpoints could + result in arbitrary code execution.

+
+ +
+ + https://wiki.jenkins-ci.org/display/SECURITY/Security+Advisory+2016-02-24 + + + 2016-02-24 + 2016-02-25 + +
+ squid -- remote DoS in HTTP response processing