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.
CVE-2026-58076
Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-12. NVD baseline CVSS 8.8; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.8
- EG Score
- 8.8(high)
- EG Risk
- 40(Track)EG Risk 40/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity88% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 40%
- KEV
- Not listed
Published
August 12, 2026
Last Modified
August 18, 2026
Advisory Details (3)
Auto-updated Aug 14, 2026Restrict exception-node deserialization to known classes without importing the stored name
Fix merged in apache/airflow PR #68511 on 2026-08-05 — awaiting tagged release
https://github.com/apache/airflow/pull/68511Vendor Advisories for CVE-2026-58076(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 30× in last 7d / 36× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-20 07:39 UTCGHSA enrichment
- 2026-08-19 19:55 UTCEG score recompute
- 2026-08-19 19:55 UTCGHSA enrichment
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 08:08 UTCGHSA enrichment
- 2026-08-18 20:24 UTCGHSA enrichment
- 2026-08-18 20:03 UTCEG score recompute
- 2026-08-18 20:03 UTCGHSA enrichment
- 2026-08-18 18:42 UTCEG score recompute
- 2026-08-18 18:42 UTCGHSA enrichment
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-18 06:58 UTCGHSA enrichment
- 2026-08-17 19:14 UTCEG score recompute
- 2026-08-17 19:14 UTCGHSA enrichment
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 06:15 UTCGHSA enrichment
- 2026-08-16 18:32 UTCEG score recompute
- 2026-08-16 18:32 UTCGHSA enrichment
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 06:47 UTCEG score recompute
- 2026-08-16 06:47 UTCGHSA enrichment
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 19:04 UTCGHSA enrichment
- 2026-08-15 07:20 UTCEG score recompute
- 2026-08-15 07:20 UTCGHSA enrichment
Show 11 moreShow fewer
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 19:36 UTCEG score recompute▲ 8.80
- 2026-08-14 19:36 UTCGHSA enrichment
- 2026-08-14 19:35 UTCNVD updateCVSS v3 → 8.8 · severity → HIGH
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 21:01 UTCGHSA enrichment
- 2026-08-12 21:00 UTCNVD update
- 2026-08-12 16:40 UTCMITRE cvelistV5
- 2026-08-12 16:33 UTCNVD update
- 2026-08-12 16:01 UTCEG score recompute
- 2026-08-12 16:00 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-502
- CVE-2017-10992EG 9.8EPSS p95CRITICAL
- CVE-2013-4521EG 9.8EPSS p90CRITICAL
- CVE-2014-1860EG 9.8CRITICAL
- CVE-2016-1000027EG 9.8EPSS p98CRITICAL
- CVE-2014-3699EG 9.8CRITICAL
- CVE-2017-10934EG 9.8CRITICAL
- CVE-2016-9498EG 9.8EPSS p97CRITICAL
- CVE-2016-9483EG 9.8CRITICAL
- CVE-2015-2020EG 9.8CRITICAL
- CVE-2017-15692EG 9.8EPSS p91CRITICAL
Frequently asked(5)
What is CVE-2026-58076?
When was CVE-2026-58076 disclosed?
Is CVE-2026-58076 actively exploited?
What is the CVSS score of CVE-2026-58076?
How do I remediate CVE-2026-58076?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-58076
Is Your Infrastructure Affected by CVE-2026-58076?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.