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

18 lines
949 B
Markdown

### [CVE-2007-6181](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6181)
![](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
Heap-based buffer overflow in cygwin1.dll in Cygwin 1.5.7 and earlier allows context-dependent attackers to execute arbitrary code via a filename with a certain length, as demonstrated by a remote authenticated user who uses the SCP protocol to send a file to the Cygwin machine, and thereby causes scp.exe on this machine to execute, and then overwrite heap memory with characters from the filename. NOTE: it is also reported that a related issue might exist in 1.5.7 through 1.5.19.
### POC
#### Reference
- http://securityreason.com/securityalert/3406
#### Github
No PoCs found on GitHub currently.