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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-64076— cbor2 安全漏洞

一分钟漏洞结论

影响对象
n/a n/a
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

cbor2是Alex Grönholm个人开发者的一个具有广泛标签支持的二进制对象表示序列化格式编码和解码的库。 cbor2 5.7.0及之前版本存在安全漏洞,该漏洞源于decode_definite_long_string函数整数下溢和内存泄漏,可能导致越界读取和资源耗尽。

CVSS 7.5 · High EPSS 0.46% · P38

可能的 ATT&CK 技术 1 AI

T1496 · Resource Hijacking
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2025-64076 基础信息

漏洞信息

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

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

Vulnerability Title
N/A
来源: CVE Program / CVE List V5
Vulnerability Description
Multiple vulnerabilities exist in cbor2 through version 5.7.0 in the decode_definite_long_string() function of the C extension decoder (source/decoder.c): (1) Integer Underflow Leading to Out-of-Bounds Read (CWE-191, CWE-125): An incorrect variable reference and missing state reset in the chunk processing loop causes buffer_length to not be reset to zero after UTF-8 character consumption. This results in subsequent chunk_length calculations producing negative values (e.g., chunk_length = 65536 - buffer_length), which are passed as signed integers to the read() method, potentially triggering unlimited read operations and resource exhaustion. (2) Memory Leak via Missing Reference Count Release (CWE-401): The main processing loop fails to release Python object references (Py_DECREF) for chunk objects allocated in each iteration. For CBOR strings longer than 65536 bytes, this causes cumulative memory leaks proportional to the payload size, enabling memory exhaustion attacks through repeated processing of large CBOR payloads. Both vulnerabilities can be exploited remotely without authentication by sending specially-crafted CBOR data containing definite-length text strings with multi-byte UTF-8 characters positioned at 65536-byte chunk boundaries. Successful exploitation results in denial of service through process crashes (CBORDecodeEOF exceptions) or memory exhaustion. The vulnerabilities affect all applications using cbor2's C extension to process untrusted CBOR data, including web APIs, IoT data collectors, and message queue processors. Fixed in commit 851473490281f82d82560b2368284ef33cf6e8f9 pushed with released version 5.7.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
cbor2 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
cbor2是Alex Grönholm个人开发者的一个具有广泛标签支持的二进制对象表示序列化格式编码和解码的库。 cbor2 5.7.0及之前版本存在安全漏洞,该漏洞源于decode_definite_long_string函数整数下溢和内存泄漏,可能导致越界读取和资源耗尽。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
- n/a n/a -

二、漏洞 CVE-2025-64076 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 7615 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2025-64076 的情报信息

登录查看更多情报信息。

CVE-2025-64076 补丁与修复 (1)

同批安全公告 · n/a · 2025-11-18 · 共 35 条

CVE-2025-63892 SourceCodester Student Grades Management System 安全漏洞
CVE-2025-63225 Eurolab ELTS100_UBX 安全漏洞
CVE-2025-63215 Sound4 IMPACT 安全漏洞
CVE-2025-63800 opensourcepos 安全漏洞
CVE-2025-63258 H3C ERG3 Series 安全漏洞
CVE-2025-63828 Backdrop CMS 安全漏洞
CVE-2025-63512 Hospital Management System 安全漏洞
CVE-2025-63408 iSpy Agent DVR 安全漏洞
CVE-2025-63749 PNETLab 安全漏洞
CVE-2025-63226 Sencore SMP100 安全漏洞
CVE-2025-63603 MCP Server for Data Exploration 安全漏洞
CVE-2025-63514 Hospital Management System 安全漏洞
CVE-2025-63217 Itel DAB MUX 安全漏洞
CVE-2025-63228 DB Electronica Mozart FM Transmitter 安全漏洞
CVE-2025-63883 E-commerce 安全漏洞
CVE-2025-60455 Modular Platform 安全漏洞
CVE-2025-55796 OpenML Frontend 安全漏洞
CVE-2025-63227 DB Electronica Mozart FM Transmitter 安全漏洞
CVE-2025-54321 Ascertia SigningHub 安全漏洞
CVE-2025-56527 Cinnamon kotaemon 安全漏洞

显示前 20 条,共 35 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2025-64076

暂无评论


发表评论