Security readout for executives and security teams
Plain-English summary
Older Nagios XI monitoring servers (before 5.6.11) have a flaw in a charting feature that anyone on the network can abuse without logging in. Attackers can plant scripts that run in an admin's browser or trick the server into reaching out to internal systems on their behalf, potentially exposing data that should never leave your network.
Executive priority
Medium priority. Patch within the standard monthly cycle if Nagios XI is internal-only; accelerate to a near-term change window if the UI is reachable from untrusted networks. Risk centers on admin browser compromise and internal data disclosure rather than direct system takeover.
Technical view
Nagios XI versions prior to 5.6.11 expose the Highcharts local exporting tool without authentication. Insufficient output encoding allows reflected/stored XSS (CWE-79) in exported content, and the export handler will fetch attacker-controlled URLs, enabling SSRF (CWE-918) against internal services. CVSS 4.0 base is 6.9. No active exploitation is cited in the bundle and the issue is not in CISA KEV.
Likely exposure
Internet-facing or DMZ-resident Nagios XI installations below 5.6.11 are directly exposed. Internal-only deployments are still reachable from any host that can hit the monitoring web UI, which often includes broad operational and admin networks.
Exploitation context
No public reports of active exploitation are cited in the source bundle, and the CVE is not listed in CISA KEV. The Highcharts export issue is a known, documented weakness pattern, and the vendor advisory and third-party VulnCheck advisory describe the conditions but do not confirm in-the-wild abuse.
Researcher notes
Two distinct weaknesses share one CVE: CWE-79 reflected/stored XSS in exported chart content and CWE-918 SSRF via attacker-supplied fetch URLs. Both are unauthenticated and pre-5.6.11. CVSS 4.0 6.9 reflects limited integrity/availability impact but meaningful confidentiality and scope impact via SSRF reachability. Validate fix by confirming export handler authentication and URL allowlisting in 5.6.11+.
Mitigation direction
- Upgrade Nagios XI to 5.6.11 or later per vendor changelog.
- Restrict access to the Nagios XI web UI to trusted admin networks only.
- Place Nagios XI behind a WAF or reverse proxy that filters export endpoints.
- Egress-filter the Nagios XI host so it cannot reach unintended internal or external URLs.
- Review monitoring server logs for unusual export or chart requests pending upgrade.
Validation and detection
- Inventory all Nagios XI instances and confirm version against 5.6.11 baseline.
- Check the Highcharts export endpoint is not reachable unauthenticated from untrusted networks.
- Review web/proxy logs for unexpected outbound fetches from the Nagios XI host.
- Confirm patch installation by re-checking version after upgrade and vendor changelog notes.
- Validate network segmentation so the monitoring server cannot pivot to sensitive internal services.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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 lookupCloud metadata behavior lookup
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2020-36862 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.9 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
6.9MediumVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L
Source materials
- CVE List V5 sourceCVE List V5
- https://www.nagios.com/changelog/nagios-xi/CVE reference · release-notes, patch
- https://www.vulncheck.com/advisories/nagios-xi-unauthenticated-xss-and-ssrf-via-highchartsCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
