<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Apache Airflow (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/apache-airflow.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/apache-airflow-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Apache Airflow (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:36 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-49298 – A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49298</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49298</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-49298</strong></p>
  <p>A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker pods to authenticate against the Execution API to be passed to the worker container as command-line arguments visible in the pod spec. An authenticated UI/API user with Kubernetes read-only access to the cluster (e.g. `pods/get` in the Airflow namespace) could harvest the JWT from `kubectl describe pod` output and then…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-538</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49298">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45360 – Apache Airflow's scheduler-side deadline-reference decoder (`SerializedCustomRef...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45360</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45360</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45360</strong></p>
  <p>Apache Airflow's scheduler-side deadline-reference decoder (`SerializedCustomReference.deserialize_reference`) imported and dispatched arbitrary class paths drawn from DAG-author-controlled serialized state without an allowlist or plugin-registry gate. A DAG author whose code reaches the scheduler — the default on single-host deployments where the DAG bundle is importable from the scheduler proce…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45360">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42359 – A bug in Apache Airflow's XCom PATCH endpoint `PATCH /api/v2/xcomEntries/{key}` ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42359</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42359</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42359</strong></p>
  <p>A bug in Apache Airflow's XCom PATCH endpoint `PATCH /api/v2/xcomEntries/{key}` allowed an authenticated UI/API user with XCom write permission on a Dag to set XCom entries under reserved key names (e.g. `return_value`) that the matching POST endpoint already validated against `FORBIDDEN_XCOM_KEYS`. The endpoint also accepted serialized payload shapes the triggerer's deserializer treats as code;…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42359">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42252 – Apache Airflow's official documentation at `core-concepts/dag-run.html` ("Passin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42252</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42252</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42252</strong></p>
  <p>Apache Airflow's official documentation at `core-concepts/dag-run.html` ("Passing Parameters when triggering Dags") showed a verbatim `BashOperator(bash_command="echo value: {{ dag_run.conf['conf1'] }}")` example without any quoting / sanitization warning. Dag authors who copied the pattern verbatim into deployments where users had `Dag.can_trigger` permission on the affected Dag (typical multi-t…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-1336</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42252">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41084 – A bug in Apache Airflow's bulk Task Instances API (`PATCH/DELETE /api/v2/dags/{d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41084</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41084</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41084</strong></p>
  <p>A bug in Apache Airflow's bulk Task Instances API (`PATCH/DELETE /api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances`) evaluated authorization against the `dag_id` resolved from the URL path while operating on the `dag_id` / `dag_run_id` extracted from request-body entity fields. An authenticated UI/API user with edit permission on one Dag could mutate Task Instance state in any other Dag by…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41084">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40961 – A bug in the login redirect route in Apache Airflow allowed authenticated users ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40961</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40961</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40961</strong></p>
  <p>A bug in the login redirect route in Apache Airflow allowed authenticated users to craft URLs that bypassed the `is_safe_url` check, enabling redirection from a trusted Airflow domain to an attacker-controlled origin. Users are advised to upgrade to `apache-airflow` 3.2.2 or later. As a defense-in-depth mitigation, deployment operators can place Airflow behind a reverse proxy that strips off-doma…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-601</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40961">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45361 – Apache Airflow providers-google's `ComputeEngineSSHHook` disables SSH host-key v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45361</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45361</guid>
    <pubDate>Mon, 25 May 2026 10:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45361</strong></p>
  <p>Apache Airflow providers-google's `ComputeEngineSSHHook` disables SSH host-key verification by default, exposing SSH traffic between an Airflow worker and a Compute Engine VM to in-path network attackers who can intercept or modify the session. Users are advised to upgrade to `apache-airflow-providers-google` 22.0.0 or later.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-322</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45361">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-30912 – In case of SQL errors, exception/stack trace of errors was exposed in API even i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30912</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30912</guid>
    <pubDate>Sat, 18 Apr 2026 07:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-30912</strong></p>
  <p>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.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30912">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25917 – Dag Authors, who normally should not be able to execute code in the webserver co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25917</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25917</guid>
    <pubDate>Sat, 18 Apr 2026 07:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25917</strong></p>
  <p>Dag Authors, who normally should not be able to execute code in the webserver context could craft XCom payload causing the webserver to execute arbitrary code. Since Dag Authors are already highly trusted, severity of this issue is Low.  Users are recommended to upgrade to Apache Airflow 3.2.0, which fixes the issue.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25917">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33858 – Dag Authors, who normally should not be able to execute code in the webserver co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33858</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33858</guid>
    <pubDate>Mon, 13 Apr 2026 15:17:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33858</strong></p>
  <p>Dag Authors, who normally should not be able to execute code in the webserver context could craft XCom payload causing the webserver to execute arbitrary code. Since Dag Authors are already highly trusted, severity of this issue is Low.   Users are recommended to upgrade to Apache Airflow 3.2.0, which resolves this issue.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33858">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-66236 – Before Airflow 3.2.0, it was unclear that secure Airflow deployments require the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66236</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66236</guid>
    <pubDate>Mon, 13 Apr 2026 15:17:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-66236</strong></p>
  <p>Before Airflow 3.2.0, it was unclear that secure Airflow deployments require the Deployment Manager to take appropriate actions and pay attention to security details and security model of Airflow. Some assumptions the Deployment Manager could make were not clear or explicit enough, even though Airflow's intentions and security model of Airflow did not suggest different assumptions. The overall se…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66236">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-30911 – Apache Airflow versions 3.1.0 through 3.1.7 missing authorization vulnerability ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30911</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30911</guid>
    <pubDate>Tue, 17 Mar 2026 11:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-30911</strong></p>
  <p>Apache Airflow versions 3.1.0 through 3.1.7 missing authorization vulnerability in the Execution API's Human-in-the-Loop (HITL) endpoints that allows any authenticated task instance to read, approve, or reject HITL workflows belonging to any other task instance.   Users are recommended to upgrade to Apache Airflow 3.1.8 or later, which resolves this issue.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30911">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-28779 – Apache Airflow versions 3.1.0 through 3.1.7 session token (_token) in cookies is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28779</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28779</guid>
    <pubDate>Tue, 17 Mar 2026 11:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-28779</strong></p>
  <p>Apache Airflow versions 3.1.0 through 3.1.7 session token (_token) in cookies is set to path=/ regardless of the configured [webserver] base_url or [api] base_url. This allows any application co-hosted under the same domain to capture valid Airflow session tokens from HTTP request headers, allowing full session takeover without attacking Airflow itself.  Users are recommended to upgrade to Apache…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28779">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-68675 – In Apache Airflow versions before 3.1.6, and 2.11.1 the proxies and proxy fields...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68675</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68675</guid>
    <pubDate>Fri, 16 Jan 2026 11:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-68675</strong></p>
  <p>In Apache Airflow versions before 3.1.6, and 2.11.1 the proxies and proxy fields within a Connection may include proxy URLs containing embedded authentication information. These fields were not treated as sensitive by default and therefore were not automatically masked in log output. As a result, when such connections are rendered or printed to logs, proxy credentials embedded in these fields cou…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68675">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-68438 – In Apache Airflow versions before 3.1.6, when rendered template fields in a Dag ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68438</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68438</guid>
    <pubDate>Fri, 16 Jan 2026 11:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-68438</strong></p>
  <p>In Apache Airflow versions before 3.1.6, when rendered template fields in a Dag exceed [core] max_templated_field_length, sensitive values could be exposed in cleartext in the Rendered Templates UI. This occurred because serialization of those fields used a secrets masker instance that did not include user-registered mask_secret() patterns, so secrets were not reliably masked before truncation an…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68438">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-67895 – Edge3 Worker RPC RCE on Airflow 2.

This issue affects Apache Airflow Providers ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-67895</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-67895</guid>
    <pubDate>Wed, 17 Dec 2025 12:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-67895</strong></p>
  <p>Edge3 Worker RPC RCE on Airflow 2.  This issue affects Apache Airflow Providers Edge3: before 2.0.0 - and only if you installed and configured it on Airflow 2.    The Edge3 provider support in Airflow 2 has been always development-only and not officially released, however if you installed and configured Edge3 provider in Airflow 2, it implicitly enabled non-public (normally) API which was used to…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-669</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-67895">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-54415 – dag-factory is a library for Apache Airflow® to construct DAGs declaratively via...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54415</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54415</guid>
    <pubDate>Sat, 26 Jul 2025 04:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-54415</strong></p>
  <p>dag-factory is a library for Apache Airflow® to construct DAGs declaratively via configuration files. In versions 0.23.0a8 and below, a high-severity vulnerability has been identified in the cicd.yml workflow within the astronomer/dag-factory GitHub repository. The workflow, specifically when triggered by pull_request_target, is susceptible to exploitation, allowing an attacker to execute arbitra…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54415">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-50213 – Failure to Sanitize Special Elements into a Different Plane (Special Element Inj...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-50213</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-50213</guid>
    <pubDate>Tue, 24 Jun 2025 08:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-50213</strong></p>
  <p>Failure to Sanitize Special Elements into a Different Plane (Special Element Injection) vulnerability in Apache Airflow Providers Snowflake.  This issue affects Apache Airflow Providers Snowflake: before 6.4.0.  Sanitation of table and stage parameters were added in CopyFromExternalStageToSnowflakeOperator to prevent SQL injection Users are recommended to upgrade to version 6.4.0, which fixes the…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-75</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-50213">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-30473 – Improper Neutralization of Special Elements used in an SQL Command ('SQL Injecti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30473</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30473</guid>
    <pubDate>Mon, 07 Apr 2025 09:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-30473</strong></p>
  <p>Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache Airflow Common SQL Provider.  When using the partition clause in SQLTableCheckOperator as parameter (which was a recommended pattern), Authenticated UI User could inject arbitrary SQL command when triggering DAG exposing partition_clause to the user. This allowed the DAG Triggering user to…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30473">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-45033 – Insufficient Session Expiration vulnerability in Apache Airflow Fab Provider.

T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45033</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45033</guid>
    <pubDate>Wed, 08 Jan 2025 09:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-45033</strong></p>
  <p>Insufficient Session Expiration vulnerability in Apache Airflow Fab Provider.  This issue affects Apache Airflow Fab Provider: before 1.5.2.  When user password has been changed with admin CLI, the sessions for that user have not been cleared, leading to insufficient session expiration, thus logged users could continue to be logged in even after the password was changed. This only happened when t…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45033">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-45784 – Apache Airflow versions before 2.10.3 contain a vulnerability that could expose ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45784</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45784</guid>
    <pubDate>Fri, 15 Nov 2024 09:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-45784</strong></p>
  <p>Apache Airflow versions before 2.10.3 contain a vulnerability that could expose sensitive configuration variables in task logs. This vulnerability allows DAG authors to unintentionally or intentionally log sensitive configuration variables. Unauthorized users could access these logs, potentially exposing critical data that could be exploited to compromise the security of the Airflow deployment. I…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45784">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-45498 – Example DAG: example_inlet_event_extra.py shipped with Apache Airflow version 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45498</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45498</guid>
    <pubDate>Sat, 07 Sep 2024 08:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-45498</strong></p>
  <p>Example DAG: example_inlet_event_extra.py shipped with Apache Airflow version 2.10.0 has a vulnerability that allows an authenticated attacker with only DAG trigger permission to execute arbitrary commands. If you used that example as the base of your DAGs - please review if you have not copied the dangerous example; see  https://github.com/apache/airflow/pull/41873  for more information. We reco…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-116</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45498">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-45034 – Apache Airflow versions before 2.10.1 have a vulnerability that allows DAG autho...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45034</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45034</guid>
    <pubDate>Sat, 07 Sep 2024 08:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-45034</strong></p>
  <p>Apache Airflow versions before 2.10.1 have a vulnerability that allows DAG authors to add local settings to the DAG folder and get it executed by the scheduler, where the scheduler is not supposed to execute code submitted by the DAG author.  Users are advised to upgrade to version 2.10.1 or later, which has fixed the vulnerability.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-250</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45034">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-42447 – Insufficient Session Expiration vulnerability in Apache Airflow Providers FAB.

...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42447</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42447</guid>
    <pubDate>Mon, 05 Aug 2024 08:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-42447</strong></p>
  <p>Insufficient Session Expiration vulnerability in Apache Airflow Providers FAB.  This issue affects Apache Airflow Providers FAB: 1.2.1 (when used with Apache Airflow 2.9.3) and FAB 1.2.0 for all Airflow versions. The FAB provider prevented the user from logging out.    * FAB provider 1.2.1 only affected Airflow 2.9.3 (earlier and later versions of Airflow are not affected)  * FAB provider 1.2.0 a…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42447">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-39877 – Apache Airflow 2.4.0, and versions before 2.9.3, has a vulnerability that allows...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-39877</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-39877</guid>
    <pubDate>Wed, 17 Jul 2024 08:15:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-39877</strong></p>
  <p>Apache Airflow 2.4.0, and versions before 2.9.3, has a vulnerability that allows authenticated DAG authors to craft a doc_md parameter in a way that could execute arbitrary code in the scheduler context, which should be forbidden according to the Airflow Security model. Users should upgrade to version 2.9.3 or later which has removed the vulnerability.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-39877">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-28746 – Apache Airflow, versions 2.8.0 through 2.8.2, has a vulnerability that allows an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-28746</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-28746</guid>
    <pubDate>Thu, 14 Mar 2024 09:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-28746</strong></p>
  <p>Apache Airflow, versions 2.8.0 through 2.8.2, has a vulnerability that allows an authenticated user with limited permissions to access resources such as variables, connections, etc from the UI which they do not have permission to access.   Users of Apache Airflow are recommended to upgrade to version 2.8.3 or newer to mitigate the risk associated with this vulnerability</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-281</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-28746">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-50943 – Apache Airflow, versions before 2.8.1, have a vulnerability that allows a potent...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-50943</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-50943</guid>
    <pubDate>Wed, 24 Jan 2024 13:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-50943</strong></p>
  <p>Apache Airflow, versions before 2.8.1, have a vulnerability that allows a potential attacker to poison the XCom data by bypassing the protection of "enable_xcom_pickling=False" configuration setting resulting in poisoned data after XCom deserialization. This vulnerability is considered low since it requires a DAG author to exploit it. Users are recommended to upgrade to version 2.8.1 or later, wh…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-50943">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-46215 – Insertion of Sensitive Information into Log File vulnerability in Apache Airflow...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-46215</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-46215</guid>
    <pubDate>Sat, 28 Oct 2023 08:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-46215</strong></p>
  <p>Insertion of Sensitive Information into Log File vulnerability in Apache Airflow Celery provider, Apache Airflow.  Sensitive information logged as clear text when rediss, amqp, rpc protocols are used as Celery result backend Note: the vulnerability is about the information exposed in the logs not about accessing the logs.  This issue affects Apache Airflow Celery provider: from 3.3.0 through 3.4.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-46215">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-41267 – In the Apache Airflow HDFS Provider, versions prior to 4.1.1, a documentation in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-41267</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-41267</guid>
    <pubDate>Thu, 14 Sep 2023 08:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-41267</strong></p>
  <p>In the Apache Airflow HDFS Provider, versions prior to 4.1.1, a documentation info pointed users to an install incorrect pip package. As this package name was unclaimed, in theory, an attacker could claim this package and provide code that would be executed when this package was installed. The Airflow team has since taken ownership of the package (neutralizing the risk), and fixed the doc strings…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-829</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-41267">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-40195 – Deserialization of Untrusted Data, Inclusion of Functionality from Untrusted Con...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-40195</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-40195</guid>
    <pubDate>Mon, 28 Aug 2023 08:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-40195</strong></p>
  <p>Deserialization of Untrusted Data, Inclusion of Functionality from Untrusted Control Sphere vulnerability in Apache Software Foundation Apache Airflow Spark Provider.  When the Apache Spark provider is installed on an Airflow deployment, an Airflow user that is authorized to configure Spark hooks can effectively run arbitrary code on the Airflow node by pointing it at a malicious Spark server. Pr…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40195">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-27604 – Apache Airflow Sqoop Provider, versions before 4.0.0, is affected by a vulnerabi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27604</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27604</guid>
    <pubDate>Mon, 28 Aug 2023 08:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-27604</strong></p>
  <p>Apache Airflow Sqoop Provider, versions before 4.0.0, is affected by a vulnerability that allows an attacker pass parameters with the connections, which makes it possible to implement RCE attacks via ‘sqoop import --connect’, obtain airflow server permissions, etc. The attacker needs to be logged in and have authorization (permissions) to create/edit connections.   It is recommended to upgrade to…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27604">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-40273 – The session fixation vulnerability allowed the authenticated user to continue ac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-40273</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-40273</guid>
    <pubDate>Wed, 23 Aug 2023 16:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-40273</strong></p>
  <p>The session fixation vulnerability allowed the authenticated user to continue accessing Airflow webserver even after the password of the user has been reset by the admin - up until the expiry of the session of the user. Other than manually cleaning the session database (for database session backend), or changing the secure_key and restarting the webserver, there were no mechanisms to force-logout…</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-384</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40273">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-37379 – Apache Airflow, in versions prior to 2.7.0, contains a security vulnerability th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-37379</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-37379</guid>
    <pubDate>Wed, 23 Aug 2023 16:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-37379</strong></p>
  <p>Apache Airflow, in versions prior to 2.7.0, contains a security vulnerability that can be exploited by an authenticated user possessing Connection edit privileges. This vulnerability allows the user to access connection information and exploit the test connection feature by sending many requests, leading to a denial of service (DoS) condition on the server. Furthermore, malicious actors can lever…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-37379">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-40272 – Apache Airflow Spark Provider, versions before 4.1.3, is affected by a vulnerabi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-40272</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-40272</guid>
    <pubDate>Thu, 17 Aug 2023 14:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-40272</strong></p>
  <p>Apache Airflow Spark Provider, versions before 4.1.3, is affected by a vulnerability that allows an attacker to pass in malicious parameters when establishing a connection giving an opportunity to read files on the Airflow server. It is recommended to upgrade to a version that is not affected.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40272">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-39553 – Improper Input Validation vulnerability in Apache Software Foundation Apache Air...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-39553</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-39553</guid>
    <pubDate>Fri, 11 Aug 2023 08:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-39553</strong></p>
  <p>Improper Input Validation vulnerability in Apache Software Foundation Apache Airflow Drill Provider.  Apache Airflow Drill Provider is affected by a vulnerability that allows an attacker to pass in malicious parameters when establishing a connection with DrillHook giving an opportunity to read files on the Airflow server. This issue affects Apache Airflow Drill Provider: before 2.4.3. It is recom…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-39553">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-39508 – Execution with Unnecessary Privileges, : Exposure of Sensitive Information to an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-39508</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-39508</guid>
    <pubDate>Sat, 05 Aug 2023 07:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-39508</strong></p>
  <p>Execution with Unnecessary Privileges, : Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Software Foundation Apache Airflow.The "Run Task" feature enables authenticated user to bypass some of the restrictions put in place. It allows to execute code in the webserver context as well as allows to bypas limitation of access the user has to certain DAGs. The "Run Tas…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-39508">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-37415 – Improper Input Validation vulnerability in Apache Software Foundation Apache Air...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-37415</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-37415</guid>
    <pubDate>Thu, 13 Jul 2023 08:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-37415</strong></p>
  <p>Improper Input Validation vulnerability in Apache Software Foundation Apache Airflow Apache Hive Provider.  Patching on top of CVE-2023-35797 Before 6.1.2 the proxy_user option can also inject semicolon.  This issue affects Apache Airflow Apache Hive Provider: before 6.1.2.  It is recommended updating provider version to 6.1.2 in order to avoid this vulnerability.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-37415">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-35797 – Improper Input Validation vulnerability in Apache Software Foundation Apache Air...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-35797</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-35797</guid>
    <pubDate>Mon, 03 Jul 2023 10:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-35797</strong></p>
  <p>Improper Input Validation vulnerability in Apache Software Foundation Apache Airflow Hive Provider. This issue affects Apache Airflow Apache Hive Provider: before 6.1.1.  Before version 6.1.1 it was possible to bypass the security check to RCE via principal parameter. For this to be exploited it requires access to modifying the connection details.  It is recommended updating provider version to 6…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-35797">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-22886 – Improper Input Validation vulnerability in Apache Software Foundation Apache Air...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22886</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22886</guid>
    <pubDate>Thu, 29 Jun 2023 10:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-22886</strong></p>
  <p>Improper Input Validation vulnerability in Apache Software Foundation Apache Airflow JDBC Provider. Airflow JDBC Provider Connection’s [Connection URL] parameters had no restrictions, which made it possible to implement RCE attacks via different type JDBC drivers, obtain airflow server permission. This issue affects Apache Airflow JDBC Provider: before 4.0.0.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22886">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-34395 – Improper Neutralization of Argument Delimiters in a Command ('Argument Injection...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34395</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34395</guid>
    <pubDate>Tue, 27 Jun 2023 12:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-34395</strong></p>
  <p>Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') vulnerability in Apache Software Foundation Apache Airflow ODBC Provider. In OdbcHook, A privilege escalation vulnerability exists in a system due to controllable ODBC driver parameters that allow the loading of arbitrary dynamic-link libraries, resulting in command execution. Starting version 4.0.0 driver can be s…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-88</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34395">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-33234 – Arbitrary code execution in Apache Airflow CNCF Kubernetes provider version 5.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-33234</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-33234</guid>
    <pubDate>Tue, 30 May 2023 11:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-33234</strong></p>
  <p>Arbitrary code execution in Apache Airflow CNCF Kubernetes provider version 5.0.0 allows user to change xcom sidecar image and resources via Airflow connection.  In order to exploit this weakness, a user would already need elevated permissions (Op or Admin) to change the connection object in this manner.  Operators should upgrade to provider version 7.0.0 which has removed the vulnerability.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-33234">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-25754 – Privilege Context Switching Error vulnerability in Apache Software Foundation Ap...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25754</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25754</guid>
    <pubDate>Mon, 08 May 2023 12:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-25754</strong></p>
  <p>Privilege Context Switching Error vulnerability in Apache Software Foundation Apache Airflow.This issue affects Apache Airflow: before 2.6.0.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-270</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25754">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-28710 – Improper Input Validation vulnerability in Apache Software Foundation Apache Air...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-28710</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-28710</guid>
    <pubDate>Fri, 07 Apr 2023 15:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-28710</strong></p>
  <p>Improper Input Validation vulnerability in Apache Software Foundation Apache Airflow Spark Provider.This issue affects Apache Airflow Spark Provider: before 4.0.1.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-28710">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-28707 – Improper Input Validation vulnerability in Apache Software Foundation Apache Air...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-28707</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-28707</guid>
    <pubDate>Fri, 07 Apr 2023 15:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-28707</strong></p>
  <p>Improper Input Validation vulnerability in Apache Software Foundation Apache Airflow Drill Provider.This issue affects Apache Airflow Drill Provider: before 2.3.2.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-28707">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-28706 – Improper Control of Generation of Code ('Code Injection') vulnerability in Apach...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-28706</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-28706</guid>
    <pubDate>Fri, 07 Apr 2023 15:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-28706</strong></p>
  <p>Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Software Foundation Apache Airflow Hive Provider.This issue affects Apache Airflow Hive Provider: before 6.0.0.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-28706">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-25956 – Generation of Error Message Containing Sensitive Information vulnerability in th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25956</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25956</guid>
    <pubDate>Fri, 24 Feb 2023 12:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-25956</strong></p>
  <p>Generation of Error Message Containing Sensitive Information vulnerability in the Apache Airflow AWS Provider.  This issue affects Apache Airflow AWS Provider versions before 7.2.1.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-209</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25956">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-25696 – Improper Input Validation vulnerability in the Apache Airflow Hive Provider.

Th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25696</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25696</guid>
    <pubDate>Fri, 24 Feb 2023 12:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-25696</strong></p>
  <p>Improper Input Validation vulnerability in the Apache Airflow Hive Provider.  This issue affects Apache Airflow Hive Provider versions before 5.1.3.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25696">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-25693 – Improper Input Validation vulnerability in the Apache Airflow Sqoop Provider.

T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25693</guid>
    <pubDate>Fri, 24 Feb 2023 12:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-25693</strong></p>
  <p>Improper Input Validation vulnerability in the Apache Airflow Sqoop Provider.  This issue affects Apache Airflow Sqoop Provider versions before 3.1.1.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25693">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-25692 – Improper Input Validation vulnerability in the Apache Airflow Google Provider.

...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25692</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25692</guid>
    <pubDate>Fri, 24 Feb 2023 12:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-25692</strong></p>
  <p>Improper Input Validation vulnerability in the Apache Airflow Google Provider.  This issue affects Apache Airflow Google Provider versions before 8.10.0.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25692">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-25691 – Improper Input Validation vulnerability in the Apache Airflow Google Provider.

...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25691</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25691</guid>
    <pubDate>Fri, 24 Feb 2023 12:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-25691</strong></p>
  <p>Improper Input Validation vulnerability in the Apache Airflow Google Provider.  This issue affects Apache Airflow Google Provider versions before 8.10.0.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25691">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-22884 – Improper Neutralization of Special Elements used in a Command ('Command Injectio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22884</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22884</guid>
    <pubDate>Sat, 21 Jan 2023 14:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-22884</strong></p>
  <p>Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in Apache Software Foundation Apache Airflow, Apache Software Foundation Apache Airflow MySQL Provider.This issue affects Apache Airflow: before 2.5.1; Apache Airflow MySQL Provider: before 4.0.0.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22884">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-46421 – Improper Neutralization of Special Elements used in a Command ('Command Injectio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-46421</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-46421</guid>
    <pubDate>Tue, 20 Dec 2022 11:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-46421</strong></p>
  <p>Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in Apache Software Foundation Apache Airflow Hive Provider.This issue affects Apache Airflow Hive Provider: before 5.0.0.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-46421">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-41131 – Improper Neutralization of Special Elements used in an OS Command ('OS Command I...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-41131</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-41131</guid>
    <pubDate>Tue, 22 Nov 2022 10:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-41131</strong></p>
  <p>Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Hive Provider, Apache Airflow allows an attacker to execute arbtrary commands in the task execution context, without write access to DAG files. This issue affects Hive Provider versions prior to 4.1.0. It also impacts any Apache Airflow versions prior to 2.3.0 in case HIve Pr…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-41131">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-40189 – Improper Neutralization of Special Elements used in an OS Command ('OS Command I...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-40189</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-40189</guid>
    <pubDate>Tue, 22 Nov 2022 10:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-40189</strong></p>
  <p>Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Pig Provider, Apache Airflow allows an attacker to control commands executed in the task execution context, without write access to DAG files. This issue affects Pig Provider versions prior to 4.0.0. It also impacts any Apache Airflow versions prior to 2.3.0 in case Pig Provi…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-40189">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-38649 – Improper Neutralization of Special Elements used in an OS Command ('OS Command I...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-38649</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-38649</guid>
    <pubDate>Tue, 22 Nov 2022 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-38649</strong></p>
  <p>Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Pinot Provider, Apache Airflow allows an attacker to control commands executed in the task execution context, without write access to DAG files. This issue affects Apache Airflow Pinot Provider versions prior to 4.0.0. It also impacts any Apache Airflow versions prior to 2.3.…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-38649">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-40127 – A vulnerability in Example Dags of Apache Airflow allows an attacker with UI acc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-40127</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-40127</guid>
    <pubDate>Mon, 14 Nov 2022 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-40127</strong></p>
  <p>A vulnerability in Example Dags of Apache Airflow allows an attacker with UI access who can trigger DAGs, to execute arbitrary commands via manually provided run_id parameter. This issue affects Apache Airflow Apache Airflow versions prior to 2.4.0.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-40127">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-27949 – A vulnerability in UI of Apache Airflow allows an attacker to view unmasked secr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-27949</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-27949</guid>
    <pubDate>Mon, 14 Nov 2022 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-27949</strong></p>
  <p>A vulnerability in UI of Apache Airflow allows an attacker to view unmasked secrets in rendered template values for tasks which were not executed (for example when they were depending on past and previous instances of the task failed). This issue affects Apache Airflow prior to 2.3.1.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-27949">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-41672 – In Apache Airflow, prior to version 2.4.1, deactivating a user wouldn't prevent ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-41672</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-41672</guid>
    <pubDate>Fri, 07 Oct 2022 07:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-41672</strong></p>
  <p>In Apache Airflow, prior to version 2.4.1, deactivating a user wouldn't prevent an already authenticated user from being able to continue using the UI or API.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-41672">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-40604 – In Apache Airflow 2.3.0 through 2.3.4, part of a url was unnecessarily formatted...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-40604</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-40604</guid>
    <pubDate>Wed, 21 Sep 2022 08:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-40604</strong></p>
  <p>In Apache Airflow 2.3.0 through 2.3.4, part of a url was unnecessarily formatted, allowing for possible information extraction.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-134</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-40604">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-38054 – In Apache Airflow versions 2.2.4 through 2.3.3, the `database` webserver session...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-38054</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-38054</guid>
    <pubDate>Fri, 02 Sep 2022 07:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-38054</strong></p>
  <p>In Apache Airflow versions 2.2.4 through 2.3.3, the `database` webserver session backend was susceptible to session fixation.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-384</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-38054">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-38362 – Apache Airflow Docker's Provider prior to 3.0.0 shipped with an example DAG that...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-38362</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-38362</guid>
    <pubDate>Tue, 16 Aug 2022 14:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-38362</strong></p>
  <p>Apache Airflow Docker's Provider prior to 3.0.0 shipped with an example DAG that was vulnerable to (authenticated) remote code exploit of code on the Airflow worker host.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-38362">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24288 – In Apache Airflow, prior to version 2.2.4, some example DAGs did not properly sa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24288</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24288</guid>
    <pubDate>Fri, 25 Feb 2022 09:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24288</strong></p>
  <p>In Apache Airflow, prior to version 2.2.4, some example DAGs did not properly sanitize user-provided params, making them susceptible to OS Command Injection from the web UI.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24288">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-38540 – The variable import endpoint was not protected by authentication in Airflow &gt;=2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-38540</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-38540</guid>
    <pubDate>Thu, 09 Sep 2021 15:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-38540</strong></p>
  <p>The variable import endpoint was not protected by authentication in Airflow >=2.0.0, <2.1.3. This allowed unauthenticated users to hit that endpoint to add/modify Airflow variables used in DAGs, potentially resulting in a denial of service, information disclosure or remote code execution. This issue affects Apache Airflow >=2.0.0, <2.1.3.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-38540">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-17526 – Incorrect Session Validation in Apache Airflow Webserver versions prior to 1.10...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-17526</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-17526</guid>
    <pubDate>Mon, 21 Dec 2020 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-17526</strong></p>
  <p>Incorrect Session Validation in Apache Airflow Webserver versions prior to 1.10.14 with default config allows a malicious airflow user on site A where they log in normally, to access unauthorized Airflow Webserver on Site B through the session from Site A. This does not affect users who have changed the default value for `[webserver] secret_key` config.</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-17526">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-11982 – An issue was found in Apache Airflow versions 1.10.10 and below. When using Cele...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11982</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11982</guid>
    <pubDate>Fri, 17 Jul 2020 00:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-11982</strong></p>
  <p>An issue was found in Apache Airflow versions 1.10.10 and below. When using CeleryExecutor, if an attack can connect to the broker (Redis, RabbitMQ) directly, it was possible to insert a malicious payload directly to the broker which could lead to a deserialization attack (and thus remote code execution) on the Worker.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11982">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-11981 – An issue was found in Apache Airflow versions 1.10.10 and below. When using Cele...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11981</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11981</guid>
    <pubDate>Fri, 17 Jul 2020 00:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-11981</strong></p>
  <p>An issue was found in Apache Airflow versions 1.10.10 and below. When using CeleryExecutor, if an attacker can connect to the broker (Redis, RabbitMQ) directly, it is possible to inject commands, resulting in the celery worker running arbitrary commands.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11981">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-11978 – An issue was found in Apache Airflow versions 1.10.10 and below. A remote code/c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11978</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11978</guid>
    <pubDate>Fri, 17 Jul 2020 00:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-11978</strong></p>
  <p>An issue was found in Apache Airflow versions 1.10.10 and below. A remote code/command injection vulnerability was discovered in one of the example DAGs shipped with Airflow which would allow any authenticated user to run arbitrary commands as the user running airflow worker/scheduler (depending on the executor in use). If you already have examples disabled by setting load_examples=False in the c…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11978">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-20245 – The LDAP auth backend (airflow.contrib.auth.backends.ldap_auth) prior to Apache ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-20245</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-20245</guid>
    <pubDate>Wed, 23 Jan 2019 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-20245</strong></p>
  <p>The LDAP auth backend (airflow.contrib.auth.backends.ldap_auth) prior to Apache Airflow 1.10.1 was misconfigured and contained improper checking of exceptions which disabled server certificate checking.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-20245">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-17836 – In Apache Airflow 1.8.2 and earlier, an experimental Airflow feature displayed a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-17836</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-17836</guid>
    <pubDate>Wed, 23 Jan 2019 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-17836</strong></p>
  <p>In Apache Airflow 1.8.2 and earlier, an experimental Airflow feature displayed authenticated cookies, as well as passwords to databases used by Airflow. An attacker who has limited access to airflow, whether it be via XSS or by leaving a machine unlocked can exfiltrate all credentials from the system.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-255</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-17836">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-17835 – In Apache Airflow 1.8.2 and earlier, a CSRF vulnerability allowed for a remote c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-17835</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-17835</guid>
    <pubDate>Wed, 23 Jan 2019 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-17835</strong></p>
  <p>In Apache Airflow 1.8.2 and earlier, a CSRF vulnerability allowed for a remote command injection on a default install of Airflow.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-17835">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-15720 – In Apache Airflow 1.8.2 and earlier, an authenticated user can execute code remo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-15720</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-15720</guid>
    <pubDate>Wed, 23 Jan 2019 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-15720</strong></p>
  <p>In Apache Airflow 1.8.2 and earlier, an authenticated user can execute code remotely on the Airflow webserver by creating a special object.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-15720">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
