mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-24 18:40:30 +01:00
18 lines
924 B
Markdown
18 lines
924 B
Markdown
### [CVE-2012-6153](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6153)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
http/conn/ssl/AbstractVerifier.java in Apache Commons HttpClient before 4.2.3 does not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via a certificate with a subject that specifies a common name in a field that is not the CN field. NOTE: this issue exists because of an incomplete fix for CVE-2012-5783.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-2769-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|