CVE-2022-24715
Published: 08 March 2022
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
- 🇪🇺 ENISA EUVD: EUVD-2022-29576
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
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.
Validates pathnames and filenames to prevent traversal outside intended directories.