クライアント/サーバー製品は、クライアント・コード内で認証を実行するが、サーバー・コード内では実行しないため、認証チェックを省略した変更されたクライアントによって、サーバー側認証をバイパスすることができる。
クライアント側の認証は極めて弱く、簡単に破られる可能性がある。攻撃者であれば誰でもソースコードを読み、認証メカニズムをリバースエンジニアリングして、本来であれば保護されているはずのアプリケーションの一部にアクセスすることができます。
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.