Security readout for executives and security teams
Plain-English summary
Older Nagios XI monitoring servers contain a flaw that lets a logged-in administrator with Core Config Manager access run their own commands on the underlying server. Because Nagios XI typically watches sensitive infrastructure, a compromised instance can become a foothold to pivot deeper into the environment. Upgrading to a fixed release and tightening admin access closes the gap.
Executive priority
Treat as high priority for any environment running Nagios XI below 5.6.14: the monitoring server often has broad visibility and credentials, so a compromise here can accelerate a wider incident. Schedule the patch within the next maintenance window and confirm admin access controls in parallel.
Technical view
CVE-2020-36856 is an authenticated OS command injection (CWE-78) in Nagios XI prior to 5.6.14. The CCM script command_test.php fails to sanitize the `address` parameter before it is incorporated into a backend shell invocation, letting an authenticated CCM user inject shell metacharacters and execute arbitrary commands as the web application user. CVSS v4.0 is 9.4 (AV:N/AC:L/PR:H), reflecting high impact across confidentiality, integrity, and availability.
Likely exposure
Exposure is limited to organizations running Nagios XI versions earlier than 5.6.14 where Core Config Manager accounts exist and are reachable by users, including any account that has been delegated CCM rights or shared between admins. Internet-facing or weakly segmented Nagios XI portals materially increase exposure.
Exploitation context
Sources do not indicate inclusion in CISA KEV and no public reports of in-the-wild exploitation are cited in the bundle. Exploitation requires valid authenticated access to the CCM, which raises the bar but is realistic where credentials are reused, weak, or shared among operations staff. VulnCheck has published a third-party advisory documenting the issue.
Researcher notes
Authenticated RCE via shell metacharacter injection in the `address` parameter of CCM command_test.php; root cause is CWE-78 missing input neutralization. Privilege requirement (PR:H) reflects the CCM access prerequisite. No public PoC or KEV entry is referenced in the supplied bundle; treat exploitability as plausible given the simple injection sink and consult the VulnCheck advisory for additional technical detail.
Mitigation direction
- Upgrade Nagios XI to 5.6.14 or later per vendor changelog and security page.
- Restrict Core Config Manager privileges to a minimal set of trusted administrators.
- Place the Nagios XI web UI behind VPN or IP allow-listing, not the public internet.
- Enforce strong, unique credentials and MFA on all Nagios XI administrative accounts.
- Review Nagios XI host for unexpected processes, cron jobs, or web shell artifacts.
Validation and detection
- Check the Nagios XI version banner or about page and compare against 5.6.14.
- Inventory CCM-enabled accounts and confirm each is still required and owned.
- Audit web server and Nagios logs for anomalous POSTs to command_test.php.
- Confirm network ACLs limit who can reach the Nagios XI admin interface.
- Verify backups and configuration baselines exist before applying upgrades.
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-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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 lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2020-36856 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
- Critical
- CVSS
- 9.4 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
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:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
9.4CriticalVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.nagios.com/products/security/#nagios-xiCVE reference · vendor-advisory, patch
- https://www.nagios.com/changelog/nagios-xi/CVE reference · release-notes, patch
- https://www.vulncheck.com/advisories/nagios-xi-authenticated-rce-command-test-php-via-addressCVE 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.
