{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-86466",
        "assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
        "state": "PUBLISHED",
        "assignerShortName": "apache",
        "dateReserved": "2026-09-07T14:27:21.954Z",
        "datePublished": "2026-09-16T09:12:51.849Z",
        "dateUpdated": "2026-09-16T09:12:51.849Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
                "shortName": "apache",
                "dateUpdated": "2026-09-16T09:12:51.849Z"
            },
            "title": "Apache Airflow FAB provider: FAB Authentik provider: id_token issuer/audience not validated",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "description": "CWE-346: Origin Validation Error",
                            "lang": "en",
                            "cweId": "CWE-346",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "source": {
                "discovery": "UNKNOWN"
            },
            "affected": [
                {
                    "vendor": "Apache Software Foundation",
                    "product": "Apache Airflow FAB provider",
                    "collectionURL": "https://pypi.python.org",
                    "packageName": "apache-airflow-providers-fab",
                    "packageURL": "pkg:pypi/apache-airflow-providers-fab",
                    "versions": [
                        {
                            "status": "affected",
                            "version": "0",
                            "lessThan": "3.9.0",
                            "versionType": "semver"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "descriptions": [
                {
                    "value": "Apache Airflow FAB provider: the Authentik OAuth path in the FAB auth manager does not validate the issuer or audience claims of the id_token it accepts. An attacker holding a token that the same Authentik identity provider minted for a different client application can present it to Airflow and be authenticated as the user it names, because the audience claim is never checked. Affects deployments using the FAB auth manager with Authentik OAuth where the same Authentik instance also serves other applications; the attacker needs a valid token for any of those other applications, not for Airflow.\n\nCVE-2026-75156 corrected the same missing validation on the Azure AD path in this file; the Authentik path was left unchanged and is fixed here. Deployments that applied the CVE-2026-75156 fix and use Authentik must also upgrade for this one.\n\nUsers of apache-airflow-providers-fab are recommended to upgrade to version 3.9.0 or later, which fixes the issue.",
                    "lang": "en",
                    "supportingMedia": [
                        {
                            "type": "text/html",
                            "base64": false,
                            "value": "Apache Airflow FAB provider: the Authentik OAuth path in the FAB auth manager does not validate the issuer or audience claims of the id_token it accepts. An attacker holding a token that the same Authentik identity provider minted for a different client application can present it to Airflow and be authenticated as the user it names, because the audience claim is never checked. Affects deployments using the FAB auth manager with Authentik OAuth where the same Authentik instance also serves other applications; the attacker needs a valid token for any of those other applications, not for Airflow.<br><br>CVE-2026-75156 corrected the same missing validation on the Azure AD path in this file; the Authentik path was left unchanged and is fixed here. Deployments that applied the CVE-2026-75156 fix and use Authentik must also upgrade for this one.<br><br>Users of apache-airflow-providers-fab are recommended to upgrade to version 3.9.0 or later, which fixes the issue."
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://github.com/apache/airflow/pull/72645",
                    "tags": [
                        "patch"
                    ]
                },
                {
                    "url": "https://www.cve.org/CVERecord?id=CVE-2026-75156",
                    "tags": [
                        "related"
                    ]
                },
                {
                    "url": "https://lists.apache.org/thread/qh7fobs16p2hgln2yblbgf8ty4dvf4y7",
                    "tags": [
                        "vendor-advisory"
                    ]
                }
            ],
            "metrics": [
                {
                    "other": {
                        "type": "Textual description of severity",
                        "content": {
                            "text": "moderate"
                        }
                    },
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "GENERAL"
                        }
                    ]
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Ritik Chaddha & NEO by ProjectDiscovery",
                    "type": "finder"
                },
                {
                    "lang": "en",
                    "value": "Jarek Potiuk",
                    "type": "remediation developer"
                }
            ],
            "x_generator": {
                "engine": "airflow-s/generate_cve_json.py"
            }
        }
    }
}