CWE-603Use of Client-Side Authentication

PUBLISHEDweakness record
released 2007-05-07 · last modified 2025-12-11

Metadata

CWE ID:
CWE-603
摘要:
Base
结构:
Simple
状态:
Draft
发布日期:
2007-05-07
更新日期:
2025-12-11

名称

Use of Client-Side Authentication

描述

A client/server product performs authentication within client code but not in server code, allowing server-side authentication to be bypassed via a modified client that omits the authentication check.

Client-side authentication is extremely weak and may be breached easily. Any attacker may read the source code and reverse-engineer the authentication mechanism to access parts of the application which would otherwise be protected.

常见后果

范围:
Access Control
影响:
Bypass Protection Mechanism, Gain Privileges or Assume Identity

相关 CWE