svn commit: r382070 - head/security/vuxml
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Mar 24 06:22:29 UTC 2015
Author: lwhsu
Date: Tue Mar 24 06:22:27 2015
New Revision: 382070
URL: https://svnweb.freebsd.org/changeset/ports/382070
QAT: https://qat.redports.org/buildarchive/r382070/
Log:
Document Jenkins Security Advisory 2015-03-23
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Mar 24 05:48:43 2015 (r382069)
+++ head/security/vuxml/vuln.xml Tue Mar 24 06:22:27 2015 (r382070)
@@ -57,6 +57,45 @@ Notes:
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="22dc4a22-d1e5-11e4-879c-00e0814cab4e">
+ <topic>jenkins -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>jenkins</name>
+ <range><le>1.605</le></range>
+ </package>
+ <package>
+ <name>jenkins-lts</name>
+ <range><le>1.596.1</le></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Jenkins Security Advisory:</p>
+ <blockquote cite="https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-03-23">
+ <h1>Description</h1>
+ <h5>SECURITY-171, SECURITY-177 (Reflective XSS vulnerability)</h5>
+ <p>An attacker without any access to Jenkins can navigate the user
+ to a carefully crafted URL and have the user execute unintended
+ actions. This vulnerability can be used to attack Jenkins inside
+ firewalls from outside so long as the location of Jenkins is known
+ to the attacker.</p>
+ <h5>SECURITY-180 (forced API token change)</h5>
+ <p>The part of Jenkins that issues a new API token was not
+ adequately protected against anonymous attackers. This allows an
+ attacker to escalate privileges on Jenkins.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-03-23</url>
+ </references>
+ <dates>
+ <discovery>2015-03-23</discovery>
+ <entry>2015-03-24</entry>
+ </dates>
+ </vuln>
+
<vuln vid="76ff65f4-17ca-4d3f-864a-a3d6026194fb">
<topic>mozilla -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list