Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Haoxucu

#43121of 56,330
6.5Total CVSS
Vulnerabilities · 1
PT-2026-71133
6.5
2026-08-12
Apache · Apache Airflow · CVE-2026-68971
**Name of the Vulnerable Software and Affected Versions** Apache Airflow versions prior to 3.3.1 **Description** In deployments using multi-team mode with a team-aware auth manager, the asset materialization endpoint `POST /api/v2/assets/{asset id}/materialize` and the XCom result check on `wait dag run until finished` authorize the target Dag without verifying its team. This occurs because the auth manager checks the `DAG` resource instead of the `DAG:<team>` resource, bypassing team-scoped permissions. Consequently, an authenticated user from one team can trigger Dag runs belonging to another team by providing their own `dag run id` and `conf`, and can read XCom values from another team. Deployments using the FAB auth manager are not affected. **Recommendations** Upgrade to version 3.3.1 or later.