CVE-2024-29733
CVSS V2 None
CVSS V3 None
Description
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.
Overview
- CVE ID
- CVE-2024-29733
- Assigner
- apache
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-04-21T17:21:55.722Z
- Last Modified Date
- 2024-06-04T17:56:57.291Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/apache/airflow/pull/38266 | patch |
https://github.com/apache/airflow/blob/95e26118b828c364755f3a8c96870f3591b01c31/airflow/providers/ftp/hooks/ftp.py#L280 | technical-description |
https://docs.python.org/3/library/ssl.html#best-defaults | technical-description |
https://lists.apache.org/thread/265t5zbmtjs6h9fkw52wtp03nsbplky2 | vendor-advisory |
http://www.openwall.com/lists/oss-security/2024/04/19/3 |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-29733 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-29733 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 02:29:16 | Added to TrackCVE |