mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-28 17:22:02 +00:00
1.1 KiB
1.1 KiB
CVE-2018-17215
Description
An information-disclosure issue was discovered in Postman through 6.3.0. It validates a server's X.509 certificate and presents an error if the certificate is not valid. Unfortunately, the associated HTTPS request data is sent anyway. Only the response is not displayed. Thus, all contained information of the HTTPS request is disclosed to a man-in-the-middle attacker (for example, user credentials).
POC
Reference
- https://seclists.org/bugtraq/2018/Sep/56
- https://seclists.org/bugtraq/2018/Sep/56
- https://www.syss.de/fileadmin/dokumente/Publikationen/Advisories/SYSS-2018-016.txt
- https://www.syss.de/fileadmin/dokumente/Publikationen/Advisories/SYSS-2018-016.txt
Github
No PoCs found on GitHub currently.