ClassDraft
CWE-602Client-Side Enforcement of Server-Side Security
Category: other
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· 2
- 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· 2
- [Architecture and Design]
- [Architecture and Design]If 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 a single code path.
Related CAPEC attack patterns· 12
References
Exploits (incoming)12
| Type | Target | Confidence | Tier |
|---|---|---|---|
| AttackPattern | Manipulating Hidden Fieldscapec-162 | 100% | live |
| AttackPattern | Application API Message Manipulation via Man-in-the-Middlecapec-384 | 100% | live |
| AttackPattern | Accessing/Intercepting/Modifying HTTP Cookiescapec-31 | 100% | live |
| AttackPattern | Harvesting Information via API Event Monitoringcapec-383 | 100% | live |
| AttackPattern | Removing Important Client Functionalitycapec-207 | 100% | live |
| AttackPattern | Removing/short-circuiting 'Purse' logic: removing/mutating 'cash' decrementscapec-208 | 100% | live |
| AttackPattern | Application API Button Hijackingcapec-388 | 100% | live |
| AttackPattern | Transaction or Event Tampering via Application API Manipulationcapec-385 | 100% | live |
| AttackPattern | Application API Navigation Remappingcapec-386 | 100% | live |
| AttackPattern | Exploitation of Trusted Identifierscapec-21 | 100% | live |
| AttackPattern | Create Malicious Clientcapec-202 | 100% | live |
| AttackPattern | Navigation Remapping To Propagate Malicious Contentcapec-387 | 100% | live |
(incoming)16
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-10640cve-2025-10640 | 0% | live |
| Vulnerability | CVE-2025-25497cve-2025-25497 | 0% | live |
| Vulnerability | CVE-2025-27681cve-2025-27681 | 0% | live |
| Vulnerability | CVE-2025-28168cve-2025-28168 | 0% | live |
| Vulnerability | CVE-2025-32359cve-2025-32359 | 0% | live |
| Vulnerability | CVE-2025-32469cve-2025-32469 | 0% | live |
| Vulnerability | CVE-2025-33024cve-2025-33024 | 0% | live |
| Vulnerability | CVE-2025-33025cve-2025-33025 | 0% | live |
| Vulnerability | CVE-2025-33137cve-2025-33137 | 0% | live |
| Vulnerability | CVE-2025-51682cve-2025-51682 | 0% | live |
| Vulnerability | CVE-2025-53969cve-2025-53969 | 0% | live |
| Vulnerability | CVE-2025-61197cve-2025-61197 | 0% | live |
| Vulnerability | CVE-2026-23478cve-2026-23478 | 0% | live |
| Vulnerability | CVE-2026-25737cve-2026-25737 | 0% | live |
| Vulnerability | CVE-2026-30783cve-2026-30783 | 0% | live |
| Vulnerability | CVE-2026-42266cve-2026-42266 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.