Files
CVEs-PoC/2010/CVE-2010-0105.md
T
2024-06-18 02:51:15 +02:00

18 lines
855 B
Markdown

### [CVE-2010-0105](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0105)
![](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
The hfs implementation in Apple Mac OS X 10.5.8 and 10.6.x before 10.6.5 supports hard links to directories and does not prevent certain deeply nested directory structures, which allows local users to cause a denial of service (filesystem corruption) via a crafted application that calls the mkdir and link functions, related to the fsck_hfs program in the diskdev_cmds component.
### POC
#### Reference
- http://securityreason.com/achievement_securityalert/83
#### Github
No PoCs found on GitHub currently.