CVE-2025-9144
BaseFortify
Publication date: 2025-08-19
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| scada-lts | scada-lts | 2.7.8.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-9144 is a stored cross-site scripting (XSS) vulnerability in Scada-LTS version 2.7.8.1, specifically in the publisher_edit.shtm file. It occurs because the application does not properly validate or sanitize user input in the "Name" parameter, allowing attackers to inject malicious scripts. These scripts are stored on the server and executed in the browsers of users who visit the affected page, potentially compromising the integrity of the application. Exploitation requires user interaction and can be initiated remotely. [1, 2]
How can this vulnerability impact me? :
This vulnerability can lead to session cookie theft, browser hijacking, credential theft, malware distribution, unauthorized access to sensitive information, website defacement, user misdirection, and reputational damage to businesses. It affects the integrity of the system by allowing attackers to execute malicious scripts in users' browsers, potentially compromising user sessions and sensitive data. [2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by testing the 'Name' parameter in the publisher_edit.shtm page for improper input sanitization. A practical detection method is to input a test XSS payload such as `<img src=x onerror=alert(32)>` into the 'Name' field and then observe if the payload executes when accessing the publishers.shtm page. This confirms the presence of stored cross-site scripting. There are no specific network commands provided, but manual testing via the web interface or automated web vulnerability scanners targeting XSS in the 'Name' parameter can be used. [2]
What immediate steps should I take to mitigate this vulnerability?
No known countermeasures or mitigations have been identified for this vulnerability. It is suggested to consider replacing the affected product (Scada-LTS version 2.7.8.1) to avoid exploitation. Additionally, as a general best practice, restrict access to the affected web interface, monitor for suspicious activity, and educate users about the risks of interacting with untrusted content until a fix or patch is available. [1]