cve/2024/CVE-2024-47182.md

18 lines
809 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [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)
2025-09-29 21:09:30 +02:00
![](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)
2025-09-29 16:08:36 +00:00
### 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.