CVE-2025-9145
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-19

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in Scada-LTS 2.7.8.1. This issue affects some unknown processing of the file view_edit.shtm of the component SVG File Handler. Such manipulation of the argument backgroundImageMP leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed publicly and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-19
Last Modified
2026-04-29
Generated
2026-05-06
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-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.
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.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-9145 is a Stored Cross-Site Scripting (XSS) vulnerability in Scada-LTS version 2.7.8.1, specifically in the view_edit.shtm endpoint of the SVG File Handler component. It occurs because the backgroundImageMP parameter, which accepts SVG file uploads, is not properly validated or sanitized. Attackers can upload a malicious SVG file containing embedded JavaScript code that is stored on the server and executed automatically when the affected page is accessed, allowing arbitrary script execution in the victim's browser. [1, 2]


How can this vulnerability impact me? :

This vulnerability can lead to session cookie theft, browser hijacking, credential theft, malware distribution, unauthorized data access, website defacement, user misdirection, and reputational damage to businesses. Essentially, attackers can execute malicious scripts in users' browsers remotely, potentially compromising user data and system integrity. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking for the presence of malicious SVG files uploaded via the backgroundImageMP parameter on the view_edit.shtm page of Scada-LTS 2.7.8.1. One approach is to look for SVG files containing embedded <script> tags or suspicious JavaScript code. For example, you can search the server's upload directories for SVG files containing the <script> tag using a command like: grep -rl '<script>' /path/to/uploads/*.svg. Additionally, monitoring HTTP requests to the view_edit.shtm endpoint for unusual or suspicious payloads in the backgroundImageMP parameter can help detect exploitation attempts. Network intrusion detection systems (NIDS) can be configured to alert on such patterns. However, no specific detection commands are provided in the resources. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include preventing the upload or execution of malicious SVG files by restricting or sanitizing the backgroundImageMP parameter input. Since no known countermeasures or patches are currently available, it is suggested to consider replacing the affected component or product. Additionally, restricting user permissions to limit who can upload files, implementing input validation and sanitization on the server side, and monitoring for suspicious activity are recommended. Applying web application firewalls (WAF) rules to block malicious scripts in SVG files may also help reduce risk until a fix is available. [2]


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