svn commit: r467175 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Thu Apr 12 17:54:29 UTC 2018
Author: swills
Date: Thu Apr 12 17:54:28 2018
New Revision: 467175
URL: https://svnweb.freebsd.org/changeset/ports/467175
Log:
Document Jenkins vulnerabilities
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Thu Apr 12 17:48:45 2018 (r467174)
+++ head/security/vuxml/vuln.xml Thu Apr 12 17:54:28 2018 (r467175)
@@ -58,6 +58,47 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="aaba17aa-782e-4843-8a79-7756cfa2bf89">
+ <topic>jenkins -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>jenkins</name>
+ <range><le>2.115</le></range>
+ </package>
+ <package>
+ <name>jenkins-lts</name>
+ <range><le>2.107.1</le></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Jenkins developers report:</p>
+ <blockquote cite="https://jenkins.io/security/advisory/2018-04-11/">
+ <p>The Jenkins CLI sent different error responses for commands with
+ view and agent arguments depending on the existence of the specified
+ views or agents to unauthorized users. This allowed attackers to
+ determine whether views or agents with specified names exist.</p>
+ <p>The Jenkins CLI now returns the same error messages to unauthorized
+ users independent of the existence of specified view or agent
+ names</p>
+ <p>Some JavaScript confirmation dialogs included the item name in an
+ unsafe manner, resulting in a possible cross-site scripting
+ vulnerability exploitable by users with permission to create or
+ configure items.</p>
+ <p>JavaScript confirmation dialogs that include the item name now
+ properly escape it, so it can be safely displayed.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://jenkins.io/security/advisory/2018-04-11/</url>
+ </references>
+ <dates>
+ <discovery>2018-04-11</discovery>
+ <entry>2018-04-12</entry>
+ </dates>
+ </vuln>
+
<vuln vid="5c6f7482-3ced-11e8-b157-6451062f0f7a">
<topic>Flash Player -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list