Apache Airflow exposes secrets backend credentials through the Config API
Medium6.5CVE-2026-48892 · Published Jul 7, 2026 · updated Sep 4, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| apache-airflow PyPI | < 3.3.0 | 3.3.0 |
Details and references
The Config API in Apache Airflow surfaced per-key secrets-backend overrides (environment variables like `AIRFLOW__SECRETS__BACKEND_KWARG__SECRET_ID` and `AIRFLOW__WORKERS__SECRETS_BACKEND_KWARG__SECRET_ID`) as synthetic config options whose option names were not in `sensitive_config_values`, so the masker did not redact them. An authenticated UI/API user with Config read permission could retrieve plaintext secrets-backend credentials (Vault `role_id` / `secret_id`, etc.) from the Config API output. Affects deployments that configure secrets backends via per-key environment overrides. Users are advised to upgrade to `apache-airflow` 3.3.0 or later.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-200
- Also known as
- BIT-airflow-2026-48892, CVE-2026-48892, PYSEC-2026-2087
- nvd.nist.gov/vuln/detail/CVE-2026-48892
- github.com/apache/airflow/pull/67622
- github.com/apache/airflow/commit/f0f978d2736891a2f9e9d2954e87fc358e1ef4e3
- github.com/apache/airflow
- github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2026-2087.yaml
- lists.apache.org/thread/pq5yy40079h6tzh3fxvw28dd8dbk72hk
- www.openwall.com/lists/oss-security/2026/07/07/4
More Apache Airflow advisories
All Apache Airflow| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jul 7 | Apache Airflow allows code execution through unsafe serialized DAG deserialization CVE-2026-33264Critical9.8fixed in 3.3.0 | Critical9.8 | 3.3.0 |
| Jul 7 | Apache Airflow exposes unreadable DAG identifiers in the scheduling dependencies graph CVE-2026-48891Medium4.3fixed in 3.3.0 | Medium4.3 | 3.3.0 |
| Jul 7 | Apache Airflow exposes sensitive JSON Variable values through the Bulk Variables API CVE-2026-48828Medium6.5fixed in 3.3.0 | Medium6.5 | 3.3.0 |
| Jul 7 | Apache Airflow exposes deferred trigger kwargs in task-instance API responses CVE-2026-49487Medium6.5fixed in 3.3.0 | Medium6.5 | 3.3.0 |
| Jul 7 | apache-airflow DAG source authorization bypass exposes co-located DAG source CVE-2026-49296Medium6.5fixed in 3.3.0 | Medium6.5 | 3.3.0 |
| Jun 1 | Apache Airflow has no certificate validation on SMTP STARTTLS connections CVE-2026-49267Medium5.9fixed in 3.2.2 | Medium5.9 | 3.2.2 |