CVE-2026-44289

protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.5.6 and 8.0.2, protobufjs could recurse without a depth limit while decoding nested protobuf data. This affected both skipping unknown group fields and generated decoding of nested message fields. A crafted protobuf binary payload could cause the JavaScript call stack to be exhausted during decoding. This vulnerability is fixed in 7.5.6 and 8.0.2.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:protobufjs_project:protobufjs:*:*:*:*:*:node.js:*:*
cpe:2.3:a:protobufjs_project:protobufjs:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2026-05-13 16:16

Updated : 2026-08-28 16:18


NVD link : CVE-2026-44289

Mitre link : CVE-2026-44289

CVE.ORG link : CVE-2026-44289


JSON object : View

Products Affected

protobufjs_project

  • protobufjs
CWE
CWE-674

Uncontrolled Recursion

CWE-606

Unchecked Input for Loop Condition