8/20/2025/3 minutes to read/Tags: CVEs, XSS, Scada-LTS
Introduction
While exploring Scada-LTS application, I discovered a stored XSS vulnerability in the scheduled_events.shtm endpoint. The alias parameter allows the injection of malicious scripts without any sanitization.
These scripts are stored in the database and executed automatically when the corresponding listing page is accessed.
Below you’ll find the technical details, a step-by-step PoC, payloads, impact, and official references.
What is CVE-2025-9137?
The CVE-2025-9137 is a Stored Cross-Site Scripting (XSS) vulnerability found in the scheduled_events.shtm endpoint of the Scada-LTS system.
The alias parameter fails to properly validate user inputs, allowing attackers to persist JavaScript payloads on the server. The malicious code is executed automatically.
Technical Details
» Vulnerable Endpoint:scheduled_events.shtm
» Affected Parameter:alias
» Payload Used:
<imgsrc=xonerror=alert(1)>
Proof of Concept (PoC)
To reproduce the vulnerability:
» Access the endpoint:scheduled_events.shtm;
» Insert the payload in the:“Alias” field;
» Click on:disk icon to save:
You can access the full technical report with all step-by-step evidence here: