Headline
GHSA-6m9h-2pr2-9j8f: 1Panel's password verification is suspected to have a timing attack vulnerability
Summary
源码中密码校验处使用 != 符号,而不是hmac.Equal
,这可能导致产生计时攻击漏洞,从而爆破密码。
建议使用 hmac.Equal
比对密码。
Details
https://github.com/1Panel-dev/1Panel/blob/dev/backend/app/service/auth.go#L81C5-L81C26
PoC
Impact
该产品的所有使用者。
1Panel’s password verification is suspected to have a timing attack vulnerability
Low severity GitHub Reviewed Published Apr 18, 2024 in 1Panel-dev/1Panel • Updated Apr 18, 2024