CVE-2026-26209 Vulnerability Analysis & Exploit Details

CVE-2026-26209
Vulnerability Scoring

7.5
/10
Very High Risk

Highly exploitable, CVE-2026-26209 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-26209 Details

Status: Analyzed

Last updated: 🕠 25 Mar 2026, 17:56 UTC
Originally published on: 🕖 23 Mar 2026, 19:16 UTC

Time between publication and last update: 1 days

CVSS Release: version 3

CVSS3 Source

security-advisories@github.com

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVE-2026-26209 Vulnerability Summary

CVE-2026-26209: 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.

Assessing the Risk of CVE-2026-26209

Access Complexity Graph

The exploitability of CVE-2026-26209 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-26209

With low attack complexity and no required privileges, CVE-2026-26209 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-26209, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-26209, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2026-26209 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2026-26209 poses no threat to data integrity.
  • Availability: High
    CVE-2026-26209 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-26209 References

External References

CWE Common Weakness Enumeration

CWE-674

CAPEC Common Attack Pattern Enumeration and Classification

  • Serialized Data with Nested Payloads CAPEC-230 Applications often need to transform data in and out of a data format (e.g., XML and YAML) by using a parser. It may be possible for an adversary to inject data that may have an adverse effect on the parser when it is being processed. Many data format languages allow the definition of macro-like structures that can be used to simplify the creation of complex structures. By nesting these structures, causing the data to be repeatedly substituted, an adversary can cause the parser to consume more resources while processing, causing excessive memory consumption and CPU utilization.
  • Oversized Serialized Data Payloads CAPEC-231 An adversary injects oversized serialized data payloads into a parser during data processing to produce adverse effects upon the parser such as exhausting system resources and arbitrary code execution.

Vulnerable Configurations

  • cpe:2.3:a:agronholm:cbor2:1.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:1.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:1.1.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:1.1.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:2.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:2.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:3.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:3.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:3.0.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:3.0.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:3.0.2:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:3.0.2:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:3.0.3:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:3.0.3:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:3.0.4:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:3.0.4:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.0.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.0.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.1.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.1.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.1.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.1.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.1.2:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.1.2:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.2.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.2.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.2.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.2.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:4.2.2:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:4.2.2:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.0.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.0.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.0.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.0.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.1.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.1.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.1.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.1.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.1.2:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.1.2:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.2.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.2.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.3.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.3.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.4.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.4.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.4.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.4.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.4.2:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.4.2:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.4.3:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.4.3:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.4.4:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.4.4:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.4.5:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.4.5:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.4.6:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.4.6:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.5.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.5.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.5.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.5.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.6.0:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.6.0:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.6.1:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.6.1:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.6.2:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.6.2:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.6.3:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.6.3:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.6.4:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.6.4:*:*:*:*:python:*:*
  • cpe:2.3:a:agronholm:cbor2:5.6.5:*:*:*:*:python:*:*
    cpe:2.3:a:agronholm:cbor2:5.6.5:*:*:*:*:python:*:*

Protect Your Infrastructure against CVE-2026-26209: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-4867 – Impact: A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is n...
  • CVE-2026-3116 – Mattermost Plugins versions <=11.4 11.0.4 11.1.3 11.3.2 10.11.11.0 fail to validate incoming request size which allows an authenticated attacker to...
  • CVE-2026-3115 – Mattermost versions 11.2.x <= 11.2.2, 10.11.x <= 10.11.10, 11.4.x <= 11.4.0, 11.3.x <= 11.3.1 fail to apply view restrictions when retrieving group...
  • CVE-2026-3114 – Mattermost versions 11.4.x <= 11.4.0, 11.3.x <= 11.3.1, 11.2.x <= 11.2.3, 10.11.x <= 10.11.11 fail to validate decompressed archive entry sizes dur...
  • CVE-2026-3113 – Mattermost versions 11.4.x <= 11.4.0, 11.3.x <= 11.3.1, 11.2.x <= 11.2.3, 10.11.x <= 10.11.11 fail to set permissions on downloaded bulk export whi...