CWE-303: Incorrect Implementation of Authentication Algorithm

Base Draft Simple

CWE版本: 4.18

更新日期: 2025-09-09

弱点描述

The requirements for the product dictate the use of an established authentication algorithm, but the implementation of the algorithm is incorrect.

扩展描述

This incorrect implementation may allow authentication to be bypassed.

常见后果

影响范围: Access Control

技术影响: Bypass Protection Mechanism

观察示例

参考: CVE-2003-0750

Conditional should have been an 'or' not an 'and'.

引入模式

阶段 说明
Implementation REALIZATION: This weakness is caused during implementation of an architectural security tactic.

适用平台

编程语言
Not Language-Specific (Undetermined)

分类映射

分类名称 条目ID 条目名称 映射适配度
PLOVER - Authentication Logic Error -
关键信息

CWE ID: CWE-303

抽象级别: Base

结构: Simple

状态: Draft

相关弱点
相关攻击模式
CAPEC-90