CWE-603: 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.
Last updated
Overview
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.
Real-world CVEs
22 recorded CVEs are caused by CWE-603 (Use of Client-Side Authentication). The highest-severity and most recent are shown first. 6 new CWE-603 CVEs have been recorded so far in 2026 (6 in 2025).