diff options
author | swills <swills@FreeBSD.org> | 2018-01-18 04:50:17 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-01-18 04:50:17 +0800 |
commit | 07d5ac966e8997c9f444907036331db1290ac225 (patch) | |
tree | 7fa53556cc8f4f5dcaeececc149ef52aa6ef8c2e /security | |
parent | bc9cc0dcdd010cd59026da938737eb9955a892e5 (diff) | |
download | freebsd-ports-gnome-07d5ac966e8997c9f444907036331db1290ac225.tar.gz freebsd-ports-gnome-07d5ac966e8997c9f444907036331db1290ac225.tar.zst freebsd-ports-gnome-07d5ac966e8997c9f444907036331db1290ac225.zip |
Document GitLab issue
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1f64550c3082..398cca47c68a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="65fab89f-2231-46db-8541-978f4e87f32a"> + <topic>gitlab -- Remote code execution on project import</topic> + <affects> + <package> + <name>gitlab</name> + <range><lt>10.1.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>GitLab developers report:</p> + <blockquote cite="https://about.gitlab.com/2018/01/16/gitlab-10-dot-3-dot-4-released/"> + <p>Today we are releasing versions 10.3.4, 10.2.6, and 10.1.6 for + GitLab Community Edition (CE) and Enterprise Edition (EE).</p> + <p>These versions contain a number of important security fixes, + including two that prevent remote code execution, and we strongly + recommend that all GitLab installations be upgraded to one of these + versions immediately.</p> + </blockquote> + </body> + </description> + <references> + <url>https://about.gitlab.com/2018/01/16/gitlab-10-dot-3-dot-4-released/</url> + <cvename>CVE-2017-0915</cvename> + <cvename>CVE-2018-3710</cvename> + </references> + <dates> + <discovery>2018-01-16</discovery> + <entry>2018-01-17</entry> + </dates> + </vuln> + <vuln vid="3e5b8bd3-0c32-452f-a60e-beab7b762351"> <topic>transmission-daemon -- vulnerable to dns rebinding attacks</topic> <affects> |