Date: Fri, 2 Jul 2021 07:35:00 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b659a4b77f20 - main - security/vuxml: Documented gitlab vulnerabilities. Message-ID: <202107020735.1627Z02E050238@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=b659a4b77f207ce6d4c44b66bf34923433e69ca4 commit b659a4b77f207ce6d4c44b66bf34923433e69ca4 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2021-07-02 07:34:26 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2021-07-02 07:34:26 +0000 security/vuxml: Documented gitlab vulnerabilities. --- security/vuxml/vuln-2021.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index e2465c09c416..6424ad62cf30 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,42 @@ + <vuln vid="8ba8278d-db06-11eb-ba49-001b217b3468"> + <topic>Gitlab -- Multiple Vulnerabilities</topic> + <affects> + <package> + <name>gitlab-ce</name> + <range><ge>14.0.0</ge><lt>14.0.2</lt></range> + <range><ge>13.12.0</ge><lt>13.12.6</lt></range> + <range><ge>8.0.0</ge><lt>13.11.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gitlab reports:</p> + <blockquote cite="https://about.gitlab.com/releases/2021/07/01/security-release-gitlab-14-0-2-released/"> + <p>DoS using Webhook connections</p> + <p>CSRF on GraphQL API allows executing mutations through GET requests</p> + <p>Private projects information disclosure</p> + <p>Denial of service of user profile page</p> + <p>Single sign-on users not getting blocked</p> + <p>Some users can push to Protected Branch with Deploy keys</p> + <p>A deactivated user can access data through GraphQL</p> + <p>Reflected XSS in release edit page</p> + <p>Clipboard DOM-based XSS</p> + <p>Stored XSS on Audit Log</p> + <p>Forks of public projects by project members could leak codebase</p> + <p>Improper text rendering</p> + <p>HTML Injection in full name field</p> + </blockquote> + </body> + </description> + <references> + <url>https://about.gitlab.com/releases/2021/07/01/security-release-gitlab-14-0-2-released/</url> + </references> + <dates> + <discovery>2021-07-01</discovery> + <entry>2021-07-02</entry> + </dates> + </vuln> + <vuln vid="9d271bab-da22-11eb-86f0-94c691a700a6"> <topic>jenkins -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107020735.1627Z02E050238>