Deserialization of Untrusted Data in Apache Airflow - CVE-2026-33858
Published: August 25, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary code in the webserver context.
The vulnerability exists due to unsafe deserialization in the XCom API when processing crafted XCom payloads containing legacy serialization keys. A remote user can craft a malicious XCom payload to execute arbitrary code in the webserver context.
The issue affects Dag Authors who normally should not be able to execute code in the webserver context.