CVE-2024-56339
Ibm Websphere Application Server 17.0.0.3 – 25.0.0.7
Raw vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:NSummary
CVE-2024-56339 is a low-severity Trusting HTTP Permission Methods on the Server Side (CWE-650) vulnerability in Ibm Websphere Application Server. Its CVSS base score is 3.7 (Low).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-54856
Vulnerability Data
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.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
V3.5.1V3.5.3V4.1.4
Mitigating Controls (NIST 800-53 r5) AI
AC-3 enforces authorizations for resource access without permitting unsafe assumptions about request methods to bypass checks.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect and prevent vulnerabilities where GET requests cause unintended state changes.
Application security requirements can mandate proper HTTP method usage and state-changing operation restrictions.
Secure system architecture principles include proper HTTP method handling and RESTful design to prevent state changes via GET.
Secure coding practices directly address improper HTTP method usage and ensure state-changing operations use POST/PUT/DELETE.