Improper Certificate Validation vulnerability in Apache Airflow FTP Provider
Low severity
GitHub Reviewed
Published
Apr 21, 2024
to the GitHub Advisory Database
•
Updated Jul 3, 2024
Description
Published by the National Vulnerability Database
Apr 21, 2024
Published to the GitHub Advisory Database
Apr 21, 2024
Reviewed
Apr 24, 2024
Last updated
Jul 3, 2024
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 context=ssl.create_default_context() during FTP_TLS instantiation is used as mitigation to validate the certificates properly.
This issue affects Apache Airflow FTP Provider: before 3.7.0.
Users are recommended to upgrade to version 3.7.0, which fixes the issue.
References