AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-68076

MEDIUM · CVSS 5.4 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Apache Airflow is vulnerable due to a flaw in its environment-variable secrets backend, which allows an authenticated user from one team to access another team's Connection credentials when multi-team mode is enabled. This vulnerability arises because the security guard fails to apply correctly when team names contain underscores, leading to unauthorized access to sensitive information. Organizations using Apache Airflow in a multi-team configuration should prioritize upgrading to version 3.3.1 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-68076
Severity
MEDIUM
CVSS
5.4
EPSS
0.22%
Apache

Original NVD Description

Apache Airflow's environment-variable secrets backend resolved a team-scoped Connection or Variable from the wrong team's scope. The guard meant to prevent this only ran when no team scope was supplied, and its pattern could not match a team name containing an underscore, which team names are allowed to contain. When the guard did not apply, the lookup fell through to an unconditional global read that resolved the stored `AIRFLOW_CONN__<TEAM>___<ID>` variable regardless of which team asked. In multi-team mode an authenticated user of one team could therefore have `POST /api/v2/connections/test` resolve another team's Connection and authenticate outward with that team's credentials; the endpoint uses the credentials rather than returning them. Exploitation requires `[core] multi_team` enabled, `[core] test_connection` set to `Enabled` (it ships `Disabled`), team-scoped secrets provisioned as environment variables in the API-server process, and knowledge of the encoded identifier. Redirecting the test at an attacker-controlled host is separately blocked. Users are advised to upgrade to apache-airflow 3.3.1 or later.

Related CVEs

Other vulnerabilities affecting the same vendor(s)