LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25929: In OpenNMS Horizon, versions opennms-1-0-stable through opennms-27.1.0-1; OpenNMS Meridian, versions meridi...

In OpenNMS Horizon, versions opennms-1-0-stable through opennms-27.1.0-1; OpenNMS Meridian, versions meridian-foundation-2015.1.0-1 through meridian-foundation-2019.1.18-1; meridian-foundation-2020.1.0-1 through meridian-foundation-2020.1.6-1 are vulnerable to Stored Cross-Site Scripting since there is no validation on the input being sent to the `name` parameter in `noticeWizard` endpoint. Due to this flaw an authenticated attacker could inject arbitrary script and trick other admin users into downloading malicious files.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability lets a logged-in OpenNMS user store malicious script through a notification wizard name field. If an administrator later interacts with it, the script could influence that admin session and trick them into downloading malicious files. The source bundle does not indicate public active exploitation.

Executive priority

Treat as a moderate-priority administrative console issue. It is not remotely exploitable without credentials, but it can affect administrators and should be fixed during normal vulnerability remediation cycles, faster for internet-exposed or shared-admin environments.

Technical view

CVE-2021-25929 is stored cross-site scripting in OpenNMS Horizon and Meridian. The noticeWizard endpoint did not validate the name parameter. CVSS 3.1 is 4.8, with network access, low complexity, high privileges required, user interaction required, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is limited to OpenNMS Horizon versions opennms-1-0-stable through 27.1.0-1 and specified Meridian 2015, 2019, and 2020 foundation ranges. Risk is higher where many privileged users administer OpenNMS or the admin interface is broadly reachable.

Exploitation context

The attacker must already be authenticated with high privileges, then rely on another admin user interacting with stored content. KEV is false in the supplied bundle, and no cited source states active exploitation. The main concern is admin-session abuse and malicious file download social engineering.

Researcher notes

Evidence supports stored XSS in the noticeWizard name parameter and affected version ranges. The bundle includes OpenNMS commits but does not name exact fixed release versions or operational mitigations. Avoid assuming exploitation beyond the stated authenticated, high-privilege, user-interaction scenario.

Mitigation direction

  • Identify all OpenNMS Horizon and Meridian deployments and versions.
  • Check OpenNMS vendor guidance for fixed releases or supported remediation.
  • Upgrade affected instances according to vendor-supported guidance.
  • Restrict OpenNMS administrative access to trusted networks and users.
  • Review privileged OpenNMS accounts for unnecessary access.

Validation and detection

  • Confirm installed versions are outside the affected ranges.
  • Verify noticeWizard name input is validated or sanitized after remediation.
  • Review administrative user activity around notification wizard changes.
  • Check whether referenced OpenNMS commits are included in your deployed build.
  • Confirm no unexpected files or scripts are linked from admin-facing notices.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-25929 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
4.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.8Medium
CVSS 3.1 vector shape for CVE-2021-25929Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aOpenNMSopennms-1-0-stable,opennms-1.0.1 through opennms-27.1.0-1,meridian-foundation-2015.1.0-1 through meridian-foundation-2019.1.18-1,meridian-foundation-2020.1.0-1 through meridian-foundation-2020.1.6-1Listed
Weakness

CWE details

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.