ID FREEBSD_PKG_8629101316E611E8AE9FD43D7E971A1B.NASL Type nessus Reporter This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2019-12-02T00:00:00
Description
GitLab reports : SnippetFinder information disclosure The GitLab
SnippetFinder component contained an information disclosure which
allowed access to snippets restricted to Only team members or
configured as disabled. The issue is now resolved in the latest
version. LDAP API authorization issue An LDAP API endpoint contained
an authorization vulnerability which unintentionally disclosed bulk
LDAP groups data. This issue is now fixed in the latest release.
Persistent XSS mermaid markdown The mermaid markdown feature contained
a persistent XSS issue that is now resolved in the latest release.
Insecure direct object reference Todo API The Todo API was vulnerable
to an insecure direct object reference issue which resulted in an
information disclosure of confidential data. GitHub import access
control issue An improper access control weakness issue was discovered
in the GitHub import feature. The issue allowed an attacker to create
projects under other accounts which they shouldn
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from the FreeBSD VuXML database :
#
# Copyright 2003-2018 Jacques Vidrine and contributors
#
# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
# HTML, PDF, PostScript, RTF and so forth) with or without modification,
# are permitted provided that the following conditions are met:
# 1. Redistributions of source code (VuXML) must retain the above
# copyright notice, this list of conditions and the following
# disclaimer as the first lines of this file unmodified.
# 2. Redistributions in compiled form (transformed to other DTDs,
# published online in any format, converted to PDF, PostScript,
# RTF and other formats) must reproduce the above copyright
# notice, this list of conditions and the following disclaimer
# in the documentation and/or other materials provided with the
# distribution.
#
# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
include("compat.inc");
if (description)
{
script_id(106939);
script_version("3.2");
script_cvs_date("Date: 2018/11/10 11:49:47");
script_name(english:"FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)");
script_summary(english:"Checks for updated packages in pkg_info output");
script_set_attribute(
attribute:"synopsis",
value:
"The remote FreeBSD host is missing one or more security-related
updates."
);
script_set_attribute(
attribute:"description",
value:
"GitLab reports : SnippetFinder information disclosure The GitLab
SnippetFinder component contained an information disclosure which
allowed access to snippets restricted to Only team members or
configured as disabled. The issue is now resolved in the latest
version. LDAP API authorization issue An LDAP API endpoint contained
an authorization vulnerability which unintentionally disclosed bulk
LDAP groups data. This issue is now fixed in the latest release.
Persistent XSS mermaid markdown The mermaid markdown feature contained
a persistent XSS issue that is now resolved in the latest release.
Insecure direct object reference Todo API The Todo API was vulnerable
to an insecure direct object reference issue which resulted in an
information disclosure of confidential data. GitHub import access
control issue An improper access control weakness issue was discovered
in the GitHub import feature. The issue allowed an attacker to create
projects under other accounts which they shouldn't have access to. The
issue is now resolved in the latest version. Protected variables
information disclosure The CI jobs protected tag feature contained a
vulnerability which resulted in an information disclosure of protected
variables. The issue is now resolved in the latest release."
);
# https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?1d363718"
);
# https://vuxml.freebsd.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?012cc523"
);
script_set_attribute(attribute:"solution", value:"Update the affected packages.");
script_set_attribute(attribute:"risk_factor", value:"High");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:gitlab");
script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/02/07");
script_set_attribute(attribute:"patch_publication_date", value:"2018/02/21");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/02/22");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"FreeBSD Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/FreeBSD/release", "Host/FreeBSD/pkg_info");
exit(0);
}
include("audit.inc");
include("freebsd_package.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if (!get_kb_item("Host/FreeBSD/release")) audit(AUDIT_OS_NOT, "FreeBSD");
if (!get_kb_item("Host/FreeBSD/pkg_info")) audit(AUDIT_PACKAGE_LIST_MISSING);
flag = 0;
if (pkg_test(save_report:TRUE, pkg:"gitlab>=6.1.0<=10.2.7")) flag++;
if (pkg_test(save_report:TRUE, pkg:"gitlab>=10.3.0<=10.3.6")) flag++;
if (pkg_test(save_report:TRUE, pkg:"gitlab>=10.4.0<=10.4.2")) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());
else security_hole(0);
exit(0);
}
else audit(AUDIT_HOST_NOT, "affected");
{"id": "FREEBSD_PKG_8629101316E611E8AE9FD43D7E971A1B.NASL", "bulletinFamily": "scanner", "title": "FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)", "description": "GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn", "published": "2018-02-22T00:00:00", "modified": "2019-12-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/106939", "reporter": "This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["http://www.nessus.org/u?012cc523", "http://www.nessus.org/u?1d363718"], "cvelist": [], "type": "nessus", "lastseen": "2019-12-13T07:30:47", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:gitlab"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "GitLab reports : SnippetFinder information disclosure The GitLab SnippetFinder component contained an information disclosure which allowed access to snippets restricted to Only team members or configured as disabled. The issue is now resolved in the latest version. LDAP API authorization issue An LDAP API endpoint contained an authorization vulnerability which unintentionally disclosed bulk LDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained a persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable to an insecure direct object reference issue which resulted in an information disclosure of confidential data. GitHub import access control issue An improper access control weakness issue was discovered in the GitHub import feature. The issue allowed an attacker to create projects under other accounts which they shouldn't have access to. The issue is now resolved in the latest version. Protected variables information disclosure The CI jobs protected tag feature contained a vulnerability which resulted in an information disclosure of protected variables. The issue is now resolved in the latest release.", "edition": 4, "enchantments": {"dependencies": {"modified": "2019-02-21T01:36:48", "references": [{"idList": ["86291013-16E6-11E8-AE9F-D43D7E971A1B"], "type": "freebsd"}]}, "score": {"modified": "2019-02-21T01:36:48", "value": -0.2, "vector": "NONE"}}, "hash": "04b358ae53ee5254a74ea7c0f7ac6bae11162084b1dd010853fa82c38221983a", "hashmap": [{"hash": "2e72206cbac22ad7bd3f4c80124380b5", "key": "published"}, {"hash": "fe45aa727b58c1249bf04cfb7b4e6ae0", "key": "naslFamily"}, {"hash": "cdafd07f7db3c6b8a283b0fbbb81aa6f", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "edd69b86f94c8e0a23937a42677abd9f", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "885a1550ebd071f3ac634375503382bc", "key": "references"}, {"hash": "40782f8a3306debb1d7e6a829a285d6e", "key": "href"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "02c1888134ed19f2dfc12fa51c320626", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "3c764d4cf584f9ded7aa4dcca57c78ff", "key": "modified"}, {"hash": "2662a768b4e5513e2e4d27a3e633ddf0", "key": "cpe"}, {"hash": "2642195b833e1ce8d7da9cdfc50ce71f", "key": "pluginID"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=106939", "id": "FREEBSD_PKG_8629101316E611E8AE9FD43D7E971A1B.NASL", "lastseen": "2019-02-21T01:36:48", "modified": "2018-11-10T00:00:00", "naslFamily": "FreeBSD Local Security Checks", "objectVersion": "1.3", "pluginID": "106939", "published": "2018-02-22T00:00:00", "references": ["http://www.nessus.org/u?012cc523", "http://www.nessus.org/u?1d363718"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(106939);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2018/11/10 11:49:47\");\n\n script_name(english:\"FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn't have access to. The\nissue is now resolved in the latest version. Protected variables\ninformation disclosure The CI jobs protected tag feature contained a\nvulnerability which resulted in an information disclosure of protected\nvariables. The issue is now resolved in the latest release.\"\n );\n # https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1d363718\"\n );\n # https://vuxml.freebsd.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?012cc523\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:gitlab\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/02/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/02/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/02/22\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=6.1.0<=10.2.7\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.3.0<=10.3.6\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.4.0<=10.4.2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "title": "FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)", "type": "nessus", "viewCount": 8}, "differentElements": ["description", "reporter", "modified", "href"], "edition": 4, "lastseen": "2019-02-21T01:36:48"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:gitlab"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn't have access to. The\nissue is now resolved in the latest version. Protected variables\ninformation disclosure The CI jobs protected tag feature contained a\nvulnerability which resulted in an information disclosure of protected\nvariables. The issue is now resolved in the latest release.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-01-16T20:32:39", "references": [{"idList": ["86291013-16E6-11E8-AE9F-D43D7E971A1B"], "type": "freebsd"}]}, "score": {"value": 5.0, "vector": "NONE"}}, "hash": "4131d974664268b38051edb31bbdd96d8841697a01dfa20f01c3f1393bfc801a", "hashmap": [{"hash": "2e72206cbac22ad7bd3f4c80124380b5", "key": "published"}, {"hash": "fe45aa727b58c1249bf04cfb7b4e6ae0", "key": "naslFamily"}, {"hash": "fcb8cd89fb96b2aec5cf09e966cfdccd", "key": "description"}, {"hash": "cdafd07f7db3c6b8a283b0fbbb81aa6f", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "885a1550ebd071f3ac634375503382bc", "key": "references"}, {"hash": "40782f8a3306debb1d7e6a829a285d6e", "key": "href"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "02c1888134ed19f2dfc12fa51c320626", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "3c764d4cf584f9ded7aa4dcca57c78ff", "key": "modified"}, {"hash": "2662a768b4e5513e2e4d27a3e633ddf0", "key": "cpe"}, {"hash": "2642195b833e1ce8d7da9cdfc50ce71f", "key": "pluginID"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=106939", "id": "FREEBSD_PKG_8629101316E611E8AE9FD43D7E971A1B.NASL", "lastseen": "2019-01-16T20:32:39", "modified": "2018-11-10T00:00:00", "naslFamily": "FreeBSD Local Security Checks", "objectVersion": "1.3", "pluginID": "106939", "published": "2018-02-22T00:00:00", "references": ["http://www.nessus.org/u?012cc523", "http://www.nessus.org/u?1d363718"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(106939);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2018/11/10 11:49:47\");\n\n script_name(english:\"FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn't have access to. The\nissue is now resolved in the latest version. Protected variables\ninformation disclosure The CI jobs protected tag feature contained a\nvulnerability which resulted in an information disclosure of protected\nvariables. The issue is now resolved in the latest release.\"\n );\n # https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1d363718\"\n );\n # https://vuxml.freebsd.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?012cc523\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:gitlab\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/02/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/02/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/02/22\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=6.1.0<=10.2.7\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.3.0<=10.3.6\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.4.0<=10.4.2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "title": "FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)", "type": "nessus", "viewCount": 8}, "differentElements": ["description"], "edition": 3, "lastseen": "2019-01-16T20:32:39"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:gitlab"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "GitLab reports : SnippetFinder information disclosure The GitLab SnippetFinder component contained an information disclosure which allowed access to snippets restricted to Only team members or configured as disabled. The issue is now resolved in the latest version. LDAP API authorization issue An LDAP API endpoint contained an authorization vulnerability which unintentionally disclosed bulk LDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained a persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable to an insecure direct object reference issue which resulted in an information disclosure of confidential data. GitHub import access control issue An improper access control weakness issue was discovered in the GitHub import feature. The issue allowed an attacker to create projects under other accounts which they shouldn't have access to. The issue is now resolved in the latest version. Protected variables information disclosure The CI jobs protected tag feature contained a vulnerability which resulted in an information disclosure of protected variables. The issue is now resolved in the latest release.", "edition": 2, "enchantments": {"score": {"value": 5.0, "vector": "NONE"}}, "hash": "04b358ae53ee5254a74ea7c0f7ac6bae11162084b1dd010853fa82c38221983a", "hashmap": [{"hash": "2e72206cbac22ad7bd3f4c80124380b5", "key": "published"}, {"hash": "fe45aa727b58c1249bf04cfb7b4e6ae0", "key": "naslFamily"}, {"hash": "cdafd07f7db3c6b8a283b0fbbb81aa6f", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "edd69b86f94c8e0a23937a42677abd9f", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "885a1550ebd071f3ac634375503382bc", "key": "references"}, {"hash": "40782f8a3306debb1d7e6a829a285d6e", "key": "href"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "02c1888134ed19f2dfc12fa51c320626", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "3c764d4cf584f9ded7aa4dcca57c78ff", "key": "modified"}, {"hash": "2662a768b4e5513e2e4d27a3e633ddf0", "key": "cpe"}, {"hash": "2642195b833e1ce8d7da9cdfc50ce71f", "key": "pluginID"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=106939", "id": "FREEBSD_PKG_8629101316E611E8AE9FD43D7E971A1B.NASL", "lastseen": "2018-11-13T16:44:07", "modified": "2018-11-10T00:00:00", "naslFamily": "FreeBSD Local Security Checks", "objectVersion": "1.3", "pluginID": "106939", "published": "2018-02-22T00:00:00", "references": ["http://www.nessus.org/u?012cc523", "http://www.nessus.org/u?1d363718"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(106939);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2018/11/10 11:49:47\");\n\n script_name(english:\"FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn't have access to. The\nissue is now resolved in the latest version. Protected variables\ninformation disclosure The CI jobs protected tag feature contained a\nvulnerability which resulted in an information disclosure of protected\nvariables. The issue is now resolved in the latest release.\"\n );\n # https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1d363718\"\n );\n # https://vuxml.freebsd.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?012cc523\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:gitlab\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/02/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/02/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/02/22\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=6.1.0<=10.2.7\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.3.0<=10.3.6\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.4.0<=10.4.2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "title": "FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)", "type": "nessus", "viewCount": 8}, "differentElements": ["description"], "edition": 2, "lastseen": "2018-11-13T16:44:07"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:gitlab"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn", "edition": 6, "enchantments": {"dependencies": {"modified": "2019-11-01T02:38:58", "references": [{"idList": ["86291013-16E6-11E8-AE9F-D43D7E971A1B"], "type": "freebsd"}]}, "score": {"modified": "2019-11-01T02:38:58", "value": -0.5, "vector": "NONE"}}, "hash": "dfbfd7227f8069f6fa958a15980fcb246c3690cf3dd9aeedef1adbadfe43ad7c", "hashmap": [{"hash": "2e72206cbac22ad7bd3f4c80124380b5", "key": "published"}, {"hash": "fe45aa727b58c1249bf04cfb7b4e6ae0", "key": "naslFamily"}, {"hash": "cdafd07f7db3c6b8a283b0fbbb81aa6f", "key": "sourceData"}, {"hash": "abcf9266f425f12dda38f529cd4a94bc", "key": "modified"}, {"hash": "205fa18cac3fc8ebbd32824afb096581", "key": "reporter"}, {"hash": "a405afd9f184bf95cde01655e427388b", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "885a1550ebd071f3ac634375503382bc", "key": "references"}, {"hash": "761e6dbd37f2180de0f74afe4ce092b6", "key": "href"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "02c1888134ed19f2dfc12fa51c320626", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "2662a768b4e5513e2e4d27a3e633ddf0", "key": "cpe"}, {"hash": "2642195b833e1ce8d7da9cdfc50ce71f", "key": "pluginID"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/106939", "id": "FREEBSD_PKG_8629101316E611E8AE9FD43D7E971A1B.NASL", "lastseen": "2019-11-01T02:38:58", "modified": "2019-11-02T00:00:00", "naslFamily": "FreeBSD Local Security Checks", "objectVersion": "1.3", "pluginID": "106939", "published": "2018-02-22T00:00:00", "references": ["http://www.nessus.org/u?012cc523", "http://www.nessus.org/u?1d363718"], "reporter": "This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(106939);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2018/11/10 11:49:47\");\n\n script_name(english:\"FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn't have access to. The\nissue is now resolved in the latest version. Protected variables\ninformation disclosure The CI jobs protected tag feature contained a\nvulnerability which resulted in an information disclosure of protected\nvariables. The issue is now resolved in the latest release.\"\n );\n # https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1d363718\"\n );\n # https://vuxml.freebsd.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?012cc523\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:gitlab\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/02/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/02/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/02/22\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=6.1.0<=10.2.7\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.3.0<=10.3.6\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.4.0<=10.4.2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "title": "FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)", "type": "nessus", "viewCount": 8}, "differentElements": ["modified"], "edition": 6, "lastseen": "2019-11-01T02:38:58"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:gitlab"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "GitLab reports : SnippetFinder information disclosure The GitLab SnippetFinder component contained an information disclosure which allowed access to snippets restricted to Only team members or configured as disabled. The issue is now resolved in the latest version. LDAP API authorization issue An LDAP API endpoint contained an authorization vulnerability which unintentionally disclosed bulk LDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained a persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable to an insecure direct object reference issue which resulted in an information disclosure of confidential data. GitHub import access control issue An improper access control weakness issue was discovered in the GitHub import feature. The issue allowed an attacker to create projects under other accounts which they shouldn't have access to. The issue is now resolved in the latest version. Protected variables information disclosure The CI jobs protected tag feature contained a vulnerability which resulted in an information disclosure of protected variables. The issue is now resolved in the latest release.", "edition": 1, "enchantments": {"score": {"value": 5.0, "vector": "NONE"}}, "hash": "b292229fe9a8bf70c0ecd058bc61a74d4cc23c841a08393eab81bc4f85017e76", "hashmap": [{"hash": "2e72206cbac22ad7bd3f4c80124380b5", "key": "published"}, {"hash": "fe45aa727b58c1249bf04cfb7b4e6ae0", "key": "naslFamily"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "edd69b86f94c8e0a23937a42677abd9f", "key": "description"}, {"hash": "2e72206cbac22ad7bd3f4c80124380b5", "key": "modified"}, {"hash": "8da6c38a288e1c0fb395f91e073b9a0a", "key": "references"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "40782f8a3306debb1d7e6a829a285d6e", "key": "href"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "02c1888134ed19f2dfc12fa51c320626", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "2662a768b4e5513e2e4d27a3e633ddf0", "key": "cpe"}, {"hash": "2642195b833e1ce8d7da9cdfc50ce71f", "key": "pluginID"}, {"hash": "c6ad5b6bfdf564c3ebd1f66bd3974353", "key": "sourceData"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=106939", "id": "FREEBSD_PKG_8629101316E611E8AE9FD43D7E971A1B.NASL", "lastseen": "2018-02-22T23:25:01", "modified": "2018-02-22T00:00:00", "naslFamily": "FreeBSD Local Security Checks", "objectVersion": "1.3", "pluginID": "106939", "published": "2018-02-22T00:00:00", "references": ["http://www.nessus.org/u?d5fb51c1", "http://www.nessus.org/u?1d363718"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(106939);\n script_version(\"$Revision: 3.1 $\");\n script_cvs_date(\"$Date: 2018/02/22 15:58:19 $\");\n\n script_name(english:\"FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn't have access to. The\nissue is now resolved in the latest version. Protected variables\ninformation disclosure The CI jobs protected tag feature contained a\nvulnerability which resulted in an information disclosure of protected\nvariables. The issue is now resolved in the latest release.\"\n );\n # https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1d363718\"\n );\n # http://www.freebsd.org/ports/portaudit/86291013-16e6-11e8-ae9f-d43d7e971a1b.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d5fb51c1\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:gitlab\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/02/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/02/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/02/22\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 Tenable Network Security, Inc.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=6.1.0<=10.2.7\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.3.0<=10.3.6\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.4.0<=10.4.2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "title": "FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)", "type": "nessus", "viewCount": 8}, "differentElements": ["references", "modified", "sourceData"], "edition": 1, "lastseen": "2018-02-22T23:25:01"}], "edition": 7, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "2662a768b4e5513e2e4d27a3e633ddf0"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "a405afd9f184bf95cde01655e427388b"}, {"key": "href", "hash": "761e6dbd37f2180de0f74afe4ce092b6"}, {"key": "modified", "hash": "5a7504dfe859a7ccbaf560628f6442ad"}, {"key": "naslFamily", "hash": "fe45aa727b58c1249bf04cfb7b4e6ae0"}, {"key": "pluginID", "hash": "2642195b833e1ce8d7da9cdfc50ce71f"}, {"key": "published", "hash": "2e72206cbac22ad7bd3f4c80124380b5"}, {"key": "references", "hash": "885a1550ebd071f3ac634375503382bc"}, {"key": "reporter", "hash": "205fa18cac3fc8ebbd32824afb096581"}, {"key": "sourceData", "hash": "cdafd07f7db3c6b8a283b0fbbb81aa6f"}, {"key": "title", "hash": "02c1888134ed19f2dfc12fa51c320626"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "773fdbe830ff2e79fcadbd8d016eb69acc938e4edacb90fd8697bc75a2ac9c17", "viewCount": 8, "enchantments": {"dependencies": {"references": [{"type": "freebsd", "idList": ["86291013-16E6-11E8-AE9F-D43D7E971A1B"]}], "modified": "2019-12-13T07:30:47"}, "score": {"value": -0.5, "vector": "NONE", "modified": "2019-12-13T07:30:47"}, "vulnersScore": -0.5}, "objectVersion": "1.3", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the FreeBSD VuXML database :\n#\n# Copyright 2003-2018 Jacques Vidrine and contributors\n#\n# Redistribution and use in source (VuXML) and 'compiled' forms (SGML,\n# HTML, PDF, PostScript, RTF and so forth) with or without modification,\n# are permitted provided that the following conditions are met:\n# 1. Redistributions of source code (VuXML) must retain the above\n# copyright notice, this list of conditions and the following\n# disclaimer as the first lines of this file unmodified.\n# 2. Redistributions in compiled form (transformed to other DTDs,\n# published online in any format, converted to PDF, PostScript,\n# RTF and other formats) must reproduce the above copyright\n# notice, this list of conditions and the following disclaimer\n# in the documentation and/or other materials provided with the\n# distribution.\n# \n# THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\n# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS\n# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,\n# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT\n# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,\n# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(106939);\n script_version(\"3.2\");\n script_cvs_date(\"Date: 2018/11/10 11:49:47\");\n\n script_name(english:\"FreeBSD : GitLab -- multiple vulnerabilities (86291013-16e6-11e8-ae9f-d43d7e971a1b)\");\n script_summary(english:\"Checks for updated packages in pkg_info output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote FreeBSD host is missing one or more security-related\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GitLab reports : SnippetFinder information disclosure The GitLab\nSnippetFinder component contained an information disclosure which\nallowed access to snippets restricted to Only team members or\nconfigured as disabled. The issue is now resolved in the latest\nversion. LDAP API authorization issue An LDAP API endpoint contained\nan authorization vulnerability which unintentionally disclosed bulk\nLDAP groups data. This issue is now fixed in the latest release.\nPersistent XSS mermaid markdown The mermaid markdown feature contained\na persistent XSS issue that is now resolved in the latest release.\nInsecure direct object reference Todo API The Todo API was vulnerable\nto an insecure direct object reference issue which resulted in an\ninformation disclosure of confidential data. GitHub import access\ncontrol issue An improper access control weakness issue was discovered\nin the GitHub import feature. The issue allowed an attacker to create\nprojects under other accounts which they shouldn't have access to. The\nissue is now resolved in the latest version. Protected variables\ninformation disclosure The CI jobs protected tag feature contained a\nvulnerability which resulted in an information disclosure of protected\nvariables. The issue is now resolved in the latest release.\"\n );\n # https://about.gitlab.com/2018/02/07/gitlab-security-10-4-3-plus-10-3-7-plus-10-2-8-blog/\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?1d363718\"\n );\n # https://vuxml.freebsd.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?012cc523\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:freebsd:freebsd:gitlab\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:freebsd:freebsd\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2018/02/07\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/02/21\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/02/22\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"FreeBSD Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/FreeBSD/release\", \"Host/FreeBSD/pkg_info\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"freebsd_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/FreeBSD/release\")) audit(AUDIT_OS_NOT, \"FreeBSD\");\nif (!get_kb_item(\"Host/FreeBSD/pkg_info\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\n\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=6.1.0<=10.2.7\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.3.0<=10.3.6\")) flag++;\nif (pkg_test(save_report:TRUE, pkg:\"gitlab>=10.4.0<=10.4.2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "naslFamily": "FreeBSD Local Security Checks", "pluginID": "106939", "cpe": ["cpe:/o:freebsd:freebsd", "p-cpe:/a:freebsd:freebsd:gitlab"], "scheme": null}
{"freebsd": [{"lastseen": "2018-02-21T13:20:21", "bulletinFamily": "unix", "description": "\nGitLab reports:\n\nSnippetFinder information disclosure\nThe GitLab SnippetFinder component contained an information disclosure\n\t which allowed access to snippets restricted to Only team members or\n\t configured as disabled. The issue is now resolved in the latest version.\nLDAP API authorization issue\nAn LDAP API endpoint contained an authorization vulnerability which\n unintentionally disclosed bulk LDAP groups data. This issue is now fixed in\n the latest release.\nPersistent XSS mermaid markdown\nThe mermaid markdown feature contained a persistent XSS issue that is now\n resolved in the latest release.\nInsecure direct object reference Todo API\nThe Todo API was vulnerable to an insecure direct object reference issue\n which resulted in an information disclosure of confidential data.\nGitHub import access control issue\nAn improper access control weakness issue was discovered in the GitHub\n import feature. The issue allowed an attacker to create projects under other\n accounts which they shouldn't have access to. The issue is now resolved in\n the latest version.\nProtected variables information disclosure\nThe CI jobs protected tag feature contained a vulnerability which\n resulted in an information disclosure of protected variables. The issue is\n now resolved in the latest release.\n\n", "modified": "2018-02-07T00:00:00", "published": "2018-02-07T00:00:00", "href": "https://vuxml.freebsd.org/freebsd/86291013-16e6-11e8-ae9f-d43d7e971a1b.html", "id": "86291013-16E6-11E8-AE9F-D43D7E971A1B", "type": "freebsd", "title": "GitLab -- multiple vulnerabilities", "cvss": {"score": 0.0, "vector": "NONE"}}]}