diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2018-10-11 21:42:28 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2018-10-11 21:42:28 +0800 |
commit | 2e56fcb501ab33e2cba5b66b571b6d117dbbac61 (patch) | |
tree | 26c4bf18154df7d3fa8499eac5eaf83e16a583db /security | |
parent | e46c2323299624efef568354ca1c13fa6c84c665 (diff) | |
download | freebsd-ports-gnome-2e56fcb501ab33e2cba5b66b571b6d117dbbac61.tar.gz freebsd-ports-gnome-2e56fcb501ab33e2cba5b66b571b6d117dbbac61.tar.zst freebsd-ports-gnome-2e56fcb501ab33e2cba5b66b571b6d117dbbac61.zip |
Document Jenkins Security Advisory 2018-10-10
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 14dc921d0d0d..3576aa49a40e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3350275d-cd5a-11e8-a7be-3497f683cb16"> + <topic>jenkins -- multiple vulnerabilities</topic> + <affects> + <package> + <name>jenkins</name> + <range><lt>2.146</lt></range> + </package> + <package> + <name>jenkins-lts</name> + <range><lt>2.138.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/2018-10-10/"> + <h1>Description</h1> + <h5>(Low) SECURITY-867</h5> + <p>Path traversal vulnerability in Stapler allowed accessing internal data</p> + <h5>(Medium) SECURITY-1074</h5> + <p>Arbitrary file write vulnerability using file parameter definitions</p> + <h5>(Medium) SECURITY-1129</h5> + <p>Reflected XSS vulnerability</p> + <h5>(Medium) SECURITY-1162</h5> + <p>Ephemeral user record was created on some invalid authentication attempts</p> + <h5>(Medium) SECURITY-1128</h5> + <p>Ephemeral user record creation</p> + <h5>(Medium) SECURITY-1158</h5> + <p>Session fixation vulnerability on user signup</p> + <h5>(Medium) SECURITY-765</h5> + <p>Failures to process form submission data could result in secrets being displayed or written to logs</p> + </blockquote> + </body> + </description> + <references> + <url>https://jenkins.io/security/advisory/2018-10-10/</url> + </references> + <dates> + <discovery>2018-10-10</discovery> + <entry>2018-10-11</entry> + </dates> + </vuln> + <vuln vid="a4eb38ea-cc06-11e8-ada4-408d5cf35399"> <topic>tinc -- Buffer overflow</topic> <affects> |