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

18 lines
904 B
Markdown

### [CVE-2014-3504](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3504)
![](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 (1) serf_ssl_cert_issuer, (2) serf_ssl_cert_subject, and (3) serf_ssl_cert_certificate functions in Serf 0.2.0 through 1.3.x before 1.3.7 does not properly handle a NUL byte in a domain name in the subject's Common Name (CN) field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/bulletinoct2015-2511968.html
#### Github
No PoCs found on GitHub currently.