First published: Mon Jun 23 2008(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Perl 5.30.0 | =5.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2008-2827 has a medium severity rating due to its potential for local privilege escalation via symlink attacks.
To fix CVE-2008-2827, upgrade to a version of Perl higher than 5.10 that addresses the permissions check issue.
Users running Perl version 5.10 are affected by CVE-2008-2827, particularly in environments where file permissions are managed.
A symlink attack in CVE-2008-2827 allows local users to exploit improper permission checks to change permissions on arbitrary files.
Yes, CVE-2008-2827 is a different vulnerability than CVE-2005-0448 and CVE-2004-0452, although they all involve permission issues.