PatchSiren cyber security CVE debrief
CVE-2026-86466 Apache Software Foundation CVE debrief
CVE-2026-86466 debrief: Apache Airflow FAB provider vulnerability allows authentication bypass using a valid token from another client application. The vulnerability affects deployments using the FAB auth manager with Authentik OAuth. 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. This issue was left unchanged when CVE-2026-75156 corrected the same missing validation on the Azure AD path. Users of apache-airflow-providers-fab are recommended to upgrade to version 3.9.0 or later, which fixes the issue.
- Vendor
- Apache Software Foundation
- Product
- Apache Airflow FAB provider
- CVSS
- HIGH 8.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-16
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-16
- Advisory updated
- 2026-09-18
Who should care
Deployments using the FAB auth manager with Authentik OAuth, security teams, and administrators responsible for Apache Airflow. These teams should assess exposure, verify authentication mechanisms, and upgrade to version 3.9.0 or later. They should also review compensating controls for exposed systems and track exceptions.
Why it matters
CVE-2026-86466 allows authentication bypass in Apache Airflow FAB provider, impacting deployments using FAB auth manager with Authentik OAuth. Security teams and administrators should assess exposure, verify authentication mechanisms, and upgrade to version 3.9.0 or later.
- Authentication bypass using a valid token from another client application
- Potential unauthorized access to Airflow instances
- Need to verify authentication mechanisms
- Upgrade priority to version 3.9.0 or later
Technical summary
The Authentik OAuth path in the FAB auth manager does not validate the issuer or audience claims of the id_token it accepts, allowing an attacker to authenticate as a user with a valid token from another client application. This 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. 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.
Defensive priority
Upgrade to version 3.9.0 or later, assess exposure in FAB auth manager with Authentik OAuth
Recommended defensive actions
- Upgrade to version 3.9.0 or later
- Assess exposure in FAB auth manager with Authentik OAuth
- Verify authentication mechanisms
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, which affects deployments using the FAB auth manager with Authentik OAuth. The Authentik OAuth path in the FAB auth manager does not validate the issuer or audience claims of the id_token it accepts. This allows an attacker to authenticate as a user with a valid token from another client application. The issue is fixed in version 3.9.0 or later of apache-airflow-providers-fab.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86466 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86466
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86466 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86466
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/apache/airflow/pull/72645
[email protected] - Patch, Vendor Advisory
-
Source reference
Unverified legacy reference
URL: https://lists.apache.org/thread/qh7fobs16p2hgln2yblbgf8ty4dvf4y7
[email protected] - Mailing List, Vendor Advisory
-
Source reference
Unverified legacy reference
URL: https://www.cve.org/CVERecord?id=CVE-2026-75156
[email protected] - Third Party Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.