ID OPENVAS:1361412562310801549 Type openvas Reporter Copyright (C) 2010 Greenbone Networks GmbH Modified 2020-05-06T00:00:00
Description
This host is running PHPvidz and is prone to administrative
credentials disclosure vulnerability.
##############################################################################
# OpenVAS Vulnerability Test
#
# PHPvidz Administrative Credentials Disclosure Vulnerability
#
# Authors:
# Antu Sanadi <santu@secpod.com>
#
# Copyright:
# Copyright (C) 2010 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.801549");
script_version("2020-05-06T06:57:16+0000");
script_tag(name:"last_modification", value:"2020-05-06 06:57:16 +0000 (Wed, 06 May 2020)");
script_tag(name:"creation_date", value:"2010-11-30 12:42:12 +0100 (Tue, 30 Nov 2010)");
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_name("PHPvidz Administrative Credentials Disclosure Vulnerability");
script_xref(name:"URL", value:"http://seclists.org/bugtraq/2010/May/129");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/15606/");
script_xref(name:"URL", value:"http://www.mail-archive.com/bugtraq@securityfocus.com/msg33846.html");
script_tag(name:"qod_type", value:"remote_vul");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl", "global_settings.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name:"insight", value:"phpvidz uses a system of flat files to maintain application
state. The administrative password is stored within the '.inc' file and
is included during runtime.");
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 PHPvidz and is prone to administrative
credentials disclosure vulnerability.");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to
obtain sensitive information.");
script_tag(name:"affected", value:"PHPvidz version 0.9.5");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
port = http_get_port(default:80);
foreach dir( make_list_unique( "/phpvidz_0.9.5", "/phpvidz", http_cgi_dirs( port:port ) ) ) {
if( dir == "/" ) dir = "";
res = http_get_cache(item:string(dir, "/index.php"), port:port);
if(">PHPvidz<" >< res)
{
if(http_vuln_check(port:port, url:dir + "/includes/init.inc",
pattern:"(define .'ADMINPASSWORD)"))
{
security_message(port:port);
exit(0);
}
}
}
{"id": "OPENVAS:1361412562310801549", "type": "openvas", "bulletinFamily": "scanner", "title": "PHPvidz Administrative Credentials Disclosure Vulnerability", "description": "This host is running PHPvidz and is prone to administrative\ncredentials disclosure vulnerability.", "published": "2010-11-30T00:00:00", "modified": "2020-05-06T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310801549", "reporter": "Copyright (C) 2010 Greenbone Networks GmbH", "references": ["http://seclists.org/bugtraq/2010/May/129", "http://www.exploit-db.com/exploits/15606/", "http://www.mail-archive.com/bugtraq@securityfocus.com/msg33846.html"], "cvelist": [], "lastseen": "2020-05-08T19:11:43", "viewCount": 1, "enchantments": {"dependencies": {"references": [], "modified": "2020-05-08T19:11:43", "rev": 2}, "score": {"value": -0.2, "vector": "NONE", "modified": "2020-05-08T19:11:43", "rev": 2}, "vulnersScore": -0.2}, "pluginID": "1361412562310801549", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n#\n# PHPvidz Administrative Credentials Disclosure Vulnerability\n#\n# Authors:\n# Antu Sanadi <santu@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2010 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.801549\");\n script_version(\"2020-05-06T06:57:16+0000\");\n script_tag(name:\"last_modification\", value:\"2020-05-06 06:57:16 +0000 (Wed, 06 May 2020)\");\n script_tag(name:\"creation_date\", value:\"2010-11-30 12:42:12 +0100 (Tue, 30 Nov 2010)\");\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_name(\"PHPvidz Administrative Credentials Disclosure Vulnerability\");\n script_xref(name:\"URL\", value:\"http://seclists.org/bugtraq/2010/May/129\");\n script_xref(name:\"URL\", value:\"http://www.exploit-db.com/exploits/15606/\");\n script_xref(name:\"URL\", value:\"http://www.mail-archive.com/bugtraq@securityfocus.com/msg33846.html\");\n\n script_tag(name:\"qod_type\", value:\"remote_vul\");\n script_category(ACT_ATTACK);\n script_copyright(\"Copyright (C) 2010 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_dependencies(\"find_service.nasl\", \"no404.nasl\", \"webmirror.nasl\", \"DDI_Directory_Scanner.nasl\", \"global_settings.nasl\");\n script_require_ports(\"Services/www\", 80);\n script_exclude_keys(\"Settings/disable_cgi_scanning\");\n\n script_tag(name:\"insight\", value:\"phpvidz uses a system of flat files to maintain application\nstate. The administrative password is stored within the '.inc' file and\nis included during runtime.\");\n\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:\"summary\", value:\"This host is running PHPvidz and is prone to administrative\ncredentials disclosure vulnerability.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow remote attackers to\nobtain sensitive information.\");\n\n script_tag(name:\"affected\", value:\"PHPvidz version 0.9.5\");\n\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\ninclude(\"http_func.inc\");\ninclude(\"http_keepalive.inc\");\n\nport = http_get_port(default:80);\n\nforeach dir( make_list_unique( \"/phpvidz_0.9.5\", \"/phpvidz\", http_cgi_dirs( port:port ) ) ) {\n\n if( dir == \"/\" ) dir = \"\";\n\n res = http_get_cache(item:string(dir, \"/index.php\"), port:port);\n\n if(\">PHPvidz<\" >< res)\n {\n if(http_vuln_check(port:port, url:dir + \"/includes/init.inc\",\n pattern:\"(define .'ADMINPASSWORD)\"))\n {\n security_message(port:port);\n exit(0);\n }\n }\n}\n", "naslFamily": "Web application abuses"}