CVE-2026-43826

medium
Published 2026-05-11 · Modified 2026-05-20
CVSS v3
6.5
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS v2
VIR risk
6.5

Description

The OpenSearch logging provider, when configured with a `host` URL that embeds credentials (for example `https://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 to `apache-airflow-providers-opensearch` 1.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] host` URL.

Predictions

Exploit likelihood
75%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: security@apache.org — https://lists.apache.org/thread/bxsrqx1vwssovnwnrvgh9xcosptmf73y

vendor Authored 2026-05-27

Vendor advisory: security@apache.org — https://github.com/apache/airflow/pull/65509

Package impact

EcosystemPackageVulnerableFixed
python PyPIapache-airflow-providers-opensearch<1.9.11.9.1
PIPapache-airflow-providers-opensearch< 1.9.11.9.1

Application impact

VendorProductVersionsFixed
apache apacheapache-airflow-providers-opensearch{"endExcluding":"1.9.1"}1.9.1

References

CWEs

CWE-532

Verify integrity in audit chain (admin only). AS-IS.