CVE-2026-58076
Last modified
CVE-2026-58076 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. Apache Airflow's serialization layer reconstructed exception nodes by calling `import_string()` on a class name taken from the serialized blob and instantiating it with arguments from the same blob, with no restriction on what could be imported. An operator's `executor_config` reaches that branch, so a Dag author could place a value there that causes an arbitrary callable to be imported and invoked -- for example `subprocess.check_output`, or `builtins.eval` on the `builtins`-prefixed variant. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
Apache Airflow's serialization layer reconstructed exception nodes by calling `import_string()` on a class name taken from the serialized blob and instantiating it with arguments from the same blob, with no restriction on what could be imported. An operator's `executor_config` reaches that branch, so a Dag author could place a value there that causes an arbitrary callable to be imported and invoked -- for example `subprocess.check_output`, or `builtins.eval` on the `builtins`-prefixed variant. The code runs in the **Scheduler**, which reconstructs serialized Dags in its normal loop with no request involved, and in the **API server**, on any authenticated read of the Dag such as `GET /api/v2/dags/{dag_id}/details`. Both are components the Airflow security model states must never execute Dag-author code, and both hold the metadata database credentials and the JWT signing secret. No non-default configuration is required. This is a **different sink from CVE-2026-33264**, which covered only the trigger branch of the same deserializer: deployments that upgraded in response to that advisory are still affected through the exception branch and must upgrade again. Users are advised to upgrade to apache-airflow 3.3.1 or later, which restricts the imported class to a subclass of `BaseException`.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Airflow | >= 3.3.0, < 3.3.1 |
References
- https://github.com/apache/airflow/pull/68511Issue Tracking, Patch
- https://lists.apache.org/thread/t81p688t15jozxsng8521o60nh2kfsosMailing List, Vendor Advisory
- https://www.cve.org/CVERecord?id=CVE-2026-33264Not Applicable
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-58076?
How severe is CVE-2026-58076?
How do I fix CVE-2026-58076?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-58070A vulnerability that records guest OS processing credentials…6.8
- CVE-2026-58071A vulnerability in Veeam Service Provider Console allowing a…8.2
- CVE-2026-58072A vulnerability in Veeam Service Provider Console allowing a…9
- CVE-2026-58073A vulnerability in Veeam Service Provider Console allowing a…9.5
- CVE-2026-58074A vulnerability allowing a high-privileged user to execute a…8.6
- CVE-2026-58075A vulnerability allowing an unauthenticated attacker to read…8.7
- CVE-2026-58077Joomla Extension - weeblr.com - Unauthenticated stored XSS i…8.7
- CVE-2026-58078Joomla Extension - themexpert.com - Unauthenticated SQL inje…8.7
- CVE-2026-5808A vulnerability was detected in openstatusHQ openstatus up t…5.3
- CVE-2026-58080In Eclipse Milo versions 1.0.0 through 1.1.4, `OpcUaServerCo…8.2
- CVE-2026-58081Several encoding modules, including HZ, UTF-7, VIQR, and ZW,…9.8
- CVE-2026-58082The ISO-2022 encoding module used a stack buffer sized to MB…9.8
Are you affected by CVE-2026-58076?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
