CWE•Base•Incomplete•17 recent CVEs
CWE-807Reliance on Untrusted Inputs in a Security Decision
Description
The product uses a protection mechanism that relies on the existence or values of an input, but the input can be modified by an untrusted actor in a way that bypasses the protection mechanism.
[object Object]
Common consequences
- Confidentiality,Access Control,Availability,Other→Bypass Protection Mechanism,Gain Privileges or Assume Identity,Varies by ContextAttackers can bypass the security decision to access whatever is being protected. The consequences will depend on the associated functionality, but they can range from granting additional privileges to untrusted users to bypassing important
Potential mitigations
- Architecture and Design[object Object]
- Architecture and Design[object Object]
- Architecture and DesignFor any security checks that are performed on the client side, ensure that these checks are duplicated on the server side, in order to avoid CWE-602. Attackers can bypass the client-side checks by modifying values after the checks have been performed, or by changing the client to remove the client-side checks entirely. Then, these modified values would be submitted to the server.
- Operation,ImplementationWhen using PHP, configure the application so that it does not use register_globals. During implementation, develop the application so that it does not rely on this feature, but be wary of implementing a register_globals emulation that is subject to weaknesses such as CWE-95, CWE-621, and similar issues.
- Architecture and Design,Implementation[object Object]
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-446499.82026-05-29CVE-2026-439358.12026-05-26CVE-2026-62132026-05-08CVE-2026-398072026-05-01CVE-2026-414032.92026-04-28CVE-2026-413907.32026-04-28CVE-2026-413807.32026-04-28CVE-2026-17894.92026-04-24CVE-2026-412997.12026-04-21CVE-2026-03906.72026-04-14CVE-2019-257116.22026-04-12CVE-2026-356705.92026-04-10CVE-2026-356555.72026-04-10CVE-2026-356244.22026-04-09CVE-2026-356174.22026-04-09CVE-2025-139269.82026-04-09CVE-2025-101617.32025-11-11