Apache Airflow Providers OpenSearch: OpenSearch task-log handler leaks credentials embedded in the host URL
Moderate severity
GitHub Reviewed
Published
May 11, 2026
to the GitHub Advisory Database
•
Updated May 15, 2026
Description
Published by the National Vulnerability Database
May 11, 2026
Published to the GitHub Advisory Database
May 11, 2026
Reviewed
May 15, 2026
Last updated
May 15, 2026
The OpenSearch logging provider, when configured with a
hostURL that embeds credentials (for examplehttps://user:password@server.example.com:9200), wrote the full host URL — including the embedded credentials — into task logs. Any user with task-log read permission could harvest the backend credentials. Users are advised to upgrade toapache-airflow-providers-opensearch1.9.1 or later and, as a defense-in-depth measure, configure the backend credentials via a secret backend rather than embedding them in the[opensearch] hostURL.References