CVE-2026-58076

HIGHNVD 8.88.8
EchelonGraph scoreHIGH confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-12. NVD baseline CVSS 8.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Trending — 4 sources updated this week
8.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

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 computed
Severity88% × 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, 2026
Upstream fix merged — awaiting tagged release. Sources: github_pr.
github_pr

Restrict 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/68511

Vendor 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.

  1. 2026-08-20 07:39 UTCGHSA enrichment
  2. 2026-08-19 19:55 UTCEG score recompute
  3. 2026-08-19 19:55 UTCGHSA enrichment
  4. 2026-08-19 17:04 UTCEPSS rescore
  5. 2026-08-19 08:08 UTCGHSA enrichment
  6. 2026-08-18 20:24 UTCGHSA enrichment
  7. 2026-08-18 20:03 UTCEG score recompute
  8. 2026-08-18 20:03 UTCGHSA enrichment
  9. 2026-08-18 18:42 UTCEG score recompute
  10. 2026-08-18 18:42 UTCGHSA enrichment
  11. 2026-08-18 13:48 UTCEPSS rescore
  12. 2026-08-18 06:58 UTCGHSA enrichment
  13. 2026-08-17 19:14 UTCEG score recompute
  14. 2026-08-17 19:14 UTCGHSA enrichment
  15. 2026-08-17 13:47 UTCEPSS rescore
  16. 2026-08-17 06:15 UTCGHSA enrichment
  17. 2026-08-16 18:32 UTCEG score recompute
  18. 2026-08-16 18:32 UTCGHSA enrichment
  19. 2026-08-16 14:56 UTCEPSS rescore
  20. 2026-08-16 06:47 UTCEG score recompute
  21. 2026-08-16 06:47 UTCGHSA enrichment
  22. 2026-08-16 02:14 UTCEPSS rescore
  23. 2026-08-15 19:04 UTCGHSA enrichment
  24. 2026-08-15 07:20 UTCEG score recompute
  25. 2026-08-15 07:20 UTCGHSA enrichment
Show 11 more
  1. 2026-08-15 01:30 UTCEPSS rescore
  2. 2026-08-14 19:36 UTCEG score recompute 8.80
  3. 2026-08-14 19:36 UTCGHSA enrichment
  4. 2026-08-14 19:35 UTCNVD updateCVSS v3 → 8.8 · severity → HIGH
  5. 2026-08-13 22:00 UTCEPSS rescore
  6. 2026-08-12 21:01 UTCGHSA enrichment
  7. 2026-08-12 21:00 UTCNVD update
  8. 2026-08-12 16:40 UTCMITRE cvelistV5
  9. 2026-08-12 16:33 UTCNVD update
  10. 2026-08-12 16:01 UTCEG score recompute
  11. 2026-08-12 16:00 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-58076?
CVE-2026-58076 is a high vulnerability published on August 12, 2026. Apache Airflow's serialization layer reconstructed exception nodes by calling importstring() 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 executorconfig reaches that branch, so a…
When was CVE-2026-58076 disclosed?
CVE-2026-58076 was first published in the National Vulnerability Database on August 12, 2026, with the most recent update on August 18, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-58076 actively exploited?
CVE-2026-58076 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 60.2% of all scored CVEs.
What is the CVSS score of CVE-2026-58076?
CVE-2026-58076 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-58076?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-58076, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-58076

Explore →

Is Your Infrastructure Affected by CVE-2026-58076?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.