CVE-2026-58076
Last modified
CVE-2026-58076 is a vulnerability of currently unknown severity. 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.
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`.
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Apache Software Foundation | Apache Airflow | >= 3.0.0, < 3.3.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
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-5807Vault is vulnerable to a denial-of-service condition where a…7.5
- 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-5809The wpForo Forum plugin for WordPress is vulnerable to Arbit…7.1
- CVE-2026-5810A flaw has been found in SourceCodester Sales and Inventory …3.5
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
