CWE一覧に戻る
CWE-603

クライアント側認証の使用

Use of Client-Side Authentication
脆弱性 レビュー中
JA

クライアント/サーバー製品は、クライアント・コード内で認証を実行するが、サーバー・コード内では実行しないため、認証チェックを省略した変更されたクライアントによって、サーバー側認証をバイパスすることができる。

クライアント側の認証は極めて弱く、簡単に破られる可能性がある。攻撃者であれば誰でもソースコードを読み、認証メカニズムをリバースエンジニアリングして、本来であれば保護されているはずのアプリケーションの一部にアクセスすることができます。

EN

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.

Scope: Access Control / Impact: Bypass Protection Mechanism; Gain Privileges or Assume Identity
Do not rely on client side data. Always perform server side authentication.
MITRE公式ページ — CWE-603