CVE-2025-34261: Advantech WISE-DeviceOn Server < 5.4 Authenticated Stored XSS via devicegroups/
Advantech WISE-DeviceOn Server versions prior to 5.4 contain a stored cross-site scripting (XSS) vulnerability in the /rmm/v1/devicegroups/ endpoint. When an authenticated user creates a device group, the name and description values are stored and later rendered in device group listings without proper HTML sanitation. An attacker can inject malicious script into either field, which is then executed in the browser context of users who view or interact with the affected device group, potentially enabling session compromise and unauthorized actions as the victim.
Security readout for executives and security teams
Plain-English summary
An authenticated user can place malicious script in a WISE-DeviceOn device-group name or description. The script runs when another user views or interacts with that group, potentially exposing their session or enabling actions with their privileges. The issue affects server versions before 5.4 and requires both attacker access and victim interaction.
Executive priority
Schedule prompt remediation during the next normal patch cycle, accelerating it where many users can create groups or administrators routinely view them. This is not presently an emergency-level issue, but delayed remediation leaves a credible path to session compromise through trusted management interfaces.
Technical view
CVE-2025-34261 is a stored cross-site scripting flaw (CWE-79) in /rmm/v1/devicegroups/. Insufficient HTML sanitation allows authenticated users to persist script content in name or description fields. Later rendering triggers execution in another user's browser context. CVSS 4.0 is 5.1, reflecting low privileges, network access, passive user interaction, and limited confidentiality and integrity impacts.
Likely exposure
Exposure is limited to WISE-DeviceOn Server deployments running versions before 5.4 where untrusted or compromised authenticated accounts can create device groups. Risk increases when higher-privileged administrators view attacker-controlled groups. The bundle's structured affected-version entry is ambiguous, so organizations should confirm applicability against Advantech's advisory.
Exploitation context
The supplied sources do not establish active exploitation, and the CVE is not identified as KEV. Exploitation requires authenticated access to create a crafted device group and a separate user to view or interact with it. A compromised low-privilege account could therefore become a route toward session compromise or unauthorized actions.
Researcher notes
The source bundle supports the endpoint, vulnerable fields, authentication requirement, victim interaction, and pre-5.4 scope. Its structured affected record lists version "0" with default status unaffected, which conflicts with the narrative scope. Treat the vendor advisory as the primary applicability reference. No exploit activity, public weaponization, or additional affected products are established here.
Mitigation direction
Upgrade WISE-DeviceOn Server to version 5.4 or later, following Advantech's advisory.
Restrict device-group creation permissions to trusted accounts until remediation is complete.
Review and remove suspicious device-group names and descriptions using safe administrative procedures.
Invalidate potentially exposed sessions if suspicious stored content or unauthorized account activity is discovered.
Validation and detection
Inventory all WISE-DeviceOn Server instances and record their exact versions.
Confirm every instance runs version 5.4 or later after remediation.
Review who can create device groups and remove unnecessary privileges.
Inspect existing device-group names and descriptions for unexpected markup or script-like content.
Verify group listings safely encode stored values in a controlled, non-production test.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.