CVE-2025-40903: HTML injection in Schedule Restore Archive in Guardian/CMC before 26.1.0
A Stored HTML Injection vulnerability was discovered in the Schedule Restore Archive functionality due to improper validation of an input parameter. An authenticated user with administrative privileges can define a malicious restore schedule containing HTML tags. When a victim views the affected schedule, the injected HTML renders in their browser, enabling phishing and possibly open redirect attacks. Full XSS exploitation and direct information disclosure are prevented by the existing input validation and Content Security Policy configuration.
Security readout for executives and security teams
Plain-English summary
An administrator can place HTML into a restore schedule in Nozomi Guardian or CMC before version 26.1.0. Anyone viewing that schedule could see deceptive content supporting phishing or redirection. Existing validation and browser security policy reportedly prevent full script execution and direct data disclosure, limiting—but not eliminating—business risk.
Executive priority
Prioritize normal-cycle remediation, escalating if an affected management interface has weak administrator controls or suspicious schedules. This is not presented as an unauthenticated takeover or confirmed active threat, but trusted-interface phishing can support credential theft and further compromise.
Technical view
CVE-2025-40903 is a stored HTML injection in Schedule Restore Archive caused by improper input validation. Exploitation requires network access, administrative privileges, and a victim viewing the affected schedule. The CVSS 3.1 score is 5.9. Existing validation and Content Security Policy limit full XSS and direct information disclosure.
Likely exposure
Exposure is likely limited to Guardian or CMC versions before 26.1.0 where administrative users can create restore schedules. Risk increases if administrator accounts are compromised, shared, or insufficiently controlled. The supplied affected-version metadata is internally inconsistent, so organizations should confirm applicability against Nozomi's advisory.
Exploitation context
The bundle provides no evidence of active exploitation, and this CVE is not listed as KEV. Abuse requires an authenticated administrator to save malicious HTML and another user to view the schedule. Reported outcomes include phishing and possible open redirects; full XSS and direct disclosure are reportedly blocked.
Researcher notes
The CVSS vector is AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L. The described behavior supports CWE-79 classification, although controls constrain script execution. The bundle's affected entries show version “0” with default status “unaffected,” conflicting with the title's “before 26.1.0”; validate precise product applicability with vendor sources.
Mitigation direction
Upgrade affected Guardian and CMC installations to version 26.1.0 or later.
Confirm the supported remediation and applicability in Nozomi Networks' advisory.
Restrict administrative access to trusted personnel and review privileged accounts.
Remove or correct restore schedules containing unexpected HTML.
Limit management-interface access to authorized networks where operationally feasible.
Validation and detection
Inventory Guardian and CMC installations and record their exact versions.
Identify installations running versions earlier than 26.1.0.
Review restore schedules for unexpected HTML, links, or deceptive content.
Confirm untrusted schedule input no longer renders as HTML after remediation.
Review administrative activity for suspicious schedule creation or modification.
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.