Vulnerability Description
Apache Airflow Keycloak provider: from Airflow 3.3 the Keycloak auth manager takes a user's identity from the signed Airflow session token but takes the Keycloak access and refresh tokens used for every authorization decision from separate, unauthenticated cookies, and never checks that the two describe the same subject. A user who holds any valid Airflow login of their own, together with another subject's Keycloak access or refresh token obtained out of band, can pair the two: Airflow then authorizes requests with the foreign token's privileges while the session identity, audit log and cache keys continue to name the attacker's own account. The refresh path re-issues an Airflow session token for the original identity carrying the foreign tokens, so the mismatched pairing survives across sessions. Affects deployments running Airflow 3.3 or later with the Keycloak auth manager. Earlier versions carried the Keycloak tokens inside the signed session token, so the binding existed and was lost when they moved into separate cookies. Users of apache-airflow-providers-keycloak are recommended to upgrade to version 0.10.0 or later, which binds the cookie-supplied tokens to the session identity.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Apache-Airflow-Providers-Keycloak | < 0.10.0 |
Related Weaknesses (CWE)
References
- https://github.com/apache/airflow/pull/72207PatchVendor Advisory
- https://lists.apache.org/thread/5cqh5ojl3718ogb0q1dcd9vdr47z7gp3Mailing ListVendor Advisory
- https://lists.apache.org/thread/[email protected]Mailing ListVendor Advisory
- http://www.openwall.com/lists/oss-security/2026/09/15/8Mailing ListVendor Advisory
FAQ
What is CVE-2026-76186?
CVE-2026-76186 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Apache Airflow Keycloak provider: from Airflow 3.3 the Keycloak auth manager takes a user's identity from the signed Airflow session token but takes the Keycloak access and refresh tokens used for eve...
How severe is CVE-2026-76186?
CVE-2026-76186 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-76186?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Apache-Airflow-Providers-Keycloak.