Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-64076

Quick assessment

Affected
n/a n/a
Exploitation
Public or AI PoC available; prioritize validation
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

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

CVSS 7.5 · High EPSS 0.46% · P38

Possible ATT&CK Techniques 1 AI

T1496 · Resource Hijacking
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2025-64076

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
N/A
Source: 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.
Source: 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
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
cbor2 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
cbor2是Alex Grönholm个人开发者的一个具有广泛标签支持的二进制对象表示序列化格式编码和解码的库。 cbor2 5.7.0及之前版本存在安全漏洞,该漏洞源于decode_definite_long_string函数整数下溢和内存泄漏,可能导致越界读取和资源耗尽。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
- n/a n/a -

II. Public POCs for CVE-2025-64076

# POC Description Source Link Shenlong Link
AI-Generated POC Premium
Qwen3.6-35B-A3B · 11214 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2025-64076

登录查看更多情报信息。

Patches & Fixes for CVE-2025-64076 (1)

Same Patch Batch · n/a · 2025-11-18 · 35 CVEs total

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 安全漏洞

Showing top 20 of 35 CVEs. View all on vendor page → →

IV. Related Vulnerabilities

V. Comments for CVE-2025-64076

No comments yet


Leave a comment