cve/2024/CVE-2024-47182.md
2025-09-29 16:08:36 +00:00

813 B

CVE-2024-47182

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

Github

No PoCs found on GitHub currently.