cve/2019/CVE-2019-5723.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-5723](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5723)
![](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
An issue was discovered in portier vision 4.4.4.2 and 4.4.4.6. Passwords are stored using reversible encryption rather than as a hash value, and the used Vigenere algorithm is badly outdated. Moreover, the encryption key is static and too short. Due to this, the passwords stored by the application can be easily decrypted.
### POC
#### Reference
- http://packetstormsecurity.com/files/151118/PORTIER-4.4.4.2-4.4.4.6-Cryptographic-Issues.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/151118/PORTIER-4.4.4.2-4.4.4.6-Cryptographic-Issues.html
2024-05-26 14:27:05 +02:00
- https://seclists.org/bugtraq/2019/Jan/8
2024-06-09 00:33:16 +00:00
- https://seclists.org/bugtraq/2019/Jan/8
2024-05-26 14:27:05 +02:00
- https://www.syss.de/fileadmin/dokumente/Publikationen/Advisories/SYSS-2018-011.txt
2024-06-09 00:33:16 +00:00
- https://www.syss.de/fileadmin/dokumente/Publikationen/Advisories/SYSS-2018-011.txt
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.