cbor2 provides encoding and decoding for the Concise Binary Object Representation (CBOR) serialization format. Versions prior to 5.9.0 are vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding deeply nested CBOR structures. This vulnerability affects both the pure Python implementation and the C extension _cbor2. The C extension relies on Python's internal recursion limits Py_EnterRecursiveCall rather than a data-driven depth limit, meaning it still raises RecursionError and crashes the worker process when the limit is hit. While the library handles moderate nesting levels, it lacks a hard depth limit. An attacker can supply a crafted CBOR payload containing approximately 100,000 nested arrays 0x81. When cbor2.loads() attempts to parse this, it hits the Python interpreter's maximum recursion depth or exhausts the stack, causing the process to crash with a RecursionError. Because the library does not enforce its own limits, it allows an external attacker to exhaust the host application's stack resource. In many web application servers (e.g., Gunicorn, Uvicorn) or task queues (Celery), an unhandled RecursionError terminates the worker process immediately. By sending a stream of these small (<100KB) malicious packets, an attacker can repeatedly crash worker processes, resulting in a complete Denial of Service for the application. Version 5.9.0 patches the issue.
CVE-2026-26209
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 65% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 65(Attend)EG Risk 65/100SSVC: Attend
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%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 36%
- KEV
- Not listed
Published
March 23, 2026
Last Modified
June 17, 2026
Advisory Details (4)
Auto-updated Aug 2, 2026Denial of Service in cbor2 via Deeply Nested CBOR Structures · Advisory · agronholm/cbor2 · GitHub
https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h6425.9.0
Patch available: agronholm/cbor2 5.9.0
https://github.com/agronholm/cbor2/releases/tag/5.9.0Set default read_size to 1 for backwards compatibility
Patch available: agronholm/cbor2 5.9.0 (PR #275 merged 2026-02-28)
https://github.com/agronholm/cbor2/pull/275commit e61a5f365ba6 (agronholm/cbor2)
Patch available: agronholm/cbor2 5.9.0 (contains commit e61a5f365ba6)
https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294bVendor Advisories for CVE-2026-26209(5)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:19725Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat AI Inference Server 3.2.2 (ROCm)
- RHSA-2026:19724Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat AI Inference Server 3.2.2 (CUDA)
- RHSA-2026:16174Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat AI Inference Server 3.3.3 (Spyre)
- RHSA-2026:16030Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat AI Inference Server 3.3.3 (CUDA)
- RHSA-2026:16009Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat AI Inference Server 3.3.3 (ROCm)
Patch Availability(5)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | rhaiis/vllm-cuda-rhel9:1779223654 | 2026-05-20 | redhat |
| redhat | rhaiis/vllm-rocm-rhel9:1779223651 | 2026-05-20 | redhat |
| redhat | rhaiis/vllm-spyre-rhel9:1778244546 | 2026-05-12 | redhat |
| redhat | rhaiis/vllm-rocm-rhel9:1778244531 | 2026-05-11 | redhat |
| redhat | rhaiis/vllm-cuda-rhel9:1778274666 | 2026-05-11 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(5 across 5 ecosystems)
Debian:11(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| cbor2 | 5.2.0-4 ... 6.1.2-2 (27 versions) | — | — |
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| cbor2 | 5.4.6-1 ... 6.1.2-2 (20 versions) | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| cbor2 | 5.6.5-1 ... 6.1.2-2 (12 versions) | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| cbor2 | 5.6.5-1 ... 5.8.0-3 (6 versions) | 5.9.0-1 | — |
PyPI(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| cbor2 | 1.0.0 ... 5.8.0 (40 versions) | 5.9.0 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 7× in last 7d / 27× 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-09-18 19:28 UTCEPSS rescore
- 2026-09-18 19:27 UTCEPSS rescore
- 2026-09-17 19:30 UTCEPSS rescore
- 2026-09-16 14:07 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-13 16:47 UTCEPSS rescore
- 2026-09-12 15:01 UTCEPSS rescore
- 2026-09-11 14:52 UTCEPSS rescore
- 2026-09-10 09:34 UTCEPSS rescore
- 2026-09-08 22:00 UTCEPSS rescore
- 2026-09-07 16:01 UTCEPSS rescore
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-04 05:06 UTCEPSS rescore
- 2026-09-02 16:08 UTCOSV refresh
- 2026-09-02 14:11 UTCEPSS rescore
- 2026-09-01 13:53 UTCEPSS rescore
- 2026-09-01 04:39 UTCEPSS rescore
- 2026-08-30 19:17 UTCEPSS rescore
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-28 21:41 UTCEPSS rescore
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 13:48 UTCEPSS rescore
- 2026-08-23 00:19 UTCEPSS rescore
Show 53 moreShow fewer
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 17:03 UTCEPSS rescore
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 10:46 UTCEG score recompute
- 2026-08-16 10:46 UTCVendor advisory
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 19:45 UTCVendor advisory
- 2026-08-14 06:57 UTCEG score recompute
- 2026-08-14 06:57 UTCVendor advisory
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 21:39 UTCEG score recompute
- 2026-08-12 21:39 UTCVendor advisory
- 2026-08-12 13:50 UTCEPSS rescore
- 2026-08-11 21:13 UTCEG score recompute
- 2026-08-11 21:13 UTCVendor advisory
- 2026-08-11 13:42 UTCEPSS rescore
- 2026-08-11 04:16 UTCEG score recompute
- 2026-08-11 04:16 UTCVendor advisory
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-10 04:36 UTCVendor advisory
- 2026-08-09 17:34 UTCEG score recompute
- 2026-08-09 17:34 UTCVendor advisory
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-09 06:33 UTCEG score recompute
- 2026-08-09 06:33 UTCVendor advisory
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-08 03:56 UTCVendor advisory
- 2026-08-07 16:55 UTCEG score recompute
- 2026-08-07 16:55 UTCVendor advisory
- 2026-08-06 19:11 UTCEG score recompute
- 2026-08-06 19:11 UTCVendor advisory
- 2026-08-06 13:46 UTCEPSS rescore
- 2026-08-06 01:17 UTCEG score recompute
- 2026-08-06 01:17 UTCVendor advisory
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 15:10 UTCEPSS rescore
- 2026-08-04 00:00 UTCEG score recompute
- 2026-08-04 00:00 UTCVendor advisory
- 2026-08-03 10:36 UTCEPSS rescore
- 2026-08-02 15:54 UTCEG score recompute
- 2026-08-02 15:54 UTCVendor advisory
- 2026-08-02 02:26 UTCEPSS rescore
- 2026-08-01 04:16 UTCEPSS rescore
- 2026-07-30 16:27 UTCEPSS rescore
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-28 15:36 UTCEPSS rescore
- 2026-07-27 12:50 UTCEG score recompute
- 2026-07-27 12:50 UTCVendor advisory
- 2026-07-27 12:50 UTCOSV refresh
Related CVEs(same vendor + same CWE)
Same vendor
10 shownredhat
- CVE-2001-0825EG 10.0HIGH
- CVE-2001-1009EG 10.0EPSS p93HIGH
- CVE-2001-0554EG 10.0EPSS p99HIGH
- CVE-2001-1162EG 10.0EPSS p96HIGH
- CVE-2001-0414EG 10.0EPSS p100HIGH
- CVE-2001-0191EG 10.0EPSS p92HIGH
- CVE-2001-0301EG 10.0EPSS p91HIGH
- CVE-2001-0197EG 10.0EPSS p96HIGH
- CVE-2001-0233EG 10.0EPSS p96HIGH
- CVE-2001-0010EG 10.0EPSS p98HIGH
Frequently asked(5)
What is CVE-2026-26209?
When was CVE-2026-26209 disclosed?
Is CVE-2026-26209 actively exploited?
What is the CVSS score of CVE-2026-26209?
How do I remediate CVE-2026-26209?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-26209
Is Your Infrastructure Affected by CVE-2026-26209?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.