PT-2024-1306 · Apache · Apache Airflow
Hussein Awala
+1
·
Published
2024-01-24
·
Updated
2026-02-20
·
CVE-2023-50943
CVSS v2.0
10
High
| Vector | AV:N/AC:L/Au:N/C:C/I:C/A:C |
Name of the Vulnerable Software and Affected Versions
Apache Airflow versions prior to 2.8.1
Description
The issue is related to the deserialization mechanism in Apache Airflow, allowing a potential attacker to poison the XCom data by bypassing the protection of the
enable xcom pickling=False configuration setting, resulting in poisoned data after XCom deserialization. This issue is considered low severity as it requires a DAG author to exploit it.Recommendations
To resolve the issue, users are recommended to upgrade to version 2.8.1 or later, which fixes this issue. As a temporary workaround, consider disabling the
enable xcom pickling setting until a patch is available. Restrict access to the XCom data to minimize the risk of exploitation. Avoid using the enable xcom pickling=False configuration setting in the affected API endpoints until the issue is resolved.Fix
DoS
Deserialization of Untrusted Data
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Apache Airflow