cve/2015/CVE-2015-2674.md

18 lines
656 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2015-2674](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2674)
![](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
Restkit allows man-in-the-middle attackers to spoof TLS servers by leveraging use of the ssl.wrap_socket function in Python with the default CERT_NONE value for the cert_reqs argument.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=1202837
#### Github
No PoCs found on GitHub currently.