CVE-2025-65995
Received
Received - Intake
Information Disclosure in Apache Airflow UI via DAG Parsing Error
Publication date: 2026-02-21
Last updated on: 2026-02-25
Assigner: Apache Software Foundation
Description
Description
When a DAG failed during parsing, Airflowβs error-reporting in the UI could include the full kwargs passed to the operators. If those kwargs contained sensitive values (such as secrets), they might be exposed in the UI tracebacks to authenticated users who had permission to view that DAG.Β
The issue has been fixed in Airflow 3.1.4 and 2.11.1, and users are strongly advised to upgrade to prevent potential disclosure of sensitive information.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | airflow | to 2.11.1 (exc) |
| apache | airflow | From 3.0.0 (inc) to 3.1.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-209 | The product generates an error message that includes sensitive information about its environment, users, or associated data. |