Intel

AIKIDO-2026-564929

apache-airflow-providers-amazon is vulnerable to Insecure Direct Object Reference (IDOR)

Insecure Direct Object Reference (IDOR)CVE-2026-68872 Published Aug 11, 2026

58

Medium Risk

This Affects:

PYTHONapache-airflow-providers-amazon
9.27.0 - 9.33.0
Fixed in 9.34.0
Are you affected? Scan for Free

TL;DR

The AWS Secrets Manager and SSM Parameter Store secrets backends resolve a team-scoped Connection or Variable ID through a team-agnostic fallback lookup whenever the team-scoped lookup misses. The guard meant to block that path only checks whether team context is absent, so it never runs when a caller from one team supplies an ID that names another team's namespace and retrieves that team's secret credentials in full. The fix refuses any Connection, Variable, or Config lookup whose ID names a team namespace before either lookup runs.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and run Apache Airflow in multi-team mode with the AWS Secrets Manager or SSM Parameter Store backend for Connections or Variables.

Background info

apache-airflow-providers-amazon is vulnerable to Insecure Direct Object Reference (IDOR) in versions 9.27.0 - 9.33.0.

How to fix this

Upgrade the apache-airflow-providers-amazon library to the patch version.