ID: VUL-004 • Severity: High • Category: Cryptography
Passwords are being stored using an outdated hashing algorithm (MD5) which is considered insecure.
Critical risk - immediate remediation recommended
High severity vulnerabilities can significantly impact security
Cryptography vulnerabilities are less commonly exploited
1% chance this is a false positive
73const hashedPassword = crypto.createHash('md5').update(password).digest('hex');Our AI can analyze this vulnerability and suggest multiple approaches to fix it, tailored to your codebase and security requirements.