svn commit: r469554 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Thu May 10 14:47:47 UTC 2018
Author: swills
Date: Thu May 10 14:47:46 2018
New Revision: 469554
URL: https://svnweb.freebsd.org/changeset/ports/469554
Log:
Document jenkins security issues
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Thu May 10 14:42:29 2018 (r469553)
+++ head/security/vuxml/vuln.xml Thu May 10 14:47:46 2018 (r469554)
@@ -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="06ab7724-0fd7-427e-a5ce-fe436302b10c">
+ <topic>jenkins -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>jenkins</name>
+ <range><le>2.120</le></range>
+ </package>
+ <package>
+ <name>jenkins-lts</name>
+ <range><le>2.107.2</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-05-09/">
+ <p>The agent to master security subsystem ensures that the Jenkins
+ master is protected from maliciously configured agents. A path
+ traversal vulnerability allowed agents to escape whitelisted
+ directories to read and write to files they should not be able to
+ access.</p>
+ <p>Black Duck Hub Plugin's API endpoint was affected by an XML
+ External Entity (XXE) processing vulnerability. This allowed an
+ attacker with Overall/Read access to have Jenkins parse a maliciously
+ crafted file that uses external entities for extraction of secrets
+ from the Jenkins master, server-side request forgery, or
+ denial-of-service attacks.</p>
+ <p>Several other lower severity issues were reported, see reference
+ url for details.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://jenkins.io/security/advisory/2018-05-09/</url>
+ </references>
+ <dates>
+ <discovery>2018-05-09</discovery>
+ <entry>2018-05-10</entry>
+ </dates>
+ </vuln>
+
<vuln vid="5aefc41e-d304-4ec8-8c82-824f84f08244">
<topic>mozilla -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list