CVE-2026-41016
בינונית 5.9
תיאור (מקור, אנגלית)
Apache Airflow's SMTP provider `SmtpHook` called Python's `smtplib.SMTP.starttls()` without an SSL context, so no certificate validation was performed on the TLS upgrade. A man-in-the-middle between the Airflow worker and the SMTP server could present a self-signed certificate, complete the STARTTLS upgrade, and capture the SMTP credentials sent during the subsequent `login()` call. Users are advised to upgrade to the `apache-airflow-providers-smtp` version that contains the fix.
מדדים
- CVSS 3.1
-
5.9 (MEDIUM)
מקור הציון: CNA
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N - EPSS — סבירות ניצול
- 0% (אחוזון 000) נכון ל-30/7/2026
- CWE
- CWE-295
מוצרים מושפעים
apache: airflow
קישורים
- https://lists.apache.org/thread/gb202qy5r31bgdd3d51d7s5o1jh40kc4 Mailing ListVendor Advisory
- https://github.com/apache/airflow/pull/65346 Issue TrackingPatch