Cyber Resilience

CVE-2022-27483

HighRCE

Published: 19 July 2022

Published
19 July 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0537 90.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-27483 is a high-severity OS Command Injection (CWE-78) vulnerability in Fortinet Fortianalyzer. Its CVSS base score is 7.2 (High).

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

Deeper analysis

CVE-2022-27483 is an OS command injection vulnerability (CWE-78) affecting Fortinet FortiManager versions 7.0.0–7.0.3, 6.4.0–6.4.7, 6.2.x and 6.0.x as well as FortiAnalyzer versions in the same ranges. The flaw resides in the handling of diagnose system CLI commands and permits improper neutralization of special elements, enabling execution of arbitrary operating-system commands.

An attacker with high-privileged network access can supply crafted input to these CLI commands and obtain arbitrary shell code execution with root privileges on the affected appliance. The CVSS 7.2 vector reflects network attack reachability, low attack complexity, and high impact on confidentiality, integrity, and availability without user interaction.

Fortinet’s advisory FG-IR-22-049, referenced at fortiguard.com/psirt/FG-IR-22-049, addresses the issue for the listed product lines. The associated EPSS score has remained flat at 0.0537 with no material increase since disclosure.

EU & UK References

Vulnerability details

A improper neutralization of special elements used in an os command ('os command injection') in Fortinet FortiManager version 7.0.0 through 7.0.3, 6.4.0 through 6.4.7, 6.2.x and 6.0.x and FortiAnalyzer version 7.0.0 through 7.0.3, version 6.4.0 through 6.4.7, 6.2.x and 6.0.x…

more

allows attacker to execute arbitrary shell code as `root` user via `diagnose system` CLI commands.

CWE(s)

Related Threats

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

Affected Assets

fortinet
fortianalyzer
6.0.0 — 6.0.11 · 6.2.0 — 6.2.9 · 6.4.0 — 6.4.7
fortinet
fortimanager
6.0.0 — 6.0.11 · 6.2.0 — 6.2.9 · 6.4.0 — 6.4.7

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-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References