Missing authentication
CVE-2026-30911 is a high-severity vulnerability (CVSS 8.1) affecting Apache Airflow Core. The issue is classified as Missing authentication, part of the Apache Foundation disclosure track on this site.
Authoritative sources and PoC material:
Detailed exploitation analysis, root-cause walkthrough, and remediation guidance for this finding live in the PoC repository. For broader methodology see services and research.
CVE-2026-30911 is a missing-authentication vulnerability in Apache Airflow Core. An internal REST endpoint accepts requests without enforcing the configured auth backend, allowing unauthenticated principals to read metadata that should be behind the auth boundary.
You are affected if you run Apache Airflow at a version below the patched release and your Airflow webserver / API is reachable from any network the attacker can touch (including internal networks behind shared VPNs).
Upgrade Apache Airflow Core to the patched version called out in the official Airflow announcement. As a defence-in-depth measure, ensure the Airflow webserver is fronted by an authenticating reverse proxy and that the network reachability of the endpoint matches your trust boundary.
Information disclosure that can be escalated, in some deployments, to workflow enumeration and downstream credential exposure. CVSS 8.1 High.
NVD at https://nvd.nist.gov/vuln/detail/CVE-2026-30911, MITRE CVE record, and the Apache Airflow security announcements page.