CVE-2026-25219 PUBLISHED

Apache Airflow: Sensitive Azure Service Bus connection string (and possibly other providers) exposed to users with view access

Assigner: apache
Reserved: 30.01.2026 Published: 15.04.2026 Updated: 15.04.2026

The access_key and connection_string connection properties were not marked as sensitive names in secrets masker. This means that user with read permission could see the values in Connection UI, as well as when Connection was accidentaly logged to logs, those values could be seen in the logs. Azure Service Bus used those properties to store sensitive values. Possibly other providers could be also affected if they used the same fields to store sensitive data.

If you used Azure Service Bus connection with those values set or if you have other connections with those values storing sensitve values, you should upgrade Airflow to 3.1.8

Product Status

Vendor Apache Software Foundation
Product Apache Airflow
Versions Default: unaffected
  • affected from 0 to 3.1.8 (excl.)

Credits

  • Saurabh Banawar finder

References

Problem Types

  • CWE-200 Exposure of Sensitive Information to an Unauthorized Actor CWE