CVE-2026-49486
Last modified
CVE-2026-49486 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.10% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Apache-Airflow-Providers-Ftp | < 3.15.1 |
References
- https://github.com/apache/airflow/pull/67946Issue Tracking, Patch
- https://lists.apache.org/thread/gwnsxlt9hfj5pc543wxtogbnjdn04xj1Mailing List, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-49486?
How severe is CVE-2026-49486?
How do I fix CVE-2026-49486?
Are you affected by CVE-2026-49486?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
