Date: Wed, 2 Oct 2019 16:16:25 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513589 - head/security/vuxml Message-ID: <201910021616.x92GGPvd049871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Wed Oct 2 16:16:24 2019 New Revision: 513589 URL: https://svnweb.freebsd.org/changeset/ports/513589 Log: Document gitlab vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 2 16:14:46 2019 (r513588) +++ head/security/vuxml/vuln.xml Wed Oct 2 16:16:24 2019 (r513589) @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b17c86b9-e52e-11e9-86e9-001b217b3468"> + <topic>Gitlab -- Multiple Vulnerabilities</topic> + <affects> + <package> + <name>gitlab-ce</name> + <range><ge>12.3.0</ge><lt>12.3.2</lt></range> + <range><ge>12.2.0</ge><lt>12.2.6</lt></range> + <range><ge>7.12.0</ge><lt>12.1.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SO-AND-SO reports:</p> + <blockquote cite="https://about.gitlab.com/2019/09/30/security-release-gitlab-12-dot-3-dot-2-released/"> + <p>XSS in Markdown Preview Using Mermaid</p> + <p>Bypass Email Verification using Salesforce Authentication</p> + <p>Account Takeover using SAML</p> + <p>Uncontrolled Resource Consumption in Markdown using Mermaid</p> + <p>Disclosure of Private Project Path and Labels</p> + <p>Disclosure of Assignees via Milestones</p> + <p>Disclosure of Project Path via Unsubscribe Link</p> + <p>Disclosure of Project Milestones via Groups</p> + <p>Disclosure of Private System Notes via GraphQL</p> + <p>GIT Command Injection via API</p> + <p>Bypass User Blocking via CI/CD token</p> + <p>IDOR Adding Groups to Protected Environments</p> + <p>Disclosure of Group Membership via Merge Request Approval Rules</p> + <p>Disclosure of Head Pipeline via Blocking Merge Request Feature</p> + <p>Grafana update</p> + </blockquote> + </body> + </description> + <references> + <url>https://about.gitlab.com/2019/09/30/security-release-gitlab-12-dot-3-dot-2-released/</url> + <cvename>CVE-2019-19039</cvename> + </references> + <dates> + <discovery>2019-09-30</discovery> + <entry>2019-10-02</entry> + </dates> + </vuln> + <vuln vid="ed18aa92-e4f4-11e9-b6fa-3085a9a95629"> <topic>cacti -- Authenticated users may bypass authorization checks</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021616.x92GGPvd049871>