Cyber Resilience

CVE-2022-38251

Medium

Published: 07 September 2022

Published
07 September 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 4.8 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.3610 97.2th percentile
Risk Priority 31 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-38251 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Nagios Nagios Xi. Its CVSS base score is 4.8 (Medium).

Operationally, ranked in the top 2.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Nagios XI version 5.8.6 contains a stored cross-site scripting vulnerability (CWE-79) on the System Performance Settings page in the administrative interface. The flaw received a CVSS 3.1 score of 4.8, reflecting network attack vector, low attack complexity, high privileges required, and required user interaction, with limited confidentiality and integrity impact in a changed scope.

An authenticated administrator can supply crafted input that is later rendered for other users who view the affected page, enabling execution of attacker-controlled scripts within the Nagios XI web application. Successful exploitation can lead to session hijacking, privilege escalation within the application, or unauthorized actions performed in the context of other administrative users.

The vendor's change log for Nagios XI 5.8.7 documents the release that addresses the issue, indicating that upgrading from the vulnerable 5.8.6 version eliminates the XSS vector. The associated EPSS score has remained flat at 0.3610 with no material increase after disclosure.

EU & UK References

Vulnerability details

Nagios XI v5.8.6 was discovered to contain a cross-site scripting (XSS) vulnerability via the System Performance Settings page under the Admin panel.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

nagios
nagios xi
5.8.6

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References