Files
CVEs-PoC/2018/CVE-2018-10936.md
T
2024-05-26 14:27:05 +02:00

19 lines
877 B
Markdown

### [CVE-2018-10936](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10936)
![](https://img.shields.io/static/v1?label=Product&message=PostgreSQL&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-297&color=brighgreen)
### Description
A weakness was found in postgresql-jdbc before version 42.2.5. It was possible to provide an SSL Factory and not check the host name if a host name verifier was not provided to the driver. This could lead to a condition where a man-in-the-middle attacker could masquerade as a trusted server by providing a certificate for the wrong host, as long as it was signed by a trusted CA.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/0xT11/CVE-POC
- https://github.com/tafamace/CVE-2018-10936