Lucene search
+L

602 matches found

Veracode
Veracode
added 2026/02/23 8:05 a.m.12 views

Remote Code Execution (RCE)

Apache Airflow is vulnerable to Remote Code ExecutionRCE. The vulnerability is due to improper validation in the /api/v2/dagReports endpoint, which allows an attacker to execute DAG code in the context of the API server when DAG files are accessible in the deployment environment...

5.4CVSS5.8AI score0.00487EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/02/21 4:32 a.m.5 views

Information Exposure

Overview apache-airflow-task-sdk is a The Apache Airflow Task SDK includes interfaces for Dag authors and Task execution logic for Python. Affected versions of this package are vulnerable to Information Exposure in the error messages in the UI when a DAG fails during parsing. A user can obtain...

7.1CVSS5.8AI score0.00801EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/02/21 4:32 a.m.5 views

Information Exposure

Overview apache-airflow is a platform to programmatically author, schedule, and monitor workflows. Affected versions of this package are vulnerable to Information Exposure in the error messages in the UI when a DAG fails during parsing. A user can obtain sensitive information from kwargs passed t...

7.1CVSS5.5AI score0.00801EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/21 3:31 a.m.19 views

GHSA-GFW7-2V73-69WG Apache Airflow error reporting may expose full kwargs

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...

6.5CVSS5.7AI score0.00801EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/02/21 2:14 a.m.3 views

CVE-2025-65995 Apache Airflow: Disclosure of secrets to UI via kwargs

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...

5.2AI score0.00801EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/21 2:14 a.m.9 views

CVE-2025-65995 Apache Airflow: Disclosure of secrets to UI via kwargs

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...

6.5CVSS5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/02/21 2:14 a.m.38 views

CVE-2025-65995 Apache Airflow: Disclosure of secrets to UI via kwargs

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...

0.00801EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/21 2:14 a.m.7 views

CVE-2025-65995

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...

5.5AI score0.00801EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/19 10:04 p.m.13 views

Dagu affected by unauthenticated RCE via inline DAG spec in default configuration

Summary Dagu's default configuration ships with authentication disabled. The POST /api/v2/dag-runs endpoint accepts an inline YAML spec and executes its shell commands immediately with no credentials required — any dagu instance reachable over the network is fully compromised by default. Details...

6AI score
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2026/02/19 10:04 p.m.3 views

Missing Authentication for Critical Function

Overview Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the POST /api/v2/dag-runs endpoint, which accepts and executes inline YAML specifications without authentication in the default configuration. An attacker can execute arbitrary commands o...

9.8CVSS6.2AI score
SaveExploits0References3
Snyk
Snyk
added 2026/02/19 10:04 p.m.4 views

Missing Authentication for Critical Function

Overview Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the POST /api/v2/dag-runs endpoint, which accepts and executes inline YAML specifications without authentication in the default configuration. An attacker can execute arbitrary commands o...

9.8CVSS6.2AI score
SaveExploits0References3
OSV
OSV
added 2026/02/19 10:04 p.m.6 views

GHSA-6QR9-G2XW-CW92 Dagu affected by unauthenticated RCE via inline DAG spec in default configuration

Summary Dagu's default configuration ships with authentication disabled. The POST /api/v2/dag-runs endpoint accepts an inline YAML spec and executes its shell commands immediately with no credentials required — any dagu instance reachable over the network is fully compromised by default. Details...

9.8CVSS6AI score
SaveExploits0References2
Veracode
Veracode
added 2026/02/19 8:06 p.m.11 views

Command Injection

Apache Airflow is vulnerable to Command Injection. The vulnerability is due to a non-validated parameter in the exampledagdecorator example DAG, which allows an attacker to redirect execution to a malicious server and execute arbitrary code on a worker when example DAGs are enabled...

4.6CVSS6.3AI score0.00459EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/02/12 8:39 a.m.7 views

BIT-AIRFLOW-2026-24098 Apache Airflow: Assigning single DAG permission leaked all DAGs Import Errors

Apache Airflow versions 3.0.0 - 3.1.7, has vulnerability that allows authenticated UI users with permission to one or more specific Dags to view import errors generated by other Dags they did not have access to. Users are advised to upgrade to 3.1.7 or later, which resolves this issue...

6.5CVSS5.8AI score0.00739EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/02/09 12:30 p.m.3 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the Import Errors view. An authenticated attacker can access sensitive information, such as file paths, code snippets, or stack traces related to DAGs they are not authorized to access. Remediation Upgrade...

7.1CVSS5.7AI score0.00739EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/02/09 12:30 p.m.16 views

Apache Airflow UI Exposes DAG Import Errors to Unauthorized Authenticated Users

Impact Exposure of Sensitive Information: An information disclosure vulnerability exists in the Apache Airflow UI that allows authenticated users to view Import Errors for DAGs they are not authorized to access. In affected versions, the Import Errors view does not correctly filter errors based o...

6.5CVSS5.7AI score0.00739EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/09 11:16 a.m.10 views

PYSEC-2026-12

Apache Airflow versions 3.0.0 - 3.1.7, has vulnerability that allows authenticated UI users with permission to one or more specific Dags to view import errors generated by other Dags they did not have access to. Users are advised to upgrade to 3.1.7 or later, which resolves this issue...

6.5CVSS5.8AI score0.00739EPSS
SaveExploits0References4
NVD
NVD
added 2026/02/09 11:16 a.m.17 views

CVE-2026-24098

Apache Airflow versions 3.0.0 - 3.1.7, has vulnerability that allows authenticated UI users with permission to one or more specific Dags to view import errors generated by other Dags they did not have access to. Users are advised to upgrade to 3.1.7 or later, which resolves this issue...

6.5CVSS0.00739EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/02/09 10:32 a.m.39 views

CVE-2026-24098 Apache Airflow: Assigning single DAG permission leaked all DAGs Import Errors

Apache Airflow versions 3.0.0 - 3.1.7, has vulnerability that allows authenticated UI users with permission to one or more specific Dags to view import errors generated by other Dags they did not have access to. Users are advised to upgrade to 3.1.7 or later, which resolves this issue...

0.00739EPSS
SaveExploits0References2
CVE
CVE
added 2026/02/09 10:32 a.m.28 views

CVE-2026-24098

CVE-2026-24098 affects Apache Airflow versions before 3.1.7. Authenticated UI users with permission to one or more Dags can view import errors generated by other Dags they should not access. The issue is remedied by upgrading to Airflow 3.1.7 or later; no further exploit details are provided in t...

6.5CVSS5.8AI score0.00739EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder