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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-48802— python-engineio 线程分配漏洞导致拒绝服务

CVSS 7.5 · High

影响版本矩阵 1

厂商产品版本范围状态
miguelgrinbergpython-engineio< 4.13.2affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
python-engineio has unbound thread allocation that can cause denial of service
来源: CVE Program / CVE List V5
Vulnerability Description
python-engineio is a Python implementation of the Engine.IO realtime client and server. Prior to version 4.13.2, an attacker can cause the creation of unnecessary background threads in the python-engineio server by exploiting the heartbeat mechanism, which launches a thread when a new connection is received, and when the client sends a PONG packet. This issue primarily affects synchronous servers. Asynchronous servers allocate background tasks instead of physical threads, which are lightweight and less likely to cause denial of service. However, the fix that was implemented was also applied to the asynchronous case. Version 4.13.2 addresses this issue as follows: The initial background thread (or async task( for heartbeat management is only launched if a client passes authentication in the `connect` handler; and the server now ensures that there is only one background heatbeat thread (or async task) per client at a given point in time. Out of sequence PONG packets are now discarded when an active heartbeat thread is already running.
来源: 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
不加限制或调节的资源分配
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
miguelgrinbergpython-engineio < 4.13.2 -

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

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

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

登录查看更多情报信息。

CVE-2026-48802 厂商安全公告 (2)

同批安全公告 · miguelgrinberg · 2026-08-11 · 共 3 条

CVE-2026-488097.5 HIGHpython-engineio 拒绝服务漏洞
CVE-2026-488047.5 HIGHpython-socketio 二进制附件累积导致拒绝服务漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-48802

暂无评论


发表评论