SEPTEMBER 26, 2026
Live Feed
Back to database
Case File

CVE-2026-82355

MEDIUM · CVSS 4.2 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-21 · Last synced 2026-09-26

CyberRota Analysis

AI-Generated

Apache Airflow versions 3.3.0 and 3.3.1 are vulnerable due to a flaw in how the system prioritizes authentication credentials; it incorrectly favors session cookies over explicit bearer tokens, leading to potential principal confusion and misattributed audit logs. This vulnerability can be exploited if an attacker can inject a valid session cookie into a victim's browser, particularly in environments where Airflow is co-hosted with other applications. Organizations using affected versions should prioritize upgrading to Apache Airflow 3.3.2 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82355
Severity
MEDIUM
CVSS
4.2
EPSS
0.30%
Apache

Original NVD Description

When a request to the Airflow core API carries both a session cookie and an explicit `Authorization: Bearer` token, Airflow resolves the caller from the cookie and ignores the bearer token, inverting the intended precedence of bearer over cookie. The request then executes -- and is recorded in the audit log -- as the cookie's principal rather than the identity the client explicitly presented. Only Apache Airflow 3.3.0 and 3.3.1 are affected. Earlier releases do not contain the code path that caches the cookie-derived user, and are not vulnerable. Exploiting this requires an attacker to first place a valid session cookie of their own into the victim's browser or client: for example by cookie tossing from a sibling subdomain, through cross-site scripting in a separate application sharing a parent domain, or via a shared workstation. Deployments that host the Airflow UI on a domain shared with other applications are therefore the most exposed; a deployment on a dedicated domain with no co-hosted applications is not reachable this way. The consequence is principal confusion and misattributed audit records rather than a direct privilege escalation. Users of 3.3.0 or 3.3.1 should upgrade to Apache Airflow 3.3.2 or later, which resolves the caller from the explicitly supplied credential whenever one is present.

Related CVEs

Other vulnerabilities affecting the same vendor(s)