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

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.

Users of apache-airflow-providers-fab are recommended to upgrade to version 3.9.0 or later, which fixes the issue.
Published: 2026-09-16
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: unauthorized authentication bypass
Action: Apply Patch
AI Analysis

Impact

Apache Airflow FAB provider fails to validate the issuer and audience claims of the id_token it receives from the Authentik OAuth path. Because the audience claim is never checked, a token that an Authentik identity provider minted for another client application can be used against Airflow, allowing the attacker to authenticate as the user named in the token. This flaw permits an attacker who can acquire a valid token for any application served by the same Authentik instance to gain unauthorized access to Airflow, resulting in potential compromise of the Airflow deployment and the data or workflows it manages.

Affected Systems

Deployments that use the FAB auth manager with Authentik OAuth are affected. The issue is present on systems where the same Authentik identity provider serves multiple applications, and an attacker possesses a token for one of those other applications. The vulnerability does not affect installations that have already applied the CVE-2026-75156 fix and use Authentik, provided they also upgrade to this version.

Risk and Exploitability

The vulnerability is exploitable through the standard OAuth flow; an attacker can submit a counterfeit id_token to the Airflow authentication endpoint. The EPSS score of < 1% and the fact that the vulnerability is not listed in CISA KEV indicate a low probability of exploitation, but the potential impact is significant because it allows arbitrary authentication. The flaw exists because the code path never checks the audience claim, meaning that clients can be impersonated across applications served by the same Authentik provider.

Generated by OpenCVE AI on September 16, 2026 at 14:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade apache-airflow-providers-fab to version 3.9.0 or later, which adds issuer and audience validation to the Authentik OAuth path.
  • Configure the Authentik identity provider to issue tokens only for Airflow by setting the correct audience claim in the client configuration.
  • If an upgrade cannot be applied immediately, block or redirect any token that is not issued for this audience at the network or application layer (e.g., via a reverse proxy rule or middleware).

Generated by OpenCVE AI on September 16, 2026 at 14:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 15:00:00 +0000


Wed, 16 Sep 2026 09:30:00 +0000

Type Values Removed Values Added
Description 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. 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. Users of apache-airflow-providers-fab are recommended to upgrade to version 3.9.0 or later, which fixes the issue.
Title Apache Airflow FAB provider: FAB Authentik provider: id_token issuer/audience not validated
Weaknesses CWE-346
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-16T14:55:05.153Z

Reserved: 2026-09-07T14:27:21.954Z

Link: CVE-2026-86466

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-16T10:16:54.837

Modified: 2026-09-16T19:08:00.110

Link: CVE-2026-86466

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T15:00:07Z

Weaknesses