cve/2013/CVE-2013-10005.md

19 lines
854 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2013-10005](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-10005)
![](https://img.shields.io/static/v1?label=Product&message=github.com%2Fbtcsuite%2Fgo-socks&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=github.com%2Fbtcsuitereleases%2Fgo-socks&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%200.0.0-20130808000456-233bccbb1abe%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE%20400%3A%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
### Description
The RemoteAddr and LocalAddr methods on the returned net.Conn may call themselves, leading to an infinite loop which will crash the program due to a stack overflow.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Live-Hack-CVE/CVE-2013-10005