Cyber Resilience

CVE-2022-24288

HighRCE

Published: 25 February 2022

Published
25 February 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.8982 99.6th percentile
Risk Priority 71 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-24288 is a high-severity OS Command Injection (CWE-78) vulnerability in Apache Airflow. Its CVSS base score is 8.8 (High).

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

Deeper analysis

In Apache Airflow versions prior to 2.2.4, certain example DAGs failed to sanitize user-supplied parameters, exposing an OS command injection flaw reachable through the web UI. The issue is tracked as CWE-78 and carries a CVSS 3.1 score of 8.8, reflecting network-accessible exploitation with low attack complexity and no user interaction required once an authenticated session exists.

An authenticated user with access to the web UI can supply crafted parameters to the affected example DAGs, resulting in arbitrary operating-system command execution on the scheduler or worker host. Successful exploitation grants the attacker full control over confidentiality, integrity, and availability of the Airflow deployment and any connected systems.

The referenced Apache mailing-list announcement describes the flaw and states that the vulnerability is resolved in version 2.2.4; operators are advised to upgrade and to avoid exposing the example DAGs in production environments. The EPSS score remains elevated, with a recorded peak of 0.9418 and a current value of 0.8982.

EU & UK References

Vulnerability details

In Apache Airflow, prior to version 2.2.4, some example DAGs did not properly sanitize user-provided params, making them susceptible to OS Command Injection from the web UI.

CWE(s)

Related Threats

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

Affected Assets

apache
airflow
≤ 2.2.4

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