AWStats < 6.6 'awstats.pl' Multiple Path Disclosure Vulnerability - Active Check
🗓️ 22 Mar 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 149 Views
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| CVE-2006-3682 | 19 Apr 200900:00 | – | circl | |
| CVE-2006-3682 | 18 Jul 200621:00 | – | cve | |
| CVE-2006-3682 | 18 Jul 200621:00 | – | cvelist | |
| CVE-2006-3682 | 18 Jul 200621:00 | – | debiancve | |
| AWStats 6.4 - 'AWStats.pl' Multiple Full Path Disclosures | 19 Apr 200900:00 | – | exploitdb | |
| EUVD-2006-3677 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-3682 | 21 Jul 200614:03 | – | nvd | |
| Ubuntu: Security Advisory (USN-360-1) | 26 Aug 202200:00 | – | openvas | |
| DEBIAN-CVE-2006-3682 | 21 Jul 200614:03 | – | osv | |
| Path traversal | 20 Apr 201817:29 | – | prion |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/34159 |
# SPDX-FileCopyrightText: 2009 Greenbone AG
# 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
CPE = "cpe:/a:awstats:awstats";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100070");
script_version("2025-09-09T14:09:45+0000");
script_tag(name:"last_modification", value:"2025-09-09 14:09:45 +0000 (Tue, 09 Sep 2025)");
script_tag(name:"creation_date", value:"2009-03-22 17:08:49 +0100 (Sun, 22 Mar 2009)");
script_cve_id("CVE-2006-3682");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_name("AWStats < 6.6 'awstats.pl' Multiple Path Disclosure Vulnerability - Active Check");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_copyright("Copyright (C) 2009 Greenbone AG");
script_dependencies("gb_awstats_http_detect.nasl");
script_mandatory_keys("awstats/http/detected");
script_require_ports("Services/www", 80);
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34159");
script_tag(name:"summary", value:"AWStats is prone to a path-disclosure vulnerability.");
script_tag(name:"affected", value:"AWStats 6.5 (build 1.857) and prior WebGUI Runtime Environment 0.8.x and
prior");
script_tag(name:"impact", value:"Exploiting this issue can allow an attacker to access sensitive data that may
be used to launch further attacks against a vulnerable computer.");
script_tag(name:"solution", value:"Update to version 6.6 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_app");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE, service: "www"))
exit(0);
if (!dir = get_app_location(cpe: CPE, port: port))
exit(0);
if (dir == "/")
dir = "";
url = dir + "/awstats.pl?config=VT-Test";
if (http_vuln_check(port: port, url: url,
pattern: 'Error:.*config file "awstats.VT-Test.conf".*after searching in path.*')) {
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
09 Sep 2025 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 25
EPSS0.09721