🟠 高危 | CVE-2026-49486 — The Apache Airflow FTP provider's `FTPSHook.get_co...
🟠 CVE-2026-49486
CVSS 评分: 7.5(高危) | 状态: Analyzed | 发布时间: 2026-06-26
漏洞描述
The Apache Airflow FTP provider's FTPSHook.get_conn() created an ftplib.FTP_TLS connection but never called prot_p(), so although the control channel was TLS-protected the data channel was transmitted in cleartext. Any deployment using FTPSHook or FTPSFileTransmitOperator to move files over FTPS exposed file contents and credentials-in-transit to a network attacker able to observe the data connection. Upgrade apache-airflow-providers-ftp to 3.15.1 or later, which issues PROT P to encrypt the data channel.
漏洞详情
| 字段 | 值 |
|---|---|
| CVE ID | CVE-2026-49486 |
| CVSS 评分 | 7.5(高危) |
| CVSS 向量 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
| CWE | CWE-319 |
| 发布时间 | 2026-06-26 |
| 最后更新 | 2026-06-26 |
| 状态 | Analyzed |
| 数据来源 | security@apache.org |
参考链接
- https://github.com/apache/airflow/pull/67946
- https://lists.apache.org/thread/gwnsxlt9hfj5pc543wxtogbnjdn04xj1
🤖 本文由 CVE 安全快讯机器人自动生成
数据来源: NVD (National Vulnerability Database) | 获取时间: 2026-06-27 03:07
💬 评论