mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
809 B
Markdown
18 lines
809 B
Markdown
### [CVE-2024-47182](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- https://github.com/amir20/dozzle/security/advisories/GHSA-w7qr-q9fh-fj35
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|