VYPR

Apache Airflow Providers FTP

by Apache

Source repositories

CVEs (3)

  • CVE-2026-50203CriJun 17, 2026
    risk 0.52cvss 9.1epss 0.01

    A path traversal in the SFTP provider (`SFTPHook.retrieve_directory` / `SFTPOperator(operation=get)`) let a malicious or compromised remote SFTP server write files outside the configured local destination directory via crafted directory-entry names. No Airflow account is…

  • CVE-2024-29733LowApr 21, 2024
    risk 0.11cvss 2.7epss 0.01

    Improper Certificate Validation vulnerability in Apache Airflow FTP Provider. The FTP hook lacks complete certificate validation in FTP_TLS connections, which can potentially be leveraged. Implementing proper certificate validation by passing…

  • CVE-2026-49486HigJun 26, 2026
    risk 0.00cvss 7.5epss 0.00

    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…