GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
Common Weakness Enumeration

CWE-650

Allowed

Trusting HTTP Permission Methods on the Server Side

Abstraction: Variant · Status: Incomplete

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.

22 vulnerabilities reference this CWE, most recent first.

GHSA-W9GH-MC2W-WRG3

Vulnerability from github – Published: 2024-04-04 18:30 – Updated: 2024-04-04 18:30
VLAI
Details

IBM Security Verify Access 10.0.0 through 10.0.7 and IBM Application Gateway 20.01 through 24.03 could allow a remote attacker to obtain highly sensitive private information or cause a denial of service using a specially crafted HTTP request. IBM X-Force ID: 286584.

Show details on source website

{
  "affected": [],
  "aliases": [
    "CVE-2024-28787"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-650"
    ],
    "github_reviewed": false,
    "github_reviewed_at": null,
    "nvd_published_at": "2024-04-04T18:15:14Z",
    "severity": "HIGH"
  },
  "details": "IBM Security Verify Access 10.0.0 through 10.0.7 and IBM Application Gateway 20.01 through 24.03 could allow a remote attacker to obtain highly sensitive private information or cause a denial of service using a specially crafted HTTP request.  IBM X-Force ID:  286584.",
  "id": "GHSA-w9gh-mc2w-wrg3",
  "modified": "2024-04-04T18:30:33Z",
  "published": "2024-04-04T18:30:33Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28787"
    },
    {
      "type": "WEB",
      "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/286584"
    },
    {
      "type": "WEB",
      "url": "https://www.ibm.com/support/pages/node/7145828"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:H",
      "type": "CVSS_V3"
    }
  ]
}

GHSA-XCF4-WW3V-C58X

Vulnerability from github – Published: 2025-08-07 17:34 – Updated: 2025-08-14 21:31
VLAI
Details

IBM WebSphere Application Server 9.0 and WebSphere Application Server Liberty 17.0.0.3 through 25.0.0.7 could allow a remote attacker to bypass security restrictions caused by a failure to honor security configuration.

Show details on source website

{
  "affected": [],
  "aliases": [
    "CVE-2024-56339"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-650"
    ],
    "github_reviewed": false,
    "github_reviewed_at": null,
    "nvd_published_at": "2025-08-07T16:15:29Z",
    "severity": "LOW"
  },
  "details": "IBM WebSphere Application Server 9.0 and WebSphere Application Server Liberty 17.0.0.3 through 25.0.0.7\u00a0could allow a remote attacker to bypass security restrictions caused by a failure to honor security configuration.",
  "id": "GHSA-xcf4-ww3v-c58x",
  "modified": "2025-08-14T21:31:57Z",
  "published": "2025-08-07T17:34:40Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56339"
    },
    {
      "type": "WEB",
      "url": "https://www.ibm.com/support/pages/node/7239955"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
      "type": "CVSS_V3"
    }
  ]
}

Mitigation
System Configuration

Configure ACLs on the server side to ensure that proper level of access control is defined for each accessible resource representation.

No CAPEC attack patterns related to this CWE.