CWE-645Overly Restrictive Account Lockout Mechanism

PUBLISHEDweakness recordHigh
released 2008-01-30 · last modified 2025-12-11

Metadata

CWE ID:
CWE-645
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2008-01-30
更新日期:
2025-12-11

名称

Overly Restrictive Account Lockout Mechanism

描述

The product contains an account lockout protection mechanism, but the mechanism is too restrictive and can be triggered too easily, which allows attackers to deny service to legitimate users by causing their accounts to be locked out.

Account lockout is a security feature often present in applications as a countermeasure to the brute force attack on the password based authentication mechanism of the system. After a certain number of failed login attempts, the users' account may be disabled for a certain period of time or until it is unlocked by an administrator. Other security events may also possibly trigger account lockout. However, an attacker may use this very security feature to deny service to legitimate system users. It is therefore important to ensure that the account lockout security mechanism is not overly restrictive.

常见后果

范围:
Availability
影响:
DoS: Resource Consumption (Other)
注释:
Users could be locked out of accounts.

相关 CWE