mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-28 01:04:30 +00:00
964 B
964 B
CVE-2019-5723
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
- https://seclists.org/bugtraq/2019/Jan/8
- https://www.syss.de/fileadmin/dokumente/Publikationen/Advisories/SYSS-2018-011.txt
Github
No PoCs found on GitHub currently.