Vuln Signal Radar
public-safe defensive signal
HIGHpublic-safe

CVE-2026-58076

NVD: 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. NVD: 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. NVD: 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.

CVSS
8.8
Severity
HIGH
EPSS
0.0048 (40)
KEV
-

Source-published summary

NVD: 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. NVD: 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. NVD: 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.

Possible impact

Source describes code execution review. Possible impact: An attacker may be able to run code or commands on affected systems.

Affected context

vendor/product: apache / airflow

Remediation / advisory

Patch confirmed by source text; fixed version context: apache-airflow.

Why it matters

Source describes code execution review. Possible impact: An attacker may be able to run code or commands on affected systems.; CVSS 8.8 (HIGH); EPSS percentile 40; not listed in KEV; Patch confirmed by source text; fixed version context: apache-airflow; sources: NVD, OSV, Vendor Advisory.

What to verify

Confirm affected product/version, vendor advisory, patch or mitigation, and exposure.

Exposure hint

exposure unknown

Impact tags

code execution review

Urgency reasons

CVSS HIGHaffected product presentvendor advisory presentrecent updateremediation reference present

Source-derived note

Summary derived from NVD / OSV / Vendor Advisory description; unsafe procedural detail is not shown.

Redaction metadata

source summary used
True
fallback summary used
False
unsafe procedural detail present
false
raw source displayed
false
public summary redacted
true

Remediation handoff

Public-safe static handoff for human/Codex remediation planning. Scan, patch, external execution, and auto remediation are disabled.

Safety note

This radar shows source-published defensive context only. Exploit procedures, exploit strings, scanner commands, and auto-remediation are not provided.

Official references