CVE-2025-34257
BaseFortify
Publication date: 2025-12-05
Last updated on: 2025-12-17
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| advantech | wise-deviceon_server | to 5.4 (exc) |
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. |
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?
Users are strongly advised to update Advantech WISE-DeviceOn Server to version 5.4 or later, where the vulnerability has been fixed. This update addresses the stored XSS issue by properly sanitizing the defined_name parameter to prevent malicious script injection. [3]
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in Advantech WISE-DeviceOn Server versions prior to 5.4. It occurs in the /rmm/v1/action/defined endpoint where an authenticated user can create a task with a defined_name value that is stored and later displayed on the Overview page without proper HTML sanitization. An attacker can inject malicious scripts into the defined_name field, which will then execute in the browsers of users who view the affected task.
How can this vulnerability impact me? :
The vulnerability can lead to session compromise and unauthorized actions performed by an attacker in the context of the victim user. Since the malicious script executes in the victim's browser, it can steal session tokens or perform actions on behalf of the victim, potentially leading to account takeover or other malicious activities.