Cyber Resilience

CVE-2022-24715

HighPublic PoC

Published: 08 March 2022

Published
08 March 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.7251 98.8th percentile
Risk Priority 61 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-24715 is a high-severity Path Traversal (CWE-22) vulnerability in Icinga Icinga Web 2. Its CVSS base score is 8.5 (High).

Operationally, ranked in the top 1.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

Icinga Web 2, an open source monitoring web interface and framework, contains a path traversal vulnerability (CWE-22) that permits authenticated users with configuration access to create SSH resource files in arbitrary directories. The flaw affects multiple releases prior to the patches and carries a CVSS 3.1 score of 8.5 reflecting high impact across confidentiality, integrity, and availability when successfully exploited.

An attacker who already possesses a valid account and configuration privileges can supply crafted paths that place attacker-controlled SSH resources outside intended locations, resulting in arbitrary code execution on the underlying host. The attack requires network access but no user interaction beyond the initial authenticated session.

Official advisories and the referenced GitHub security notice state that the issue is resolved in Icinga Web 2 versions 2.8.6, 2.9.6, and 2.10; the accompanying commit and Gentoo GLSA confirm the availability of these updates. Organizations unable to upgrade are advised to restrict access to the Icinga Web 2 configuration interface. Public proof-of-concept material has been posted to Packet Storm, and the current EPSS score of 0.7251 indicates sustained exploitation interest since disclosure.

EU & UK References

Vulnerability details

Icinga Web 2 is an open source monitoring web interface, framework and command-line interface. Authenticated users, with access to the configuration, can create SSH resource files in unintended directories, leading to the execution of arbitrary code. This issue has been…

more

resolved in versions 2.8.6, 2.9.6 and 2.10 of Icinga Web 2. Users unable to upgrade should limit access to the Icinga Web 2 configuration.

CWE(s)

Related Threats

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

Affected Assets

icinga
icinga web 2
≤ 2.8.6 · 2.9.0 — 2.9.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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References