Input validation error in Apache Airflow - CVE-2026-42359
Published: June 4, 2026
Apache Airflow
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper input validation in the XCom PATCH endpoint when handling crafted PATCH requests to update XCom entries under reserved key names with serialized payloads. A remote user can send a specially crafted PATCH request to execute arbitrary code.
Exploitation requires XCom write permission on a Dag, and the affected task must later defer to the triggerer.