Intel

AIKIDO-2026-145585

apache-airflow-providers-git is vulnerable to Improper Certificate Validation

Improper Certificate ValidationCVE-2026-58065 Published 4 days ago

59

Medium Risk

This Affects:

PYTHONapache-airflow-providers-git
0.0.1 - 0.4.0
Fixed in 0.4.1
Are you affected? Scan for Free

TL;DR

The Git provider runs its git-over-SSH operations with StrictHostKeyChecking=no by default, disabling SSH host-key verification. A party able to intercept the network path between a worker and the Git server can impersonate the server, capturing the SSH deploy key or injecting repository content. Deployments cloning over SSH with a deploy key are exposed. The fix verifies host keys by default and expects a configured known_hosts file.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you use the Git DAG bundle or Git provider to clone over SSH with a deploy key.

Background info

apache-airflow-providers-git is vulnerable to Improper Certificate Validation in versions 0.0.1 - 0.4.0.

How to fix this

Upgrade the apache-airflow-providers-git library to the patch version and configure a known_hosts file for your Git server.