The Apache Airflow FTP provider's `FTPSHook.get_conn()`...
High severity
Unreviewed
Published
Jun 26, 2026
to the GitHub Advisory Database
•
Updated Jun 26, 2026
Description
Published by the National Vulnerability Database
Jun 26, 2026
Published to the GitHub Advisory Database
Jun 26, 2026
Last updated
Jun 26, 2026
The Apache Airflow FTP provider's
FTPSHook.get_conn()created anftplib.FTP_TLSconnection but never calledprot_p(), so although the control channel was TLS-protected the data channel was transmitted in cleartext. Any deployment usingFTPSHookorFTPSFileTransmitOperatorto 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 to3.15.1or later, which issuesPROT Pto encrypt the data channel.References