Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-58076
Published:August 12, 2026
Updated:September 01, 2026
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".
Affected Packages
apache-airflow (CONDA):
Affected version(s) >=3.0.0 <3.3.1
Fix Suggestion:
Update to version 3.3.1
https://github.com/apache/airflow.git (GITHUB):
Affected version(s) >=3.0.0 <3.3.1
Fix Suggestion:
Update to version 3.3.1
apache-airflow (PYTHON):
Affected version(s) >=3.0.0 <3.3.1
Fix Suggestion:
Update to version 3.3.1
Additional Notes
The description of this vulnerability differs from MITRE.
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Deserialization of Untrusted Data
EPSS
Base Score:
0.48