| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| PHP-Fusion < 6.00.205 HTML Injection | 25 Oct 200500:00 | – | nessus | |
| CVE-2005-3740 | 22 Nov 200511:00 | – | cve | |
| CVE-2005-3740 | 22 Nov 200511:00 | – | cvelist | |
| EUVD-2005-3737 | 7 Oct 202500:30 | – | euvd | |
| CVE-2005-3740 | 22 Nov 200511:03 | – | nvd | |
| PHP-Fusion <= 6.00.206 Forum SQL Injection Vulnerability | 22 Aug 200800:00 | – | openvas |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/15502 |
| secunia | www.secunia.com/advisories/17664/ |
# OpenVAS Vulnerability Test
# $Id: php_fusion_6_00_206_sql_injection.nasl 5933 2017-04-11 10:42:30Z cfi $
# Description: PHP-Fusion <= 6.00.206 Forum SQL Injection Vulnerability
#
# Authors:
# Ferdy Riphagen <f[dot]riphagen[at]nsec[dot]nl>
# Updated: 04/07/2009 Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (C) 2005 Ferdy Riphagen
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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.
#
tag_summary = "Description :
A vulnerability is reported in the forum module of PHP-Fusion
6.00.206 and some early released versions.
When the forum module is activated, a registered user
can execute arbitrary SQL injection commands.
The failure exists because the application does not properly
sanitize user-supplied input in 'options.php' and 'viewforum.php'
before using it in the SQL query, and magic_quotes_gpc is set to off.";
tag_solution = "Apply the patch from the php-fusion main site:
http://www.php-fusion.co.uk/downloads.php?cat_id=3";
if(description)
{
script_id(200010);
script_version("$Revision: 5933 $");
script_tag(name:"last_modification", value:"$Date: 2017-04-11 12:42:30 +0200 (Tue, 11 Apr 2017) $");
script_tag(name:"creation_date", value:"2008-08-22 16:09:14 +0200 (Fri, 22 Aug 2008)");
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-2005-3740");
script_bugtraq_id(15502);
script_name("PHP-Fusion <= 6.00.206 Forum SQL Injection Vulnerability");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2005 Ferdy Riphagen");
script_dependencies("secpod_php_fusion_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("php-fusion/installed");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/15502");
script_xref(name : "URL" , value : "http://secunia.com/advisories/17664/");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
port = get_http_port(default:80);
if(!get_port_state(port)){
exit(0);
}
version = get_kb_item("www/" + port + "/php-fusion");
if(!version){
exit(0);
}
if(version_is_less_equal(version:version, test_version:"6.00.206")){
security_message(port);
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation