
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68675 is an information disclosure vulnerability in Apache Airflow where proxy credentials embedded in Connection fields may be exposed in task log output. Affected versions include Apache Airflow before 3.1.6 (Airflow 3.x) and before 2.11.1 (Airflow 2.x). The vulnerability was disclosed on January 15–16, 2026, with the CVE published by the Apache Software Foundation on January 16, 2026. It carries a CVSS v3.1 base score of 7.5 (High) (Github Advisory, Openwall OSS-Sec).
The root cause is classified as CWE-532 (Insertion of Sensitive Information into Log File). The proxies and proxy fields within an Airflow Connection object can contain proxy URLs with embedded authentication credentials (e.g., http://user:password@proxy-host:port). These fields were not designated as sensitive by default, so Airflow's log masking mechanism did not automatically redact them. When tasks render or print Connection objects to logs — a common occurrence during task execution — the plaintext proxy credentials appear in task log output accessible to anyone with log read access. The fix, introduced via pull request apache/airflow#59688, marks these fields as sensitive so they are masked in log output (Github Advisory, Openwall OSS-Sec).
Successful exploitation results in the exposure of proxy authentication credentials (usernames and passwords) stored within Airflow Connections. An attacker with access to Airflow task logs — which may be accessible to multiple users in a shared Airflow environment — could harvest these credentials and use them to authenticate to proxy servers, potentially gaining unauthorized access to internal network resources or services protected by those proxies. The confidentiality impact is rated High, with no integrity or availability impact (Github Advisory, Feedly).
http://username:password@proxy-host:port or similar, which appear unmasked due to the missing sensitive field designation.http(s)://[user]:[password]@[host]:[port]) in log files or log storage backends (S3, GCS, local filesystem).Users should upgrade to Apache Airflow 3.1.6 or later (for Airflow 3.x) or 2.11.1 or later (for Airflow 2.x), which marks proxy-related Connection fields as sensitive and ensures they are automatically masked in log output. As an interim measure, organizations should audit existing task logs from affected versions to identify any instances where proxy credentials may have been exposed, and rotate any compromised proxy credentials immediately. Implementing strict access controls on Airflow log storage (e.g., restricting S3/GCS bucket access) can reduce the risk of credential exposure until patching is complete (Github Advisory, Apache Mailing List).
The vulnerability received coverage from cybersecurity news outlets including CyberSecurityNews and IT Security News, which highlighted the risk of sensitive data exposure in Apache Airflow workflows. The Hacker News weekly recap also mentioned the issue alongside other critical CVEs. Community discussion on platforms such as Infosec.exchange and Bluesky noted the practical risk to organizations using proxy-authenticated connections in Airflow. The Apache Software Foundation rated the severity as "low" in the original OSS-Security disclosure, though CISA-ADP assigned a CVSS score of 7.5 (High) (Openwall OSS-Sec, Github Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."