Apache Airflow's Backfill API authorized a request against a Dag id supplied by the caller whenever the backfill_id path segment failed to parse. The authorization dependency parsed it with int() while the route handler parsed it as pydantic's NonNegativeInt, which accepts values int() rejects (1.0 coerces to 1); FastAPI resolves dependencies before endpoint validation, so the two acted on different Dags. An authenticated user holding edit permission on any single Dag could therefore read, pause and cancel backfills belonging to any other Dag, including moving another Dag's queued runs to failed. No non-default configuration is required and backfill ids are sequential, so finding a target is trivial. Users are advised to upgrade to apache-airflow 3.3.1 or later, which parses the backfill id with the same type the routes declare.
CVE-2026-68968
Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-08-12. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 7.5; 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
- 7.5
- EG Score
- 7.5(high)
- EG Risk
- 34(Track)EG Risk 34/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 computedSeverity75% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 35%
- KEV
- Not listed
Published
August 12, 2026
Last Modified
August 18, 2026
Advisory Details (2)
Auto-updated Aug 13, 2026Resolve backfill_id in the access dependency with the type the routes declare
Fix merged in apache/airflow PR #70889 on 2026-08-04 — awaiting tagged release
https://github.com/apache/airflow/pull/70889Vendor Advisories for CVE-2026-68968(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 28× in last 7d / 43× 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 22:56 UTCEPSS rescore
- 2026-08-20 19:41 UTCGHSA enrichment
- 2026-08-20 07:08 UTCGHSA enrichment
- 2026-08-19 18:36 UTCEG score recompute
- 2026-08-19 18:36 UTCGHSA enrichment
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 05:23 UTCGHSA enrichment
- 2026-08-18 16:50 UTCEG score recompute
- 2026-08-18 16:50 UTCGHSA enrichment
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 07:47 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:10 UTCGHSA enrichment
- 2026-08-16 17:38 UTCEG score recompute
- 2026-08-16 17:38 UTCGHSA enrichment
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 04:58 UTCEG score recompute
- 2026-08-16 04:58 UTCGHSA enrichment
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 16:26 UTCGHSA enrichment
- 2026-08-15 03:53 UTCEG score recompute
Show 18 moreShow fewer
- 2026-08-15 03:53 UTCGHSA enrichment
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 15:20 UTCGHSA enrichment
- 2026-08-14 02:47 UTCEG score recompute
- 2026-08-14 02:47 UTCGHSA enrichment
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 14:15 UTCGHSA enrichment
- 2026-08-13 13:36 UTCGHSA enrichment
- 2026-08-13 12:27 UTCEG score recompute▲ 7.50
- 2026-08-13 12:27 UTCGHSA enrichment
- 2026-08-13 12:26 UTCMITRE cvelistV5CVSS v3 → 7.5 · severity → HIGH
- 2026-08-12 21:01 UTCGHSA enrichment
- 2026-08-12 18:38 UTCGHSA enrichment
- 2026-08-12 18:37 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
Frequently asked(5)
What is CVE-2026-68968?
When was CVE-2026-68968 disclosed?
Is CVE-2026-68968 actively exploited?
What is the CVSS score of CVE-2026-68968?
How do I remediate CVE-2026-68968?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-68968
Is Your Infrastructure Affected by CVE-2026-68968?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.