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.
{
"severity": "MODERATE",
"nvd_published_at": "2026-04-30T10:16:01Z",
"github_reviewed_at": "2026-05-22T13:04:58Z",
"cwe_ids": [
"CWE-295"
],
"github_reviewed": true
}