-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| github.com/1Panel-dev/1Panel | go | < 1.10.3 | 1.10.3 |
The vulnerability report specifically points to auth.go line 81 where password comparison occurs. While the current code shows hmac.Equal usage, the advisory indicates this was changed from insecure != operator in vulnerable versions. The checkPassword() function is responsible for password validation and would be the logical location for this comparison. The combination of CWE-203 (Observable Discrepancy) and the described vulnerability pattern confirms this is the vulnerable function in versions <1.10.3.
KEV Misses 88% of Exploited CVEs- Get the report