๐Ÿ” CVE Alert

CVE-2026-54183

MEDIUM 4.3

Apache Airflow: Airflow Variables were not masked in the UI for authenticated users

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

Apache Airflow's secrets masker hides values stored under sensitive key names when they are displayed in the UI. The masker's recursion-depth limit did not descend into values nested inside a list, tuple, or set beyond that limit, so an Airflow Variable holding such a deeply-nested value was shown unmasked in the Variables UI. The exposure is limited to the UI: any authenticated user who can see the Variable in the UI can already read its full value through the Variables REST API, so this does not disclose data the user could not otherwise obtain โ€” the masking is a shoulder-surfing defense for the UI, not an access-control boundary. This is an incomplete-fix follow-up to CVE-2026-42358, whose fix made only the dictionary walk unbounded; lists, tuples, and sets beyond the depth limit remained unmasked in the UI. Deployments that applied the CVE-2026-42358 fix should also upgrade to address this residual case. Upgrade to apache-airflow 3.3.1 or later.

CWE CWE-200
Vendor apache software foundation
Product apache airflow
Published Aug 12, 2026
Last Updated Aug 12, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache airflow

Be the first to know when new medium vulnerabilities affecting apache software foundation apache airflow are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Apache Software Foundation / Apache Airflow
0 < 3.3.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/apache/airflow/pull/68422 cve.org: https://www.cve.org/CVERecord?id=CVE-2026-42358 lists.apache.org: https://lists.apache.org/thread/z5mrdq6c60f2wyx4cc64cj8nv0dxd9lo

Credits

Omkhar Arasaratnam (@omkhar) Jarek Potiuk