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

18 lines
803 B
Markdown

### [CVE-2013-6422](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6422)
![](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
The GnuTLS backend in libcurl 7.21.4 through 7.33.0, when disabling digital signature verification (CURLOPT_SSL_VERIFYPEER), also disables the CURLOPT_SSL_VERIFYHOST check for CN or SAN host name fields, which makes it easier for remote attackers to spoof servers and conduct man-in-the-middle (MITM) attacks.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html
#### Github
No PoCs found on GitHub currently.