cve/2011/CVE-2011-1073.md
2024-06-18 02:51:15 +02:00

18 lines
786 B
Markdown

### [CVE-2011-1073](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1073)
![](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
crontab.c in crontab in FreeBSD and Apple Mac OS X allows local users to (1) determine the existence of arbitrary files via a symlink attack on a /tmp/crontab.XXXXXXXXXX temporary file and (2) perform MD5 checksum comparisons on arbitrary pairs of files via two symlink attacks on /tmp/crontab.XXXXXXXXXX temporary files.
### POC
#### Reference
- http://securityreason.com/securityalert/8117
#### Github
No PoCs found on GitHub currently.