The CVSS 9.3 on this Tivoli login page XSS is almost certainly inflated, and the EPSS score of 0.00217 confirms it—automated exploitation in the wild is unlikely, which is not what you'd expect from a genuinely critical remote code execution or SQL injection. For XSS in a login page, the threat model is fundamentally different from authenticated areas. There are no active sessions to steal, so attackers must rely on phishing overlays, form action manipulation to redirect credentials, or tricking administrators into 're-authenticating' on a malicious page. These are real risks, but they depend heavily on context: is this login page internet-facing, or is it confined to an internal network segment where an attacker already has significant foothold?

The affected component—Tivoli System Automation Application Manager managing WebSphere—suggests high-value infrastructure, likely financial or telecom operations. If an attacker does compromise an admin session through this XSS, the blast radius is serious: Tivoli manages availability, clustering, and configuration state across the middleware layer, potentially including credential stores and policy propagation. That's the cascading impact that a 9.3 is presumably trying to capture, but it conflates the XSS severity with post-exploitation consequences.

What you should actually do: First, determine whether this login endpoint is internet-reachable. If it's internal-only, the practical risk drops considerably. Second, test whether the XSS allows form action manipulation to intercept credential submission, or if it's limited to script injection—a distinction the CVSS score obscures. Third, check what compensating controls exist: network segmentation, MFA on the admin console, or browser-based XSS mitigations. Fourth, given the low EPSS probability, this should not outrank genuine RCE or authentication bypasses in your patching queue—treat it as high-severity but don't panic-patch at the expense of more exploitable issues. The real question isn't whether the score is technically defensible; it's whether your specific deployment context makes this a genuine priority or noise that belongs lower in the cycle.