mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
18 lines
786 B
Markdown
18 lines
786 B
Markdown
### [CVE-2011-1073](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1073)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|