ID OPENVAS:1361412562310112511 Type openvas Reporter This script is Copyright (C) 2019 Greenbone Networks GmbH Modified 2019-02-12T00:00:00
Description
MODX Revolution CMS is prone to multiple cross-site scripting vulnerabilities.
# Copyright (C) 2019 Greenbone Networks GmbH
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.112511");
script_version("$Revision: 13601 $");
script_tag(name:"last_modification", value:"$Date: 2019-02-12 13:26:11 +0100 (Tue, 12 Feb 2019) $");
script_tag(name:"creation_date", value:"2019-02-07 10:42:11 +0100 (Thu, 07 Feb 2019)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_cve_id("CVE-2018-20755", "CVE-2018-20756", "CVE-2018-20757", "CVE-2018-20758");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("MODX Revolution CMS < 2.7.1 Multiple XSS Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("This script is Copyright (C) 2019 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_modx_cms_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("modx_cms/installed");
script_tag(name:"summary", value:"MODX Revolution CMS is prone to multiple cross-site scripting vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"affected", value:"MODX Revolution versions through 2.7.0.");
script_tag(name:"solution", value:"Upgrade to version 2.7.1 or apply the changes from the referenced github issues.");
script_xref(name:"URL", value:"https://github.com/modxcms/revolution/issues/14102");
script_xref(name:"URL", value:"https://github.com/modxcms/revolution/issues/14103");
script_xref(name:"URL", value:"https://github.com/modxcms/revolution/issues/14104");
script_xref(name:"URL", value:"https://github.com/modxcms/revolution/issues/14105");
exit(0);
}
CPE = 'cpe:/a:modx:revolution';
include("host_details.inc");
include("version_func.inc");
if(!port = get_app_port(cpe: CPE))
exit(0);
if(!version = get_app_version(cpe: CPE, port: port))
exit(0);
if(version_is_less(version: version, test_version: "2.7.1")) {
report = report_fixed_ver(installed_version: version, fixed_version: "2.7.1");
security_message(port: port, data: report);
exit(0);
}
exit(99);
{"id": "OPENVAS:1361412562310112511", "type": "openvas", "bulletinFamily": "scanner", "title": "MODX Revolution CMS < 2.7.1 Multiple XSS Vulnerabilities", "description": "MODX Revolution CMS is prone to multiple cross-site scripting vulnerabilities.", "published": "2019-02-07T00:00:00", "modified": "2019-02-12T00:00:00", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310112511", "reporter": "This script is Copyright (C) 2019 Greenbone Networks GmbH", "references": ["https://github.com/modxcms/revolution/issues/14105", "https://github.com/modxcms/revolution/issues/14102", "https://github.com/modxcms/revolution/issues/14104", "https://github.com/modxcms/revolution/issues/14103"], "cvelist": ["CVE-2018-20756", "CVE-2018-20757", "CVE-2018-20758", "CVE-2018-20755"], "lastseen": "2019-05-29T18:32:11", "viewCount": 69, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2018-20755", "CVE-2018-20756", "CVE-2018-20757", "CVE-2018-20758"]}], "rev": 4}, "score": {"value": 5.3, "vector": "NONE"}, "backreferences": {"references": [{"type": "cve", "idList": ["CVE-2018-20755", "CVE-2018-20756", "CVE-2018-20757", "CVE-2018-20758"]}]}, "exploitation": null, "vulnersScore": 5.3}, "pluginID": "1361412562310112511", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation; either version 2 of the License, or\n# (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.112511\");\n script_version(\"$Revision: 13601 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-02-12 13:26:11 +0100 (Tue, 12 Feb 2019) $\");\n script_tag(name:\"creation_date\", value:\"2019-02-07 10:42:11 +0100 (Thu, 07 Feb 2019)\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n\n script_cve_id(\"CVE-2018-20755\", \"CVE-2018-20756\", \"CVE-2018-20757\", \"CVE-2018-20758\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner_unreliable\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_name(\"MODX Revolution CMS < 2.7.1 Multiple XSS Vulnerabilities\");\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"This script is Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_dependencies(\"gb_modx_cms_detect.nasl\");\n script_require_ports(\"Services/www\", 80);\n script_mandatory_keys(\"modx_cms/installed\");\n\n script_tag(name:\"summary\", value:\"MODX Revolution CMS is prone to multiple cross-site scripting vulnerabilities.\");\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n script_tag(name:\"affected\", value:\"MODX Revolution versions through 2.7.0.\");\n script_tag(name:\"solution\", value:\"Upgrade to version 2.7.1 or apply the changes from the referenced github issues.\");\n\n script_xref(name:\"URL\", value:\"https://github.com/modxcms/revolution/issues/14102\");\n script_xref(name:\"URL\", value:\"https://github.com/modxcms/revolution/issues/14103\");\n script_xref(name:\"URL\", value:\"https://github.com/modxcms/revolution/issues/14104\");\n script_xref(name:\"URL\", value:\"https://github.com/modxcms/revolution/issues/14105\");\n\n exit(0);\n}\n\nCPE = 'cpe:/a:modx:revolution';\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\nif(!port = get_app_port(cpe: CPE))\n exit(0);\n\nif(!version = get_app_version(cpe: CPE, port: port))\n exit(0);\n\nif(version_is_less(version: version, test_version: \"2.7.1\")) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"2.7.1\");\n security_message(port: port, data: report);\n exit(0);\n}\n\nexit(99);\n", "naslFamily": "Web application abuses", "immutableFields": [], "cvss2": {}, "cvss3": {}, "_state": {"dependencies": 1645595067}}