cve/2004/CVE-2004-0452.md

18 lines
772 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2004-0452](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0452)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Race condition in the rmtree function in the File::Path module in Perl 5.6.1 and 5.8.4 sets read/write permissions for the world, which allows local users to delete arbitrary files and directories, and possibly read files and directories, via a symlink attack.
### POC
#### Reference
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9938
#### Github
No PoCs found on GitHub currently.