Intel

AIKIDO-2026-930393

apache-airflow is vulnerable to Exposure of Sensitive Information

Exposure of Sensitive InformationCVE-2026-65017 Published 4 days ago

60

Medium Risk

This Affects:

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

TL;DR

The Config API does not mask team-scoped sensitive configuration values in multi-team deployments. The masker matches only base section and option names and does not normalise team-prefixed sections before the sensitivity check. A user with configuration-read access can read a team-scoped Celery broker URL, including embedded credentials, in clear text while the equivalent global option is masked. The fix normalises team-scoped sections before masking.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you run multi-team mode and expose the Config API to users with configuration-read access.

Background info

apache-airflow is vulnerable to Exposure of Sensitive Information in versions 3.3.0 - 3.3.0.

How to fix this

Upgrade the apache-airflow library to the patch version.