Posted by Rahul Vats on Sep 21 Severity: low Affected versions: - Apache Airflow 3.3.0 before 3.3.2 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...

Read the full article at oss-security →