目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-26209— cbor2 安全漏洞

AI 预测 7.5 利用难度: 较易 EPSS 0.42% · P34
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-26209 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
cbor2 has a Denial of Service via Uncontrolled Recursion in cbor2.loads
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
未经控制的递归
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
cbor2 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
cbor2是Alex Grönholm个人开发者的一个具有广泛标签支持的二进制对象表示序列化格式编码和解码的库。 cbor2 5.9.0之前版本存在安全漏洞,该漏洞源于解码深度嵌套的CBOR结构时存在不受控制的递归,可能导致攻击者通过特制CBOR负载造成拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
agronholmcbor2 < 5.9.0 -

二、漏洞 CVE-2026-26209 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-26209 的情报信息

登录查看更多情报信息。

CVE-2026-26209 补丁与修复 (2)

CVE-2026-26209 厂商安全公告 (1)

CVE-2026-26209 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-26209

暂无评论


发表评论