Description
Apache Airflow providers-google's `ComputeEngineSSHHook` disables SSH host-key verification by default, exposing SSH traffic between an Airflow worker and a Compute Engine VM to in-path network attackers who can intercept or modify the session. Users are advised to upgrade to `apache-airflow-providers-google` 22.0.0 or later.
Published: 2026-05-25
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Airflow’s Google provider contains a ComputeEngineSSHHook that, by default, disables SSH host‑key verification. The hook uses Paramiko’s AutoAddPolicy, which automatically accepts any host key presented, leaving the SSH session open to man‑in‑the‑middle attacks. An attacker able to intercept the network traffic between an Airflow worker and a Compute Engine virtual machine could eavesdrop on, inject, or modify commands and data exchanged over the SSH connection, thereby potentially compromising the integrity of Airflow‑initiated workloads.

Affected Systems

The vulnerability affects the Apache Airflow Google provider component, specifically all versions released before 22.0.0. Users must check their installed provider version to determine exposure.

Risk and Exploitability

The risk remains significant because host‑key verification is a core SSH security feature; its absence means any network attacker able to intercept traffic between an Airflow worker and the target VM can perform a stealthy MITM attack. The EPSS score of <1% indicates a low probability of exploitation currently, but the high CVSS score of 8.1 signifies a high severity flaw that can impact confidentiality, integrity, and availability of workflow execution. The vulnerability is not listed in CISA KEV, yet the missing host‑key check alone justifies high concern. The likely attack vector is a network compromise that permits observation or modification between the Airflow worker host and the Compute Engine VM.

Generated by OpenCVE AI on May 26, 2026 at 17:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade apache-airflow-providers-google to 22.0.0 or later as recommended by the vendor
  • If an immediate upgrade is not feasible, modify the ComputeEngineSSHHook configuration to use a stricter host key policy (e.g., silence AutoAddPolicy and provide a known_hosts entry or StrictHostKeyChecking=accept_new) to re‑enable host‑key verification
  • Restrict Airflow worker network access to trusted segments and monitor for unusual SSH traffic patterns around the affected hooks

Generated by OpenCVE AI on May 26, 2026 at 17:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 01 Jun 2026 17:30:00 +0000

Type Values Removed Values Added
References

Mon, 01 Jun 2026 17:00:00 +0000


Wed, 27 May 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache apache-airflow-providers-google
CPEs cpe:2.3:a:apache:apache-airflow-providers-google:*:*:*:*:*:*:*:*
Vendors & Products Apache apache-airflow-providers-google

Tue, 26 May 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 26 May 2026 13:45:00 +0000

Type Values Removed Values Added
References

Mon, 25 May 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache airflow Google Provider
Vendors & Products Apache
Apache airflow Google Provider

Mon, 25 May 2026 09:45:00 +0000

Type Values Removed Values Added
Description Apache Airflow providers-google's `ComputeEngineSSHHook` disables SSH host-key verification by default, exposing SSH traffic between an Airflow worker and a Compute Engine VM to in-path network attackers who can intercept or modify the session. Users are advised to upgrade to `apache-airflow-providers-google` 22.0.0 or later.
Title Apache Airflow Google provider: SSH host key verification disabled in ComputeEngineSSHHook (paramiko AutoAddPolicy default)
Weaknesses CWE-322
References

Subscriptions

Apache Airflow Google Provider Apache-airflow-providers-google
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-06-01T15:48:53.991Z

Reserved: 2026-05-11T23:58:59.829Z

Link: CVE-2026-45361

cve-icon Vulnrichment

Updated: 2026-05-25T11:27:12.183Z

cve-icon NVD

Status : Modified

Published: 2026-05-25T10:16:15.087

Modified: 2026-06-01T17:17:10.090

Link: CVE-2026-45361

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-26T17:30:10Z

Weaknesses
  • CWE-322

    Key Exchange without Entity Authentication