CVE-2015-9247
Description
Skybox Platform before 7.5.401 contains reflected XSS in the SOAP endpoint and login.html status parameter, allowing script injection via crafted requests.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Skybox Platform before 7.5.401 contains reflected XSS in the SOAP endpoint and login.html status parameter, allowing script injection via crafted requests.
Vulnerability
Skybox Platform versions before 7.5.401 are vulnerable to reflected cross-site scripting (XSS). Two independent injection points exist: a soapenv:Body element in /skyboxview/webservice/services/VersionRepositoryWebService, and the status parameter in /skyboxview/login.html. An attacker can inject arbitrary HTML or JavaScript that is reflected back to the user without proper sanitization. [1]
Exploitation
The attacker needs no authentication; the vulnerability is present in public-facing endpoints. For the SOAP endpoint, a crafted SOAP request containing malicious script in the soapenv:Body element triggers the reflection. For the login.html endpoint, the attacker sends a crafted URL with a malicious status parameter. The victim must click the crafted link or be redirected to it (e.g., via phishing). The injected script executes in the victim's browser in the context of the vulnerable application's origin. [1]
Impact
An attacker who successfully exploits this XSS can execute arbitrary JavaScript in the victim's browser. This can lead to session hijacking, credential theft, defacement, or redirection to malicious sites. The impact is limited by the browser's same-origin policy, but the attacker can access any resources exposed to the user's session within the Skybox Platform. [1]
Mitigation
The vulnerability is fixed in Skybox Platform version 7.5.401, released on or before the advisory publication date. Users should upgrade to version 7.5.401 or later. No workaround is described in the available references. [1]
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <7.5.401
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.