diff options
author | mfechner <mfechner@FreeBSD.org> | 2018-06-05 04:10:22 +0800 |
---|---|---|
committer | mfechner <mfechner@FreeBSD.org> | 2018-06-05 04:10:22 +0800 |
commit | 51b538ceb3495c6f0794b106d050cb69bd32f550 (patch) | |
tree | f8384ff61f9be6f59ac4c85604d6e9952744874a /security | |
parent | 2802390246142f11c5d1d59c9aacb7312b18a4fc (diff) | |
download | freebsd-ports-gnome-51b538ceb3495c6f0794b106d050cb69bd32f550.tar.gz freebsd-ports-gnome-51b538ceb3495c6f0794b106d050cb69bd32f550.tar.zst freebsd-ports-gnome-51b538ceb3495c6f0794b106d050cb69bd32f550.zip |
Document new vulnerabilities in www/gitlab < 10.8.2 or < 10.7.5 or < 10.6.6.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15635
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1ae6fac16e6c..6649076d5bce 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -101,6 +101,39 @@ Notes: </dates> </vuln> + <vuln vid="9557dc72-64da-11e8-bc32-d8cb8abf62dd"> + <topic>Gitlab -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gitlab</name> + <range><ge>10.8.0</ge><lt>10.8.2</lt></range> + <range><ge>10.7.0</ge><lt>10.7.5</lt></range> + <range><ge>1.0</ge><lt>10.6.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>GitLab reports:</p> + <blockquote cite="https://about.gitlab.com/2018/05/29/security-release-gitlab-10-dot-8-dot-2-released/"> + <p>Removing public deploy keys regression</p> + <p>Users can update their password without entering current password</p> + <p>Persistent XSS - Selecting users as allowed merge request approvers</p> + <p>Persistent XSS - Multiple locations of user selection drop downs</p> + <p>include directive in .gitlab-ci.yml allows SSRF requests</p> + <p>Permissions issue in Merge Requests Create Service</p> + <p>Arbitrary assignment of project fields using "Import project"</p> + </blockquote> + </body> + </description> + <references> + <url>https://about.gitlab.com/2018/05/29/security-release-gitlab-10-dot-8-dot-2-released/</url> + </references> + <dates> + <discovery>2018-05-29</discovery> + <entry>2018-05-31</entry> + </dates> + </vuln> + <vuln vid="7fc3e827-64a5-11e8-aedb-00224d821998"> <topic>strongswan -- Fix Denial-of-Service Vulnerability strongSwan (CVE-2018-10811, CVE-2018-5388)</topic> <affects> |