Cyber Resilience

CVE-2022-29269

Medium

Published: 29 June 2022

Published
29 June 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0509 90.0th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

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

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

Deeper analysis

Nagios XI versions through 5.8.5 contain a cross-site scripting vulnerability in the scheduled reports feature. An authenticated user can supply HTML tags that are later rendered in notification emails sent from the application's official address, altering message formatting and content without requiring user interaction.

An attacker with a low-privileged account reachable over the network can exploit the flaw to tamper with the integrity of outbound administrative emails. The attack achieves modification of email appearance or embedded content while leaving confidentiality and availability unaffected, consistent with the CVSS vector AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N.

Vendor change logs reference fixes in subsequent Nagios XI releases, directing administrators to upgrade beyond 5.8.5. The associated EPSS score has remained flat at 0.0509 with no material increase after disclosure.

EU & UK References

Vulnerability details

In Nagios XI through 5.8.5, in the schedule report function, an authenticated attacker is able to inject HTML tags that lead to the reformatting/editing of emails from an official email address.

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.5

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