CVE-2025-9144
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-19

Last updated on: 2026-04-29

Assigner: VulDB

Description
A weakness has been identified in Scada-LTS 2.7.8.1. This vulnerability affects unknown code of the file publisher_edit.shtm. This manipulation of the argument Name causes cross site scripting. The attack can be initiated remotely. The exploit has been made available to the public and could be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-19
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-08-19
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
scada-lts scada-lts 2.7.8.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart