From owner-svn-ports-all@freebsd.org Wed Oct 25 10:35:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E47FFE45F18; Wed, 25 Oct 2017 10:35:11 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0692670AE; Wed, 25 Oct 2017 10:35:11 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9PAZBkc094931; Wed, 25 Oct 2017 10:35:11 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9PAZAlv094929; Wed, 25 Oct 2017 10:35:10 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201710251035.v9PAZAlv094929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 25 Oct 2017 10:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452842 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 452842 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 10:35:12 -0000 Author: tz Date: Wed Oct 25 10:35:10 2017 New Revision: 452842 URL: https://svnweb.freebsd.org/changeset/ports/452842 Log: Document GitLab vulnerabilities Security: https://vuxml.FreeBSD.org/freebsd/418c172b-b96f-11e7-b627-d43d7e971a1b.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 25 10:25:24 2017 (r452841) +++ head/security/vuxml/vuln.xml Wed Oct 25 10:35:10 2017 (r452842) @@ -58,6 +58,55 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + GitLab -- multiple vulnerabilities + + + gitlab + 2.8.09.4.6 + 9.5.09.5.8 + 10.0.010.0.3 + + + + +

GitLab reports:

+
+

Cross-Site Scripting (XSS) vulnerability in the Markdown sanitization + filter

+

Yasin Soliman via HackerOne reported a Cross-Site Scripting (XSS) + vulnerability in the GitLab markdown sanitization filter. The sanitization + filter was not properly stripping invalid characters from URL schemes and + was therefore vulnerable to persistent XSS attacks anywhere Markdown was + supported.

+

Cross-Site Scripting (XSS) vulnerability in search bar

+

Josh Unger reported a Cross-Site Scripting (XSS) vulnerability in the + issue search bar. Usernames were not being properly HTML escaped inside the + author filter would could allow arbitrary script execution.

+

Open redirect in repository git redirects

+

Eric Rafaloff via HackerOne reported that GitLab was vulnerable to an + open redirect vulnerability when redirecting requests for repository names + that include the git extension. GitLab was not properly removing dangerous + parameters from the params field before redirecting which could allow an + attacker to redirect users to arbitrary hosts.

+

Username changes could leave repositories behind

+

An internal code review discovered that a bug in the code that moves + repositories during a username change could potentially leave behind + projects, allowing an attacker who knows the previous username to + potentially steal the contents of repositories on instances that are not + configured with hashed namespaces.

+
+ +
+ + https://about.gitlab.com/2017/10/17/gitlab-10-dot-0-dot-4-security-release/ + + + 2017-10-17 + 2017-10-25 + +
+ cURL -- out of bounds read