Intel

AIKIDO-2026-413403

apache-airflow is vulnerable to Session Fixation

Session FixationCVE-2026-82355 Published Yesterday

42

Medium Risk

This Affects:

PYTHONapache-airflow
3.3.0 - 3.3.1
Fixed in 3.3.2
Are you affected? Scan for Free

TL;DR

The Airflow core API uses the session cookie for the request identity whenever a cached cookie user injected by middleware is present, even when the request also has an explicit Authorization: Bearer token or OAuth2 token. The bearer or OAuth2 credential is ignored, so the request runs and the audit log records the cookie principal instead of the identity the client presented. Exploiting this needs a session cookie belonging to someone else already present in the caller's browser or client, for example through cookie tossing from a sibling subdomain or a shared workstation. The fix checks explicit bearer and OAuth2 credentials first and only falls back to the cookie when no explicit credential is present.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

apache-airflow is vulnerable to Session Fixation in versions 3.3.0 - 3.3.1.

How to fix this

Upgrade the apache-airflow library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform