|
|
Message-ID: <ced1eecf-af20-b18a-18a6-8f1d5c64d1d0@apache.org> Date: Wed, 15 Apr 2026 00:17:07 +0000 From: Jarek Potiuk <potiuk@...che.org> To: oss-security@...ts.openwall.com Subject: CVE-2025-54550: Apache Airflow: RCE by race condition in example_xcom dag Severity: Low Affected versions: - Apache Airflow (apache-airflow) before 3.2.0 Description: The example example_xcom that was included in airflow documentation implemented unsafe pattern of reading value from xcom in the way that could be exploited to allow UI user who had access to modify XComs to perform arbitrary execution of code on the worker. Since the UI users are already highly trusted, this is a Low severity vulnerability. It does not affect Airflow release - example_dags are not supposed to be enabled in production environment, however users following the example could replicate the bad pattern. Documentation of Airflow 3.2.0 contains version of the example with improved resiliance for that case. Users who followed that pattern are advised to adjust their implementations accordingly. Credit: Vincent55 Yang (finder) References: https://airflow.apache.org/ https://www.cve.org/CVERecord?id=CVE-2025-54550
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.