diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-08-28 23:36:03 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-08-28 23:36:03 +0800 |
commit | 62645eebc15cdd82264b92a7772a16ae6a75d421 (patch) | |
tree | 13e38dede14260bcbe28d508c6f4d96a3750ea2d /security | |
parent | e4d88a10b0e953760360f33f17a0b8a0744af812 (diff) | |
download | freebsd-ports-gnome-62645eebc15cdd82264b92a7772a16ae6a75d421.tar.gz freebsd-ports-gnome-62645eebc15cdd82264b92a7772a16ae6a75d421.tar.zst freebsd-ports-gnome-62645eebc15cdd82264b92a7772a16ae6a75d421.zip |
Document Jenkins Security Advisory 2019-08-28
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cd364c17bd83..35a80dd83832 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="7a7891fc-6318-447a-ba45-31d525ec11a0"> + <topic>jenkins -- multiple vulnerabilities</topic> + <affects> + <package> + <name>jenkins</name> + <range><le>2.191</le></range> + </package> + <package> + <name>jenkins-lts</name> + <range><le>2.176.2</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Jenkins Security Advisory:</p> + <blockquote cite="https://jenkins.io/security/advisory/2019-08-28/"> + <h1>Description</h1> + <h5>(Medium) SECURITY-1453 / CVE-2019-10383</h5> + <p>Stored XSS vulnerability in update center</p> + <h5>(High) SECURITY-1491 / CVE-2019-10384</h5> + <p>CSRF protection tokens for anonymous users did not expire in some circumstances</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2019-10383</cvename> + <cvename>CVE-2019-10384</cvename> + <url>https://jenkins.io/security/advisory/2019-08-28/</url> + </references> + <dates> + <discovery>2019-08-28</discovery> + <entry>2019-08-28</entry> + </dates> + </vuln> + <vuln vid="0f31b4e9-c827-11e9-9626-589cfc01894a"> <topic>Mozilla -- Stored passwords in 'Saved Logins' can be copied without master password entry</topic> <affects> |