VDB
Sign up
MEDIUM6.5

PYSEC-2026-2088

Quick fix

PYSEC-2026-2088 — apache-airflow: upgrade to the fixed version with the command below.

pip install --upgrade 'apache-airflow>=3.3.0'

Details

In Apache Airflow before 3.3.0, the REST API task-instance detail and list endpoints returned a deferred task's trigger kwargs without masking. When a deferred operator passed a secret (for example a provider API key) into its trigger, any authenticated user with DAG-scoped task-instance read access for that DAG could read that secret in clear text while the task was deferred. Users should upgrade to apache-airflow 3.3.0 or later, which masks sensitive values in trigger kwargs returned by the API.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/apache-airflow
Introduced in: 0Fixed in: 3.3.0
Fixpip install --upgrade 'apache-airflow>=3.3.0'

References