From owner-svn-ports-head@FreeBSD.ORG Sun Feb 17 10:28:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6D5328CD; Sun, 17 Feb 2013 10:28:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 41A8EB8; Sun, 17 Feb 2013 10:28:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1HAStdX080315; Sun, 17 Feb 2013 10:28:55 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1HASsil080314; Sun, 17 Feb 2013 10:28:54 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201302171028.r1HASsil080314@svn.freebsd.org> From: Li-Wen Hsu Date: Sun, 17 Feb 2013 10:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312408 - 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.14 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: Sun, 17 Feb 2013 10:28:55 -0000 Author: lwhsu Date: Sun Feb 17 10:28:54 2013 New Revision: 312408 URL: http://svnweb.freebsd.org/changeset/ports/312408 Log: Document Jenkins Security Advisory 2013-02-16 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 17 09:45:16 2013 (r312407) +++ head/security/vuxml/vuln.xml Sun Feb 17 10:28:54 2013 (r312408) @@ -51,6 +51,47 @@ Note: Please add new entries to the beg --> + + jenkins -- multiple vulnerabilities + + + jenkins + 1.501 + + + + +

Jenkins Security Advisory reports:

+
+

This advisory announces multiple security vulnerabilities that + were found in Jenkins core.

+
    +
  1. One of the vulnerabilities allows cross-site request + forgery (CSRF) attacks on Jenkins master, which causes an user + to make unwanted actions on Jenkins. Another vulnerability + enables cross-site scripting (XSS) attacks, which has the similar + consequence. Another vulnerability allowed an attacker to bypass + the CSRF protection mechanism in place, thereby mounting more CSRF + attackes. These attacks allow an attacker without direct access to + Jenkins to mount an attack.
  2. +
  3. In the fourth vulnerability, a malicious user of Jenkins can trick + Jenkins into building jobs that he does not have direct access to.
  4. +
  5. And lastly, a vulnerability allows a malicious user of Jenkins to + mount a denial of service attack by feeding a carefully crafted + payload to Jenkins.
  6. +
+
+ +
+ + https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16 + + + 2013-02-16 + 2013-02-17 + +
+ poweradmin -- multiple XSS vulnerabilities