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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-71429— stream-json 嵌套输入下过滤器致事件循环阻塞

一分钟漏洞结论

影响对象
uhop stream-json
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

stream-json 是一个用于处理 JSON 和 JSONC 的流式组件微型库,具有极低的内存占用。在 3.5.0 版本之前,位于 中的路径过滤器 、 、 和 在处理每个可检查 token 时,都会根据嵌套栈重新计算完整的路径字符串。由于栈的长度等于当前的嵌套深度,而每一层嵌套都会产生一个可检查 token,因此处理一个深度为 D 的文档的时间复杂度为 O(D²),而不是 O(D)。该问题是由嵌套深度而非数据量触发的,包括文档中记录的 直到匹配为止的遍历路径。因此,一个将不受信任的 JSON 通过字符串或正则表

CVSS 6.2 · Medium

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
stream-json: pick/ignore/filter/replace filters are O(depth²) on nested input — small crafted JSON blocks the event loop for seconds→minutes (DoS)
来源: CVE Program / CVE List V5
Vulnerability Description
stream-json is a micro-library of stream components for processing JSON and JSONC with a minimal memory footprint. Prior to 3.5.0, the path filters pick, ignore, filter, and replace in src/core/filters/filter-base.js recompute the full path string from the nesting stack for every checkable token. Because the stack length equals the current nesting depth and a checkable token is emitted at every level, a depth D document costs O(D²) rather than O(D) to process. The issue is triggered by nesting depth rather than byte volume, including the documented pick({filter: 'data'}) traversal-until-match path, so an application that sends untrusted JSON through a string or RegExp filter can block the Node.js event loop and cause denial of service with a small deeply nested document. The streamArray, streamObject, and streamValues streamers are not affected because they use the constant-time asm.depth getter. This issue is fixed in version 3.5.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/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 订阅
uhop stream-json < 3.5.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-71429 补丁与修复 (1)

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-71429

暂无评论


发表评论