Описание
Apache Airflow exposes SQL stack trace despite "api/expose_stack_traces" set to false
In case of SQL errors, exception/stack trace of errors was exposed in API even if "api/expose_stack_traces" was set to false. That could lead to exposing additional information to potential attacker. Users are recommended to upgrade to Apache Airflow 3.2.0, which fixes the issue.
Ссылки
- https://nvd.nist.gov/vuln/detail/CVE-2026-30912
- https://github.com/apache/airflow/pull/63028
- https://github.com/apache/airflow
- https://github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2026-18.yaml
- https://lists.apache.org/thread/tp6kz1hnfb3zsrrtg19myo8x5x80w8r9
- http://www.openwall.com/lists/oss-security/2026/04/17/5
Пакеты
apache-airflow-core
< 3.2.0
3.2.0
Связанные уязвимости
In case of SQL errors, exception/stack trace of errors was exposed in API even if "api/expose_stack_traces" was set to false. That could lead to exposing additional information to potential attacker. Users are recommended to upgrade to Apache Airflow 3.2.0, which fixes the issue.
In case of SQL errors, exception/stack trace of errors was exposed in ...