CWE-1390Weak Authentication

PUBLISHEDweakness record
released 2022-10-13 · last modified 2025-12-11

Metadata

CWE ID:
CWE-1390
摘要:
Class
结构:
Simple
状态:
Incomplete
发布日期:
2022-10-13
更新日期:
2025-12-11

名称

Weak Authentication

描述

The product uses an authentication mechanism to restrict access to specific users or identities, but the mechanism does not sufficiently prove that the claimed identity is correct.

Attackers may be able to bypass weak authentication faster and/or with less effort than expected.

常见后果

范围:
Integrity, Confidentiality, Availability, Access Control
影响:
Read Application Data, Gain Privileges or Assume Identity, Execute Unauthorized Code or Commands
注释:
This weakness can lead to the exposure of resources or functionality to unintended actors, possibly providing attackers with sensitive information or even execute arbitrary code.

相关 CWE