CVE-2026-9072 Overview
CVE-2026-9072 is a critical remote code execution vulnerability affecting IBM WebSphere Application Server and IBM WebSphere Application Server Liberty. The flaw exists when Intelligent Management is configured with the WebSphere WebServer Plug-in component. An attacker who can impersonate a backend application server can send crafted responses to the plug-in, triggering remote code execution or denial of service. The vulnerability is tracked under CWE-94: Improper Control of Generation of Code and is rated critical. No authentication or user interaction is required to exploit the issue across the network.
Critical Impact
Unauthenticated network attackers impersonating backend servers can execute arbitrary code on the WebSphere plug-in host, leading to full system compromise or service disruption.
Affected Products
- IBM WebSphere Application Server (with Intelligent Management and WebServer Plug-in)
- IBM WebSphere Application Server Liberty (with Intelligent Management and WebServer Plug-in)
- IBM i platform deployments running the affected WebSphere components
Discovery Timeline
- 2026-06-22 - CVE-2026-9072 published to the National Vulnerability Database
- 2026-06-24 - Last updated in NVD database
Technical Details for CVE-2026-9072
Vulnerability Analysis
The vulnerability resides in the WebSphere WebServer Plug-in when Intelligent Management is enabled. Intelligent Management allows the plug-in to dynamically discover backend application servers and receive configuration data from them. The plug-in fails to properly validate responses from backend servers, allowing crafted data to influence code generation or execution paths inside the plug-in process.
An attacker positioned to impersonate a legitimate backend server can return malicious responses to the plug-in. Because the plug-in trusts these responses for runtime configuration, the crafted payload can be processed as executable logic. This results in arbitrary code execution within the context of the web server hosting the plug-in, or a crash that produces denial of service.
The attack does not require authentication or user interaction and can be performed over the network. Exploitation impacts confidentiality, integrity, and availability of the affected host.
Root Cause
The root cause is improper control of code generation [CWE-94] in the plug-in's handling of backend server responses. The plug-in treats untrusted server-side input as authoritative configuration or directive data without sufficient validation or origin verification.
Attack Vector
Exploitation requires the attacker to impersonate a backend application server reachable by the WebServer Plug-in. This can be achieved through network position, DNS manipulation, ARP spoofing, or compromise of an intermediate network device. Once positioned, the attacker sends crafted HTTP responses to the plug-in to trigger the code execution path.
No verified public exploit code is available for CVE-2026-9072 at the time of publication. Refer to the IBM Support Documentation for technical details from the vendor.
Detection Methods for CVE-2026-9072
Indicators of Compromise
- Unexpected child processes spawned by the WebSphere WebServer Plug-in or httpd worker processes
- Anomalous outbound connections from the plug-in host to attacker-controlled infrastructure following backend server communication
- Plug-in log entries showing malformed or unexpected Intelligent Management responses
- Crashes or restarts of the WebServer Plug-in process without a corresponding administrative action
Detection Strategies
- Monitor process lineage on hosts running the WebSphere Plug-in to flag any non-standard executions originating from the web server process tree
- Inspect Intelligent Management traffic for responses from unexpected source addresses or with non-conforming payload structure
- Correlate plug-in error logs with network telemetry to identify response tampering attempts from backend server IP ranges
Monitoring Recommendations
- Enable verbose logging on the WebServer Plug-in and ship logs to a centralized SIEM for retention and correlation
- Alert on new TCP sessions between the plug-in and hosts not present in the approved backend server inventory
- Track changes to plug-in configuration files and binaries on disk to detect post-exploitation persistence
How to Mitigate CVE-2026-9072
Immediate Actions Required
- Apply the IBM-provided fix referenced in the IBM Support Documentation as soon as it is available for your deployment
- Inventory all WebSphere Application Server and Liberty instances using Intelligent Management with the WebServer Plug-in
- Restrict network paths between the plug-in and backend application servers to trusted segments only
- Review web server and plug-in logs for signs of prior exploitation attempts
Patch Information
IBM has published guidance and remediation details for CVE-2026-9072 in the official advisory at IBM Support Documentation. Administrators should consult this advisory for the exact interim fix or fix pack levels applicable to their WebSphere Application Server or Liberty version.
Workarounds
- Disable Intelligent Management in the WebServer Plug-in configuration if dynamic backend discovery is not required
- Enforce mutual TLS between the plug-in and backend application servers to prevent server impersonation
- Place the plug-in and backend servers on an isolated network segment with strict firewall rules limiting communication to known endpoints
- Implement network segmentation and ARP/DNS hardening to reduce the feasibility of impersonation attacks
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

