mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 11:02:11 +02:00
20 lines
1013 B
Markdown
20 lines
1013 B
Markdown
### [CVE-2018-8970](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8970)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The int_x509_param_set_hosts function in lib/libcrypto/x509/x509_vpm.c in LibreSSL 2.7.0 before 2.7.1 does not support a certain special case of a zero name length, which causes silent omission of hostname verification, and consequently allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate. NOTE: the LibreSSL documentation indicates that this special case is supported, but the BoringSSL documentation does not.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://hackerone.com/reports/329645
|
|
|
|
#### Github
|
|
- https://github.com/0xT11/CVE-POC
|
|
- https://github.com/hectorgie/PoC-in-GitHub
|
|
- https://github.com/tiran/CVE-2018-8970
|
|
|