ID OPENVAS:1361412562310801442 Type openvas Reporter Copyright (C) 2010 Greenbone Networks GmbH Modified 2020-05-06T00:00:00
Description
This host is running Textpattern and is prone to remote file
inclusion vulnerability.
##############################################################################
# OpenVAS Vulnerability Test
#
# Textpattern CMS 'index.php' Remote File Inclusion Vulnerability
#
# Authors:
# Madhuri D <dmadhuri@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.801442");
script_version("2020-05-06T13:14:18+0000");
script_tag(name:"last_modification", value:"2020-05-06 13:14:18 +0000 (Wed, 06 May 2020)");
script_tag(name:"creation_date", value:"2010-11-11 07:48:04 +0100 (Thu, 11 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_cve_id("CVE-2010-3205");
script_name("Textpattern CMS 'index.php' Remote File Inclusion Vulnerability");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/61475");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/14823/");
script_xref(name:"URL", value:"http://packetstormsecurity.org/1008-exploits/textpattern-rfi.txt");
script_category(ACT_GATHER_INFO);
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:"The flaw is due to an error in 'index.php', which is not properly
sanitizing user-supplied data via 'inc' parameter. This allows an attacker to
include arbitrary files.");
script_tag(name:"solution", value:"Upgrade to version 4.3.0 or later.");
script_tag(name:"summary", value:"This host is running Textpattern and is prone to remote file
inclusion vulnerability.");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary
code on the vulnerable Web server.");
script_tag(name:"affected", value:"Textpattern CMS version 4.2.0");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
script_xref(name:"URL", value:"http://textpattern.com/download");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
include("http_keepalive.inc");
port = http_get_port(default:80);
if(!http_can_host_php(port:port)){
exit(0);
}
foreach dir (make_list_unique("/textpattern", "/", http_cgi_dirs(port:port)))
{
if(dir == "/") dir = "";
res = http_get_cache(item: dir + "/index.php", port:port);
if(">Textpattern<" >< res || "Textpattern CMS" >< res)
{
req = http_get(item: dir + "/README.txt", port:port);
res = http_keepalive_send_recv(port:port, data:req);
version = eregmatch(pattern:"Textpattern ([0-9.]+)", string:res);
if(version[1] != NULL)
{
if(version_is_equal(version:version[1], test_version:"4.2.0"))
{
security_message(port:port);
exit(0);
}
}
}
}
exit(99);
{"id": "OPENVAS:1361412562310801442", "type": "openvas", "bulletinFamily": "scanner", "title": "Textpattern CMS 'index.php' Remote File Inclusion Vulnerability", "description": "This host is running Textpattern and is prone to remote file\n inclusion vulnerability.", "published": "2010-11-11T00: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=1361412562310801442", "reporter": "Copyright (C) 2010 Greenbone Networks GmbH", "references": ["http://packetstormsecurity.org/1008-exploits/textpattern-rfi.txt", "http://xforce.iss.net/xforce/xfdb/61475", "http://textpattern.com/download", "http://www.exploit-db.com/exploits/14823/"], "cvelist": ["CVE-2010-3205"], "lastseen": "2020-05-08T19:11:54", "viewCount": 3, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2010-3205"]}, {"type": "exploitdb", "idList": ["EDB-ID:14823"]}], "modified": "2020-05-08T19:11:54", "rev": 2}, "score": {"value": 6.7, "vector": "NONE", "modified": "2020-05-08T19:11:54", "rev": 2}, "vulnersScore": 6.7}, "pluginID": "1361412562310801442", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n#\n# Textpattern CMS 'index.php' Remote File Inclusion Vulnerability\n#\n# Authors:\n# Madhuri D <dmadhuri@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.801442\");\n script_version(\"2020-05-06T13:14:18+0000\");\n script_tag(name:\"last_modification\", value:\"2020-05-06 13:14:18 +0000 (Wed, 06 May 2020)\");\n script_tag(name:\"creation_date\", value:\"2010-11-11 07:48:04 +0100 (Thu, 11 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_cve_id(\"CVE-2010-3205\");\n script_name(\"Textpattern CMS 'index.php' Remote File Inclusion Vulnerability\");\n script_xref(name:\"URL\", value:\"http://xforce.iss.net/xforce/xfdb/61475\");\n script_xref(name:\"URL\", value:\"http://www.exploit-db.com/exploits/14823/\");\n script_xref(name:\"URL\", value:\"http://packetstormsecurity.org/1008-exploits/textpattern-rfi.txt\");\n\n script_category(ACT_GATHER_INFO);\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:\"The flaw is due to an error in 'index.php', which is not properly\n sanitizing user-supplied data via 'inc' parameter. This allows an attacker to\n include arbitrary files.\");\n\n script_tag(name:\"solution\", value:\"Upgrade to version 4.3.0 or later.\");\n\n script_tag(name:\"summary\", value:\"This host is running Textpattern and is prone to remote file\n inclusion vulnerability.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attacker to execute arbitrary\n code on the vulnerable Web server.\");\n\n script_tag(name:\"affected\", value:\"Textpattern CMS version 4.2.0\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n script_xref(name:\"URL\", value:\"http://textpattern.com/download\");\n exit(0);\n}\n\ninclude(\"http_func.inc\");\ninclude(\"version_func.inc\");\ninclude(\"http_keepalive.inc\");\n\nport = http_get_port(default:80);\n\nif(!http_can_host_php(port:port)){\n exit(0);\n}\n\nforeach dir (make_list_unique(\"/textpattern\", \"/\", http_cgi_dirs(port:port)))\n{\n\n if(dir == \"/\") dir = \"\";\n\n res = http_get_cache(item: dir + \"/index.php\", port:port);\n\n if(\">Textpattern<\" >< res || \"Textpattern CMS\" >< res)\n {\n req = http_get(item: dir + \"/README.txt\", port:port);\n res = http_keepalive_send_recv(port:port, data:req);\n\n version = eregmatch(pattern:\"Textpattern ([0-9.]+)\", string:res);\n if(version[1] != NULL)\n {\n if(version_is_equal(version:version[1], test_version:\"4.2.0\"))\n {\n security_message(port:port);\n exit(0);\n }\n }\n }\n}\n\nexit(99);\n", "naslFamily": "Web application abuses", "immutableFields": []}