CVE-2024-47182 MEDIUM

CVE-2024-47182: Dozzle uses unsafe hash for passwords

Vendor Amir20
Product dozzle
Weakness CWE-328 · Weak hash
Published September 27, 2024
Last update September 27, 2024

CVSS base score

4.8/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

September 27, 2024 CVE published
September 27, 2024 Record updated