Severity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Network-accessible XSS requiring low-privilege auth and victim interaction; scope change and high C/I reflect browser session/credential theft potential.
Primary rating from Vendor (ibm).
CVSS VectorNVD
Lifecycle Timeline
4DescriptionNVD
IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authenticated attacker to execute arbitrary script code due to improper neutralization of user-controlled input.
AnalysisAI
Cross-site scripting in IBM i 7.3 through 7.6 allows a remote authenticated attacker to inject and execute arbitrary JavaScript in the browser context of another user by exploiting improper neutralization of user-controlled input in a web interface component. The CVSS Scope:Changed (S:C) metric confirms the XSS payload escapes the IBM i application and executes in the victim's browser, enabling session hijacking, credential theft, or unauthorized page manipulation. No public exploit code or active exploitation has been identified at time of analysis; IBM has released a remediation via vendor advisory.
Technical ContextAI
IBM i (formerly AS/400 and iSeries) is IBM's integrated operating environment for Power Systems hardware, widely deployed in regulated industries for business-critical workloads. CWE-79 (Improper Neutralization of Input During Web Page Generation - Cross-site Scripting) indicates the root cause is a failure to sanitize or encode user-supplied data before it is reflected or stored and subsequently rendered in a web page. The CVSS Scope:Changed (S:C) value is consistent with XSS: the vulnerable component is the IBM i web interface, but the impact is realized in the victim's browser - a distinct security scope. The CPE cpe:2.3:a:ibm:i:*:*:*:*:*:*:*:* covers all sub-versions within IBM i 7.3, 7.4, 7.5, and 7.6, indicating the flaw exists across the full supported major-version range currently in service.
RemediationAI
IBM has confirmed patch availability; apply the Program Temporary Fix (PTF) or cumulative update described in the IBM support advisory at https://www.ibm.com/support/pages/node/7283292 for IBM i 7.3, 7.4, 7.5, and 7.6. The exact PTF numbers must be retrieved from that advisory, as no specific fix version was included in the available intelligence. As a compensating control prior to patching, restrict network access to IBM i web interface components to trusted internal segments using firewall ACLs or IBM i host access policies, reducing the pool of authenticated users who could deliver a malicious payload. Additionally, where the IBM i web server supports it, configure Content Security Policy (CSP) response headers to restrict inline script execution - this limits XSS exploitability but does not address the root cause. Note that network restriction may impact legitimate remote administrative workflows and should be evaluated against operational requirements.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57528
GHSA-p5j5-ccp3-6c86