diff options
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index bd338f4abb6c..68f2910a0bd0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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="631c4710-9be5-4a80-9310-eb2847fe24dd"> + <topic>jenkins -- multiple vulnerabilities</topic> + <affects> + <package> + <name>jenkins</name> + <range><lt>2.57</lt></range> + </package> + <package> + <name>jenkins-lts</name> + <range><lt>2.46.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Jenkins Security Advisory:</p> + <blockquote cite="https://jenkins.io/security/advisory/2017-04-26/"> + <h1>Description</h1> + <h5>SECURITY-412 through SECURITY-420 / CVE-2017-1000356</h5> + <p>CSRF: Multiple vulnerabilities</p> + <h5>SECURITY-429 / CVE-2017-1000353</h5> + <p>CLI: Unauthenticated remote code execution</p> + <h5>SECURITY-466 / CVE-2017-1000354</h5> + <p>CLI: Login command allowed impersonating any Jenkins user</p> + <h5>SECURITY-503 / CVE-2017-1000355</h5> + <p>XStream: Java crash when trying to instantiate void/Void</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-1000356</cvename> + <cvename>CVE-2017-1000353</cvename> + <cvename>CVE-2017-1000354</cvename> + <cvename>CVE-2017-1000355</cvename> + <url>https://jenkins.io/security/advisory/2017-04-26/</url> + </references> + <dates> + <discovery>2017-04-26</discovery> + <entry>2017-04-27</entry> + </dates> + </vuln> + <vuln vid="df0144fb-295e-11e7-970f-002590263bf5"> <topic>codeigniter -- multiple vulnerabilities</topic> <affects> |