Apache Airflow, versions before 2.8.1, have a vulnerability that allows a potential attacker to poison the XCom data by bypassing the protection of "enable_xcom_pickling=False" configuration setting resulting in poisoned data after XCom deserialization. This vulnerability is considered low since it requires a DAG author to exploit it. Users are recommended to upgrade to version 2.8.1 or later, which fixes this issue.
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Link | Tags |
---|---|
https://github.com/apache/airflow/pull/36255 | third party advisory patch |
https://lists.apache.org/thread/fx278v0twqzxkcts70tc04cp3f8p56pn | vendor advisory mailing list |
http://www.openwall.com/lists/oss-security/2024/01/24/4 | mailing list |