PT-2024-3221 · Apache · Apache Airflow Ftp Provider
Eric Brown
·
Published
2024-03-18
·
Updated
2025-07-10
·
CVE-2024-29733
CVSS v2.0
5.1
Medium
| Vector | AV:N/AC:H/Au:N/C:P/I:P/A:P |
Name of the Vulnerable Software and Affected Versions
Apache Airflow FTP Provider versions prior to 3.7.0
Description
The issue is related to improper certificate validation in FTP TLS connections, which can potentially be leveraged by an attacker. This can impact the confidentiality, integrity, and availability of protected information. The FTP hook lacks complete certificate validation, allowing for potential exploitation. Implementing proper certificate validation by passing
context=ssl.create default context() during FTP TLS instantiation can be used as mitigation to validate certificates properly.Recommendations
To fix the issue, upgrade to version 3.7.0, which includes the necessary fixes for proper certificate validation. As a temporary workaround, consider implementing proper certificate validation by passing
context=ssl.create default context() during FTP TLS instantiation to validate certificates properly.Fix
Improper Certificate Validation
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Apache Airflow Ftp Provider