Severity by source
AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Adjacent vector because attacker must impersonate WAS on the plug-in's network; AC:H reflects the spoofing/positioning prerequisite; PR:N and UI:N since no credentials or user action needed; full CIA impact on the plug-in host.
Primary rating from Vendor (ibm).
CVSS VectorNVD
Lifecycle Timeline
5DescriptionNVD
IBM i 7.6, 7.5, 7.4, and 7.3, IBM WebSphere Application Server and IBM WebSphere Application Server Liberty are vulnerable to remote code execution and denial of service in the WebSphere Web Server Plug-in component. This vulnerability can be exploited when an attacker impersonates the application server and sends crafted responses to the plug-in.
AnalysisAI
Remote code execution and denial of service in the IBM WebSphere Web Server Plug-in shipped with IBM i 7.3, 7.4, 7.5, and 7.6 (through 1.8.4) allows an attacker positioned on the adjacent network to abuse the plug-in's handling of responses from an upstream WebSphere Application Server. By impersonating the application server and returning crafted responses, the attacker can trigger code injection (CWE-94) against the plug-in, leading to full compromise of confidentiality, integrity, and availability. There is no public exploit identified at time of analysis and EPSS is low (0.25%), but SSVC rates the technical impact as total.
Technical ContextAI
The vulnerability resides in the WebSphere Web Server Plug-in, the native module (typically loaded into IHS/Apache or other front-end web servers) that proxies HTTP requests between the web tier and one or more WebSphere Application Server (WAS) or Liberty backends. CWE-94 (Improper Control of Generation of Code) indicates that the plug-in does not sufficiently validate or sanitize data received from the upstream WAS instance before acting on it, so a malicious or impersonated backend can influence control flow inside the plug-in process. The CPE identifies cpe:2.3:a:ibm:i (the IBM i operating environment) as the affected packaging vector, and the EUVD lists IBM i versions 7.3.0, 7.4.0, 7.5.0, and 7.6.0 with plug-in builds at or below 1.8.4 as vulnerable.
RemediationAI
Patch available per vendor advisory - apply the IBM-provided fix for the WebSphere Web Server Plug-in on IBM i 7.3, 7.4, 7.5, and 7.6 as documented at https://www.ibm.com/support/pages/node/7277344, upgrading the plug-in past the 1.8.4 vulnerable level on every web-tier host that fronts WAS or Liberty. Until patching is complete, restrict the network path between the plug-in host and the WebSphere Application Server to a dedicated, tightly ACL'd segment, require and validate mutual TLS between the plug-in and WAS so that an impersonated backend cannot complete the handshake (note that enabling mTLS may require certificate provisioning and can break health checks or third-party diagnostic proxies), and monitor for unexpected ARP/DNS changes or new listeners on the WAS port. Avoid deploying the plug-in on shared or untrusted L2 segments as a longer-term compensating control.
Same weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38284
GHSA-mfq9-47xf-5654