Início
Tendências
Vulnerabilidades
Notícias
Pesquisadores
Por que dbugs?

Daniel Wolf

#32200de 53,635
7.8CVSS total
Vulnerabilidades · 1
PT-2026-25887
7.8
2026-03-17
Apache · Apache Airflow · CVE-2026-28779
**Name of the Vulnerable Software and Affected Versions** Apache Airflow versions 3.1.0 through 3.1.7 **Description** The session token (` token`) in cookies for Apache Airflow is set to path=/ regardless of the configured `base url` for the `webserver` or `api`. This allows any application co-hosted under the same domain to capture valid Airflow session tokens from HTTP request headers, potentially leading to a full session takeover without directly attacking Airflow. The `base url` configuration determines the path prefix for Airflow web application URLs. When the session token path is not correctly aligned with the `base url`, it becomes vulnerable to cross-site scripting (XSS) and session hijacking attacks. **Recommendations** Upgrade to Apache Airflow version 3.1.8 or later to resolve this issue.