{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "cpe": "cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*",
            "extracted_events": [
              {
                "introduced": "3.2.0"
              },
              {
                "fixed": "3.2.2"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "CPE_RANGE"
            ]
          },
          "events": [
            {
              "introduced": "37069948c093e4b6720ec4821ff0ed7d6c069935"
            },
            {
              "fixed": "21cbbf663b140f4a84cf123acb90328a6a4d30f5"
            }
          ],
          "repo": "https://github.com/apache/airflow",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "apache",
    "cwe_ids": [
      "CWE-862"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41014.json"
  },
  "details": "The partitioned_dag_runs endpoints in the Airflow UI enforced only asset-level access control, not per-Dag authorization. An authenticated UI/API user with global Asset:read permission could enumerate partition run state, schedule configuration, and asset wiring for Dags they were not authorized to read. Affects deployments that rely on per-Dag read scoping while granting users broader Asset access. Users are advised to upgrade to `apache-airflow` 3.2.2 or later.",
  "id": "CVE-2026-41014",
  "modified": "2026-07-08T05:39:10.833658316Z",
  "published": "2026-06-01T07:53:52.098Z",
  "references": [
    {
      "type": "WEB",
      "url": "http://www.openwall.com/lists/oss-security/2026/05/31/4"
    },
    {
      "type": "WEB",
      "url": "https://pypi.python.org"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41014.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://lists.apache.org/thread/12nbzwwby7g883w2j13gn7ny1545xob9"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41014"
    },
    {
      "type": "FIX",
      "url": "https://github.com/apache/airflow/pull/65344"
    }
  ],
  "schema_version": "1.7.5",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Apache Airflow: per-DAG RBAC bypass on /ui/partitioned_dag_runs endpoints"
}