1Panel · 1Panel · CVE-2024-30257
**Name of the Vulnerable Software and Affected Versions**
1Panel versions prior to 1.10.3-lts
**Description**
The issue is related to the password verification in the source code of 1Panel, which uses the != symbol instead of `hmac.Equal`. This may lead to a timing attack vulnerability, potentially allowing an attacker to crack passwords. All users of this product are affected.
**Recommendations**
For versions prior to 1.10.3-lts, update to version 1.10.3-lts to fix the vulnerability.
As a temporary workaround, consider modifying the password verification to use `hmac.Equal` instead of the != symbol until a patch is applied.