LiveActive security incident?Get immediate response
CVE Record

CVE-2025-56432: A cross-site scripting (XSS) vulnerability exists in Nagios XI 2024R2.

A cross-site scripting (XSS) vulnerability exists in Nagios XI 2024R2. The vulnerability allows remote attackers to execute arbitrary JavaScript in the context of a logged-in user's session via a specially crafted URL. The issue resides in a web component responsible for rendering performance-related data.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw lets an attacker trick a logged-in Nagios XI user into opening a crafted URL that runs attacker-controlled JavaScript in that user’s browser session. The business risk is account misuse or data exposure inside monitoring workflows, especially for administrators.

Executive priority

Prioritize normal patch governance, with faster handling for externally reachable or administrator-heavy Nagios environments. This is not supported as actively exploited, but XSS in monitoring administration can still affect sensitive operational visibility.

Technical view

CVE-2025-56432 is a CWE-79 cross-site scripting issue in Nagios XI 2024R2. The source says it affects a web component rendering performance-related data. CVSS 3.1 is 6.1: network reachable, low complexity, no privileges required, user interaction required, changed scope, low confidentiality and integrity impact.

Likely exposure

Exposure is most likely where Nagios XI 2024R2 is deployed and users access the web UI. The structured affected-product fields are incomplete, so teams should verify exact applicability against Nagios guidance.

Exploitation context

The bundle does not show CISA KEV listing or cited active exploitation. Exploitation requires user interaction: a logged-in user must open a specially crafted URL. Treat internet-reachable or broadly accessible Nagios portals as higher risk.

Researcher notes

The evidence names Nagios XI 2024R2 and a performance-data rendering component, but does not include precise endpoint details, affected CPEs, or a named fixed version. Avoid assuming broader Nagios product exposure without vendor confirmation.

Mitigation direction

  • Check Nagios guidance and changelog for a fixed release or official workaround.
  • Upgrade affected Nagios XI deployments if Nagios identifies a corrected version.
  • Restrict Nagios XI web access to trusted networks, VPN, or administrative jump hosts.
  • Warn administrators not to open unsolicited Nagios links while logged in.
  • Review session security controls and monitor for suspicious UI activity.

Validation and detection

  • Inventory Nagios XI instances and confirm whether any run 2024R2.
  • Review Nagios changelog and CVE records for exact affected and fixed versions.
  • Confirm the Nagios web UI is not broadly exposed to untrusted networks.
  • Check access logs for unusual crafted URLs targeting performance-data views.
  • Verify remediation by confirming the installed version matches vendor guidance.
Prepared
Confidence
medium
Sources
3

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-2025-56432 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
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2025-56432Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
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.