CVE-2026-9320: IBM WebSphere Denial-of-Service Vulnerability (CVSS 5.9)
IBM WebSphere Application Server versions 9.0 and 8.5, along with WebSphere Liberty versions 17.0.0.3 through 26.0.0.6, contain a denial-of-service vulnerability triggered by specially-crafted network requests. An attacker can exploit this remotely without authentication to exhaust server memory, causing service degradation or outages. The vulnerability does not compromise confidentiality or integrity—its impact is purely on availability.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.9 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
- Weaknesses (CWE)
- CWE-400
- Affected products
- 8 configuration(s)
- Published / Modified
- 2026-06-22 / 2026-06-23
NVD description (verbatim)
IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.6 are vulnerable to a denial of service, caused by sending a specially-crafted request. A remote attacker could exploit this vulnerability to cause the server to consume memory resources.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
This vulnerability stems from improper resource handling (CWE-400) in IBM's WebSphere platforms. When a malformed request reaches a vulnerable server, the application fails to properly manage memory allocation, allowing an attacker to trigger memory consumption that degrades or halts service. The attack vector is network-based, requires no user interaction, and no special privileges, though exploitation may depend on specific network or environmental conditions (hence the High complexity rating in CVSS 3.1).
Business impact
For organizations relying on WebSphere-hosted applications, successful exploitation can disrupt business-critical services without data breach or system compromise. The impact manifests as performance degradation, application timeouts, or complete service unavailability. Organizations running customer-facing or internal transactional systems on affected versions face operational risk and potential SLA violations during an active attack.
Affected systems
Directly affected: IBM WebSphere Application Server 8.5 and 9.0; IBM WebSphere Application Server Liberty versions 17.0.0.3 through 26.0.0.6. These run on macOS, AIX, IBM i, z/OS, Linux, and Windows. Organizations must identify all deployed instances across their infrastructure—including development, staging, and production environments—and determine which versions and patch levels are in use.
Exploitability
Exploitation requires network access but no credentials, authentication, or user interaction. The CVSS complexity rating of High suggests that while the vulnerability is reachable remotely, triggering it may depend on specific request crafting, timing, or server configuration. This is not an immediate 1-click attack, but a motivated attacker with knowledge of the flaw can reliably exploit it. The vulnerability is not currently listed in CISA's Known Exploited Vulnerabilities catalog.
Remediation
Apply security patches released by IBM for the affected WebSphere versions. For WebSphere Application Server 8.5 and 9.0, obtain and deploy the latest cumulative fixes. For Liberty, upgrade to a patched version outside the 17.0.0.3–26.0.0.6 range; verify the specific safe version in IBM's advisory. Test patches in a non-production environment before broad deployment to ensure compatibility with applications and dependent services.
Patch guidance
Consult IBM's official security bulletin for CVE-2026-9320 to identify the exact patch version for your deployed WebSphere release. Patches are typically delivered as Fix Packs or interim fixes. For Liberty, determine whether upgrading to the next minor or major release is required, or if a cumulative fix is available for your current version. Verify compatibility with your application code before applying patches to production.
Detection guidance
Monitor WebSphere logs for unusual memory consumption patterns, request timeouts, or garbage collection pressure correlating with specific request types or sources. Network-based detection can focus on traffic signatures of malformed requests targeting WebSphere endpoints, though the specific request format depends on the exploitation technique. Implement alerting on memory usage thresholds and server availability metrics to catch exploitation attempts in real-time. Review recent access logs for anomalous traffic patterns.
Why prioritize this
While the CVSS score is medium (5.9) and the vulnerability is not yet widely exploited, it directly affects availability of critical enterprise middleware. Any organization running WebSphere in a production environment should prioritize patching to restore service resilience. The ease of remote exploitation (no authentication required) and broad platform support (multiple OS families) elevate the operational urgency, even if the technical severity is moderate.
Risk score, explained
The CVSS 3.1 score of 5.9 (Medium) reflects the absence of confidentiality or integrity impact, combined with a High complexity requirement for successful exploitation. The score assumes a connected network attacker with no special privileges. The environmental context—whether WebSphere is internet-facing or internal-only, whether it runs critical services, and patch velocity—will determine actual organizational risk.
Frequently asked questions
Do I need to patch immediately if I run WebSphere Liberty version 24.0?
Yes. Version 24.0 falls within the vulnerable range (17.0.0.3–26.0.0.6). You should prioritize upgrading or patching as soon as testing permits. Check IBM's security advisory for the safe target version for your release line.
Is this vulnerability actively exploited in the wild?
No. As of the publication date (June 2026), the vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, meaning there is no confirmed public exploitation. However, this does not mean exploitation cannot occur—apply patches proactively.
What if my WebSphere instance is behind a firewall and not internet-exposed?
Network isolation reduces but does not eliminate risk if internal users or systems can reach the WebSphere service. Prioritize patching based on your threat model and the sensitivity of applications hosted on affected servers. If truly air-gapped, risk is lower but still present from insider threats or supply chain compromise.
Can I mitigate this vulnerability without patching?
Temporary mitigations might include rate-limiting inbound requests, network segmentation to restrict access to WebSphere ports, or disabling non-essential services. However, these are not a substitute for patching. A proper fix requires applying the security update from IBM.
This analysis is based on vulnerability data published as of June 2026. Patch availability, affected versions, and exploitation status may evolve. Organizations must verify details against the official IBM security bulletin and test patches in their own environments before production deployment. SEC.co assumes no liability for operational decisions made on the basis of this intelligence. Consult with IBM Support and your internal security team for environment-specific guidance. Source: NVD (public-domain), retrieved 2026-07-29. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-9071HIGHIBM WebSphere Denial of Service Vulnerability – Memory Exhaustion Attack
- CVE-2026-45591HIGHASP.NET Core Remote Denial-of-Service Vulnerability – Patch Guidance
- CVE-2026-8646HIGHHTTP Request Smuggling in IBM WebSphere Application Server
- CVE-2026-10004MEDIUMChrome UI Spoofing Vulnerability – Password Dialog Hijacking
- CVE-2026-10018MEDIUMInteger Overflow in Chrome ANGLE GPU Graphics Layer
- CVE-2026-10912MEDIUMChrome Extension Same-Origin Policy Bypass (CVSS 6.5)
- CVE-2026-10916MEDIUMChrome DevTools UXSS Vulnerability
- CVE-2026-10998MEDIUMChrome Media Out-of-Bounds Memory Read Vulnerability