Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
N/A
Vulnerability Description
Race condition in the rmtree function in File::Path 1.08 (lib/File/Path.pm) in Perl 5.8.8 allows local users to to delete arbitrary files via a symlink attack, a different vulnerability than CVE-2005-0448, CVE-2004-0452, and CVE-2008-2827. NOTE: this is a regression error related to CVE-2005-0448. It is different from CVE-2008-5302 due to affected versions.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
Perl rmdir()函数本地竞争条件漏洞
Vulnerability Description
Perl是一种免费且功能强大的编程语言。 Perl的lib/File/Path.pm模块中的rmtree函数存在竞争条件错误: 170 (undef, undef, my $rp) = lstat $root or next; 171 $rp &= 07777; # don't forget setuid, setgid, sticky bits 172 if ( -d _ ) { ... 209 if (rmdir $root) { 210 ++$count; 211 } 212 else { 213
CVSS Information
N/A
Vulnerability Type
N/A