CWE•Class•Draft•20 recent CVEs
CWE-602Client-Side Enforcement of Server-Side Security
Description
The product is composed of a server that relies on the client to implement a mechanism that is intended to protect the server.
When the server relies on protection mechanisms placed on the client side, an attacker can modify the client-side behavior to bypass the protection mechanisms, resulting in potentially unexpected interactions between the client and server. The consequences will vary, depending on what the mechanisms are trying to protect.
Common consequences
- Access Control,Availability→Bypass Protection Mechanism,DoS: Crash, Exit, or RestartClient-side validation checks can be easily bypassed, allowing malformed or unexpected input to pass into the application, potentially as trusted data. This may lead to unexpected states, behaviors and possibly a resulting crash.
- Access Control→Bypass Protection Mechanism,Gain Privileges or Assume IdentityClient-side checks for authentication can be easily bypassed, allowing clients to escalate their access levels and perform unintended actions.
Potential mitigations
- Architecture and Design[object Object]
- Architecture and DesignIf some degree of trust is required between the two entities, then use integrity checking and strong authentication to ensure that the inputs are coming from a trusted source. Design the product so that this trust is managed in a centralized fashion, especially if there are complex or numerous communication channels, in order to reduce the risks that the implementer will mistakenly omit a check in
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-112876.52026-06-05CVE-2026-112674.32026-06-05CVE-2026-112368.32026-06-04CVE-2026-111846.32026-06-04CVE-2026-110928.82026-06-04CVE-2026-110624.32026-06-04CVE-2026-110256.52026-06-04CVE-2026-110186.52026-06-04CVE-2026-110146.52026-06-04CVE-2026-110118.12026-06-04CVE-2026-423294.72026-06-04CVE-2026-445677.32026-05-15CVE-2026-422668.82026-05-13CVE-2026-421602026-05-08CVE-2026-59016.52026-04-08CVE-2026-394154.32026-04-08CVE-2025-101617.32025-11-11CVE-2025-87924.32025-08-10CVE-2025-45273.72025-05-11CVE-2024-07015.32024-02-05