LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36856: Nagios XI < 5.6.14 Authenticated RCE command_test.php via address

Nagios XI versions prior to 5.6.14 contain an authenticated remote command execution vulnerability in the CCM command_test.php script. Insufficient validation of the `address` parameter allows an authenticated user with access to the Core Config Manager to inject shell metacharacters that are incorporated into backend command invocations. Successful exploitation enables arbitrary command execution with the privileges of the Nagios XI web application user and may be leveraged to execute commands on the underlying XI host, modify system configuration, or fully compromise the host.

CriticalCVSS 9.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
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-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 lookup
description · low confidence lookup

Execution 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

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
9.4CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:HPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

9.4Critical
CVSS 4.0 vector shape for CVE-2020-36856Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

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

Source materials

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.