Launch Week Day 1: Announcing Security Design Review
MEDIUM 4.8 Go

Dozzle uses unsafe hash for passwords

GHSA-w7qr-q9fh-fj35 · CVE-2024-47182 · GO-2024-3163

Published · Modified

Description

Summary

The app uses sha-256 as the hash for passwords. The app should switch to bcrypt.

Details

SHA-256 is a message digest hash, and not classified as secure for password hashing. Message digest hashes are designed to be fast, while password hashing mechanisms are designed with certain cryptographic properties (e.g. slow) to protect against vulnerabilities. Refer to the links below for more information:

PoC

N/A

Impact

It leaves users susceptible to rainbow table attacks

Ready to move

Start Securing

Free, no credit card | First findings in minutes