1 vulnerabilities classified as CWE-263 (口令老化拥有过长有效期). AI Chinese analysis included.
CWE-263 represents a configuration weakness where password aging policies are implemented but configured with excessively long expiration periods. This flaw allows attackers significantly more time to conduct offline password cracking or brute-force attacks against compromised credential databases before the system forces a password rotation. By extending the validity window, the window of opportunity for unauthorized access increases, potentially leading to prolonged unauthorized system access if the password is eventually cracked. Developers mitigate this risk by adhering to established security standards, such as NIST guidelines, which recommend shorter, reasonable expiration intervals that balance security requirements with user convenience. Implementing dynamic password policies that adjust expiration times based on risk factors further enhances protection, ensuring that credentials do not remain valid long enough to be successfully compromised through persistent attack vectors.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2023-1976 | Password Aging with Long Expiration in answerdev/answer — answerdev/answer | 8.8 | - | 2023-04-11 |
Vulnerabilities classified as CWE-263 (口令老化拥有过长有效期) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.