cve/2019/CVE-2019-17393.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-17393](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17393)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The Customer's Tomedo Server in Version 1.7.3 communicates to the Vendor Tomedo Server via HTTP (in cleartext) that can be sniffed by unauthorized actors. Basic authentication is used for the authentication, making it possible to base64 decode the sniffed credentials and discover the username and password.
### POC
#### Reference
- http://packetstormsecurity.com/files/154873/Tomedo-Server-1.7.3-Information-Disclosure-Weak-Cryptography.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/154873/Tomedo-Server-1.7.3-Information-Disclosure-Weak-Cryptography.html
2024-05-26 14:27:05 +02:00
- http://seclists.org/fulldisclosure/2019/Oct/33
2024-06-09 00:33:16 +00:00
- http://seclists.org/fulldisclosure/2019/Oct/33
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.