diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-10-29 18:33:06 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-10-29 18:33:06 +0000 |
commit | 3835626b3f83624387e8289eacb38575beedb6cc (patch) | |
tree | 74c88b6df9b2b40a5abc5fca0d21469a3772a9ff | |
parent | 3465a1e5ef72b401105c999bec835471ecf8e203 (diff) | |
download | ports-3835626b3f83624387e8289eacb38575beedb6cc.tar.gz ports-3835626b3f83624387e8289eacb38575beedb6cc.zip |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cfb77b74b6d8..28910d8331a3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b9591212-dba7-11e8-9416-001b217b3468"> + <topic>Gitlab -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gitlab-ce</name> + <range><ge>11.4.0</ge><lt>11.4.3</lt></range> + <range><ge>11.3.0</ge><lt>11.3.8</lt></range> + <range><ge>5.3.0</ge><lt>11.2.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gitlab reports:</p> + <blockquote cite="https://about.gitlab.com/2018/10/29/security-release-gitlab-11-dot-4-dot-3-released/"> + <p>RCE in Gitlab Wiki API</p> + <p>SSRF in Hipchat integration</p> + <p>Cleartext storage of personal access tokens</p> + <p>Information exposure through stack trace error message</p> + <p>Persistent XSS autocomplete</p> + <p>Information exposure in stored browser history</p> + <p>Information exposure when replying to issues through email</p> + <p>Persistent XSS in License Management and Security Reports</p> + <p>Metrics information disclosure in Prometheus integration</p> + <p>Unauthorized changes to a protected branch's access levels</p> + </blockquote> + </body> + </description> + <references> + <url>https://about.gitlab.com/2018/10/29/security-release-gitlab-11-dot-4-dot-3-released/</url> + <cvename>CVE-2018-18649</cvename> + <cvename>CVE-2018-18646</cvename> + <cvename>CVE-2018-18641</cvename> + <cvename>CVE-2018-18648</cvename> + <cvename>CVE-2018-18643</cvename> + <cvename>CVE-2018-18640</cvename> + <cvename>CVE-2018-18645</cvename> + <cvename>CVE-2018-18642</cvename> + <cvename>CVE-2018-18644</cvename> + <cvename>CVE-2018-18647</cvename> + </references> + <dates> + <discovery>2018-10-29</discovery> + <entry>2018-10-29</entry> + </dates> + </vuln> + <vuln vid="238ae7de-dba2-11e8-b713-b499baebfeaf"> <topic>OpenSSL -- Multiple vulnerabilities in 1.1 branch</topic> <affects> |