protobufjs: Denial of Service via unbounded recursive JSON descriptor expansion
- Severity:
- Medium
Description
protobufjs could recurse without a depth limit while expanding nested JSON descriptors through Root.fromJSON() and Namespace.addJSON().
A crafted JSON descriptor with deeply nested namespace definitions could cause the JavaScript call stack to be exhausted during descriptor loading.
Recommendation
Update the protobufjs package to the latest compatible version. Followings are version details:
Affected version(s): **>= 8.0.0, < 8.2.0 <= 7.5.7** Patched version(s): **8.2.0 7.5.8**
References
Related Issues
- Parse Server affected by denial-of-service via unbounded query complexity in REST and GraphQL API - CVE-2026-30946
- protobuf.js: Denial of service through unbounded protobuf recursion - CVE-2026-44289
- Nuxt OG Image is vulnerable to Denial of Service via unbounded image dimensions - CVE-2026-34404
- Parse Server has Denial of Service (DoS) and Cloud Function Dispatch Bypass via Prototype Chain Resolution - CVE-2026-30939
You might also like:
- Tags:
- npm
- protobufjs
Anything's wrong? Let us know Last updated on May 19, 2026


