LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36861: Nagios XI < 5.7.5 Core Config Manager (CCM) XSS via Overlay Rendering and Notification/Check Period Pages

The Core Config Manager (CCM) in Nagios XI versions prior to CCM 3.0.8 / Nagios XI 5.7.5 contains multiple cross-site scripting (XSS) vulnerabilities in the overlay UI elements and the Notification/Check Period pages. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Nagios XI, a popular IT monitoring tool, contained flaws in its Core Config Manager that could let an attacker plant malicious code on certain admin pages. If a logged-in user viewed a tampered page, their browser could run that code, exposing the monitoring console to misuse. Nagios fixed this in XI 5.7.5 (CCM 3.0.8).

Executive priority

Medium priority. Patch during the next standard maintenance window if Nagios XI is deployed and accessible to multiple administrators. Treat as higher priority if the console is internet-facing or shared with third parties.

Technical view

Multiple stored/reflected XSS issues (CWE-79) exist in CCM overlay rendering and the Notification/Check Period pages in Nagios XI prior to 5.7.5 / CCM 3.0.8. Insufficient input validation or output encoding lets an authenticated low-privilege user inject script that executes in another user's session context. CVSS 4.0 base 5.1 reflects authenticated, user-interaction-required scope.

Likely exposure

Exposure is limited to organizations running Nagios XI versions older than 5.7.5 with CCM exposed to authenticated users. Internet-exposed Nagios XI consoles or shared admin environments increase risk; isolated, fully-patched installs are unaffected per the vendor's default-unaffected scoping.

Exploitation context

No public evidence of active exploitation; CISA KEV does not list this CVE. Exploitation requires an authenticated CCM user to inject payloads and a victim user to view the affected overlay or Notification/Check Period page. No public proof-of-concept is cited in the bundle.

Researcher notes

CWE-79 across multiple CCM views (overlay rendering, Notification Period, Check Period). CVSS 4.0 vector AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N indicates authenticated, victim-interaction-required, with subsequent-system confidentiality and integrity impact only. No CPEs supplied; defaultStatus is "unaffected" so confirm fixed build via vendor changelog. KEV: false. Published 2025-10-30; updated 2025-11-17.

Mitigation direction

  • Upgrade Nagios XI to 5.7.5 or later (CCM 3.0.8+) per vendor changelog.
  • Restrict CCM access to trusted administrators and enforce least privilege.
  • Place the Nagios XI console behind VPN or SSO; do not expose to the internet.
  • Review CCM audit logs for unexpected configuration edits in Notification/Check Period objects.
  • Apply browser-side hardening (CSP, HttpOnly/SameSite cookies) on the Nagios XI host.

Validation and detection

  • Check Nagios XI version in Admin > System Information; confirm 5.7.5 or higher.
  • Verify CCM module version is 3.0.8 or later.
  • Inventory user accounts with CCM write access and confirm legitimacy.
  • Review Notification and Check Period definitions for unexpected HTML or script content.
  • Confirm vendor changelog entry for 5.7.5 against deployed build hashes.
Prepared
Confidence
medium
Sources
4

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-2020-36861 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
5.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA: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
3Source 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
5.1CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.1Medium
CVSS 4.0 vector shape for CVE-2020-36861Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NagiosXI0unaffected
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.