Cyber Resilience

CWE · MITRE source

CWE-650Trusting HTTP Permission Methods on the Server Side

Abstraction: Variant · CVEs in our corpus: 11

The server contains a protection mechanism that assumes that any URI that is accessed using HTTP GET will not cause a state change to the associated resource. This might allow attackers to bypass intended access restrictions and conduct resource modification and deletion attacks, since some applications allow GET to modify state.

The HTTP GET method and some other methods are designed to retrieve resources and not to alter the state of the application or resources on the server side. Furthermore, the HTTP specification requires that GET requests (and other requests) should not have side effects. Believing that it will be enough to prevent unintended resource alterations, an application may disallow the HTTP requests to perform DELETE, PUT and POST operations on the resource representation. However, there is nothing in the HTTP protocol itself that actually prevents the HTTP GET method from performing more than just query of the data. Developers can easily code programs that accept a HTTP GET request that do in fact create, update or delete data on the server. For instance, it is a common practice with REST based Web Services to have HTTP GET requests modifying resources on the server side. However, whenever that happens, the access control needs to be properly enforced in the application. No assumptions should be made that only HTTP DELETE, PUT, POST, and other methods have the power to alter the representation of the resource being accessed in the request.

Last updated: 20 August 2026 13:14 UTC

Control responseHuman-reviewed

Answering this weakness across the control lifecycle, from our framework cross-walks.

Prevent
Stop it (NIST 800-53 / CSF Protect)
  • AC-3 Access Enforcement
  • PR.PS-06
  • ID.RA-01
  • AC-4 Information Flow Enforcement
Detect
Catch it (CSF Detect / Respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.5.1
  • V3.5.3
  • V4.1.4

NIST 800-53 r5 controls that address this weakness (0)AI-assisted

Control Title Family Why it addresses this CWE
No NIST controls proposed yet.

Top CVEs of this weakness type, ranked by Risk Priority

CVE Risk CVSS EPSS Published
CVE-2024-28787 6.38.70.00812024-04-04
CVE-2025-21120 6.28.30.00282025-08-04
CVE-2026-44548 5.88.10.00122026-05-12
CVE-2024-450985.26.80.00352024-09-05
CVE-2022-38115 4.65.30.00662022-11-23
CVE-2024-450974.65.90.00312024-09-05
CVE-2023-50327 4.55.30.00492024-02-02
CVE-2026-157534.35.40.00262026-07-14
CVE-2024-45282 3.64.30.00302024-10-08
CVE-2026-42543 3.54.30.00172026-06-04
CVE-2024-56339 3.33.70.00402025-08-07