Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default allowed_deserialization_classes allow-list, so tightening that setting does not help. A Dag author — who controls a task instance's next_kwargs through the task execution API — can therefore cause an arbitrary module to be imported inside the scheduler process, when the scheduler's awaiting_input timeout sweep deserializes that value. No non-default configuration is required; the sweep runs unconditionally. Versions before 3.3.0 are not affected: the class existed, but the scheduler sweep that reaches it did not. This is a separate code path from CVE-2026-58076 and CVE-2026-67260, which cover different gadgets reaching deserialization — applying either of those fixes does not address this one. Users are advised to upgrade to apache-airflow 3.3.1 or later.
CVE-2026-67587
Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-12. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 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%Exploitation1% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 47%
- KEV
- Not listed
Published
August 12, 2026
Last Modified
August 17, 2026
Advisory Details (4)
Auto-updated Aug 13, 2026Do not import the stored path when rebuilding a Callback from serialized data
Fix merged in apache/airflow PR #70704 on 2026-08-04 — awaiting tagged release
https://github.com/apache/airflow/pull/70704Vendor Advisories for CVE-2026-67587(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 29× in last 7d / 42× 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-21 01:03 UTCEG score recompute
- 2026-08-21 01:03 UTCGHSA enrichment
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-20 14:05 UTCGHSA enrichment
- 2026-08-20 02:42 UTCEG score recompute
- 2026-08-20 02:42 UTCGHSA enrichment
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 15:34 UTCGHSA enrichment
- 2026-08-19 04:26 UTCGHSA enrichment
- 2026-08-18 17:25 UTCEG score recompute
- 2026-08-18 17:25 UTCGHSA enrichment
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-18 06:27 UTCGHSA enrichment
- 2026-08-17 19:28 UTCGHSA enrichment
- 2026-08-17 16:29 UTCEG score recompute
- 2026-08-17 16:29 UTCGHSA enrichment
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 05:24 UTCGHSA enrichment
- 2026-08-16 18:22 UTCEG score recompute
- 2026-08-16 18:22 UTCGHSA enrichment
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 07:24 UTCEG score recompute
- 2026-08-16 07:24 UTCGHSA enrichment
- 2026-08-15 20:27 UTCGHSA enrichment
- 2026-08-15 09:29 UTCEG score recompute
Show 17 moreShow fewer
- 2026-08-15 09:29 UTCGHSA enrichment
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 22:31 UTCGHSA enrichment
- 2026-08-14 11:33 UTCGHSA enrichment
- 2026-08-14 00:35 UTCEG score recompute
- 2026-08-14 00:35 UTCGHSA enrichment
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 13:36 UTCGHSA enrichment
- 2026-08-13 12:27 UTCEG score recompute▲ 8.80
- 2026-08-13 12:27 UTCGHSA enrichment
- 2026-08-13 12:26 UTCMITRE cvelistV5CVSS v3 → 8.8 · severity → HIGH
- 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 15:36 UTCEG score recompute
- 2026-08-12 15:35 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-67587?
When was CVE-2026-67587 disclosed?
Is CVE-2026-67587 actively exploited?
What is the CVSS score of CVE-2026-67587?
How do I remediate CVE-2026-67587?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-67587
Is Your Infrastructure Affected by CVE-2026-67587?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.