Files
cve/2013/CVE-2013-7398.md

18 lines
794 B
Markdown
Raw Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2013-7398](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7398)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
main/java/com/ning/http/client/AsyncHttpClientConfig.java in Async Http Client (aka AHC or async-http-client) before 1.9.0 does not require a hostname match during verification of X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.
### POC
#### Reference
- https://github.com/AsyncHttpClient/async-http-client/issues/197
#### Github
No PoCs found on GitHub currently.