CVE-2026-71429
Last modified
CVE-2026-71429 is a medium-severity vulnerability rated 6.2/10 on the CVSS scale. 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. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| uhop | stream-json | < 3.5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-71429?
How severe is CVE-2026-71429?
How do I fix CVE-2026-71429?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-71416Headroom compresses data before the data reaches a large lan…8.8
- CVE-2026-71417Lemur manages TLS certificate creation. Prior to 1.9.3, POST…7.3
- CVE-2026-71418Suricata is a network Intrusion Detection System, Intrusion …7.5
- CVE-2026-7142A vulnerability was determined in Wooey up to 0.13.2. The im…6.3
- CVE-2026-71424Onyx is an open-source AI platform. Prior to 3.1.10, 3.2.14,…9.6
- CVE-2026-71428The unstructured library provides open-source components for…9.3
- CVE-2026-7143A vulnerability was identified in 1000 Projects Portfolio Ma…6.3
- CVE-2026-71430node-re2 provides RE2 regular expression bindings for Node.j…6.2
- CVE-2026-71433LangGraph Checkpoint Postgres and SQLite Checkpoint are the …5.3
- CVE-2026-71434Statamic is a Laravel and Git powered content management sys…5.3
- CVE-2026-71435Statamic is a Laravel and Git powered content management sys…6.1
- CVE-2026-71436Mermaid is a JavaScript tool that uses Markdown-inspired tex…5.3
Are you affected by CVE-2026-71429?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
