CVE-2026-49267

Apache Airflow's EmailOperator and the underlying `airflow.utils.email` helpers established SMTP STARTTLS connections without verifying the remote certificate when the deployment used `[email] smtp_starttls=True` without `[email] smtp_ssl`. An attacker positioned between the worker and the configured SMTP server (network MITM — typical hostile-network attack-surface for environments where the SMTP relay sits outside the worker's trust boundary) could present a self-signed certificate, have the worker complete the STARTTLS handshake silently, and capture the SMTP AUTH credentials and message contents the worker forwarded. This CVE covers the **core apache-airflow side** of the same root cause already covered for the SMTP provider by `CVE-2026-41016` (published 2026-04-27, covering `apache-airflow-providers-smtp`). Users who already applied the SMTP-provider fix from CVE-2026-41016 should additionally upgrade `apache-airflow` to 3.2.2 or later to cover the core-side path through `airflow.utils.email`. Affects deployments configured with `smtp_starttls=True` and `smtp_ssl=False` where the SMTP relay is reachable across a less-trusted network segment than the worker. Users are advised to upgrade to `apache-airflow` 3.2.2 or later.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*

History

21 Jul 2026, 19:10

Type Values Removed Values Added
Summary
  • (es) El EmailOperator de Apache Airflow y las funciones auxiliares subyacentes 'airflow.utils.email' establecían conexiones SMTP STARTTLS sin verificar el certificado remoto cuando la implementación utilizaba '[email] smtp_starttls=True' sin '[email] smtp_ssl'. Un atacante posicionado entre el worker y el servidor SMTP configurado (MitM de red - superficie de ataque típica de red hostil para entornos donde el relé SMTP se encuentra fuera del límite de confianza del worker) podría presentar un certificado autofirmado, hacer que el worker completara el handshake STARTTLS silenciosamente, y capturar las credenciales SMTP AUTH y el contenido del mensaje que el worker reenviaba. Este CVE cubre el lado central de apache-airflow de la misma causa raíz ya cubierta para el proveedor SMTP por 'CVE-2026-41016' (publicado el 27-04-2026, cubriendo 'apache-airflow-providers-smtp'). Los usuarios que ya aplicaron la corrección del proveedor SMTP de CVE-2026-41016 deberían actualizar adicionalmente 'apache-airflow' a 3.2.2 o posterior para cubrir la ruta del lado central a través de 'airflow.utils.email'. Afecta a las implementaciones configuradas con 'smtp_starttls=True' y 'smtp_ssl=False' donde el relé SMTP es accesible a través de un segmento de red menos confiable que el worker. Se aconseja a los usuarios actualizar a 'apache-airflow' 3.2.2 o posterior.

03 Jun 2026, 02:06

Type Values Removed Values Added
References () https://github.com/apache/airflow/pull/65346 - () https://github.com/apache/airflow/pull/65346 - Issue Tracking, Patch
References () https://lists.apache.org/thread/6v2ds757000msmjmovnnqryqzks83ps0 - () https://lists.apache.org/thread/6v2ds757000msmjmovnnqryqzks83ps0 - Mailing List, Vendor Advisory
First Time Apache
Apache airflow
CPE cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*

02 Jun 2026, 17:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.9

01 Jun 2026, 09:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-01 09:16

Updated : 2026-07-21 19:10


NVD link : CVE-2026-49267

Mitre link : CVE-2026-49267

CVE.ORG link : CVE-2026-49267


JSON object : View

Products Affected

apache

  • airflow
CWE
CWE-295

Improper Certificate Validation