UBUNTU-CVE-2026-26209

Source
https://ubuntu.com/security/CVE-2026-26209
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-26209.json
JSON Data
https://api.osv.dev/v1/vulns/UBUNTU-CVE-2026-26209
Upstream
Published
2026-03-23T19:16:00Z
Modified
2026-05-20T16:24:48.974230455Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
  • Ubuntu - medium
Summary
[none]
Details

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.

References

Affected packages

Ubuntu:22.04:LTS / cbor2

Package

Name
cbor2
Purl
pkg:deb/ubuntu/cbor2?arch=source&distro=jammy

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

5.*
5.2.0-4
5.2.0-4build1
5.4.2-1
5.4.2-1build1

Ecosystem specific

{
    "binaries": [
        {
            "binary_name": "python3-cbor2",
            "binary_version": "5.4.2-1build1"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-26209.json"

Ubuntu:24.04:LTS / cbor2

Package

Name
cbor2
Purl
pkg:deb/ubuntu/cbor2?arch=source&distro=noble

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

5.*
5.4.6-2
5.4.6-2build1
5.5.1-1
5.6.0-1
5.6.1-1
5.6.2-1
5.6.2-1build1

Ecosystem specific

{
    "binaries": [
        {
            "binary_name": "python3-cbor2",
            "binary_version": "5.6.2-1build1"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-26209.json"

Ubuntu:25.10 / cbor2

Package

Name
cbor2
Purl
pkg:deb/ubuntu/cbor2?arch=source&distro=questing

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

5.*
5.6.5-1build1

Ecosystem specific

{
    "binaries": [
        {
            "binary_name": "python3-cbor2",
            "binary_version": "5.6.5-1build1"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-26209.json"

Ubuntu:26.04:LTS / cbor2

Package

Name
cbor2
Purl
pkg:deb/ubuntu/cbor2?arch=source&distro=resolute

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

5.*
5.6.5-1build1
5.7.0-1
5.7.1-1
5.8.0-1
5.8.0-2ubuntu1

Ecosystem specific

{
    "binaries": [
        {
            "binary_name": "python3-cbor2",
            "binary_version": "5.8.0-2ubuntu1"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-26209.json"