cve/2011/CVE-2011-1074.md

18 lines
714 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2011-1074](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1074)
![](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 allows local users to determine the existence of arbitrary directories via a command-line argument composed of a directory name concatenated with a directory traversal sequence that leads to the /etc/crontab pathname.
### POC
#### Reference
- http://securityreason.com/securityalert/8117
#### Github
No PoCs found on GitHub currently.