CVE-2026-58065 — The Apache Airflow Git provider runs its git-over-SSH...
CVE-2026-58065 漏洞深度分析
漏洞概述
CVE 编号: CVE-2026-58065
CVSS 评分: 8.1(HIGH)
CVSS 向量: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE 分类: CWE-322
漏洞状态: Modified
发布时间: 2026-07-13T16:16:41.757
最后更新: 2026-07-14T14:16:35.757
漏洞描述
The Apache Airflow Git provider runs its git-over-SSH operations with StrictHostKeyChecking=no by default, disabling SSH host-key verification. An attacker who can intercept the network path between an Airflow worker and the Git server can impersonate the server (man-in-the-middle), capturing the SSH deploy key or injecting malicious repository content. Deployments that use the Git DAG bundle or Git provider to clone over SSH with a deploy key are affected. The fix changes the default to verify host keys; upgrade to apache-airflow-providers-git 0.4.1 or later and configure a known_hosts file.
影响分析
此漏洞的具体影响取决于实际利用场景。"
修复建议
- 及时关注厂商发布的安全更新和补丁
- 升级受影响组件到最新版本
- 如无法立即升级,参考厂商提供的临时缓解措施
- 加强网络访问控制和监控