### [CVE-2024-47182](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47182) ![](https://img.shields.io/static/v1?label=Product&message=dozzle&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%208.5.3%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-328%3A%20Use%20of%20Weak%20Hash&color=brightgreen) ### Description Dozzle is a realtime log viewer for docker containers. Before version 8.5.3, the app uses sha-256 as the hash for passwords, which leaves users susceptible to rainbow table attacks. The app switches to bcrypt, a more appropriate hash for passwords, in version 8.5.3. ### POC #### Reference - https://github.com/amir20/dozzle/security/advisories/GHSA-w7qr-q9fh-fj35 #### Github No PoCs found on GitHub currently.