CVE-2026-48712High· 7.5▾ Twilightprotobufjs: Denial of service through unbounded Any expansion during JSON conversion
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 41.3 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Jul 7.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via GHSA
0.3%
0.3% → 0.5%
protobufjs could recurse without a depth limit while converting decoded messages to plain objects or JSON. This affected generated toObject() conversion and the custom google.protobuf.Any JSON conversion path.
A crafted protobuf binary payload containing deeply nested Any values could cause the JavaScript call stack to be exhausted during conversion to JSON.
An attacker who can provide protobuf binary data decoded by an application may be able to crash the process or otherwise cause message conversion to fail with a stack overflow.
This affects applications that decode untrusted protobuf input containing google.protobuf.Any values and then convert decoded messages to JSON or plain objects with JSON conversion enabled, for example through JSON.stringify(message), Message#toJSON(), or Type.toObject(message, { json: true }).
Applications that only decode and re-encode protobuf binary data without converting decoded messages to JSON are not directly affected by this issue.
google.protobuf.Any, and the referenced type_url must resolve to a message type in the loaded protobuf root.Any values that are expanded during conversion.Avoid converting untrusted protobuf messages containing google.protobuf.Any values to JSON with affected versions. If immediate upgrade is not possible, reject or limit messages with deeply nested Any payloads at an outer protocol boundary where feasible, avoid JSON conversion of untrusted Any values, or isolate message conversion in a process that can be safely restarted.
protobufjs <= 7.6.0protobufjs >= 8.0.0, <= 8.4.0Upgrade to a patched release:
protobufjs 7.6.1protobufjs 8.4.1Connected by shared product, vendor, weakness, or advisory.
CVE-2026-54269Medium· 5.3protobufjs : Schema-derived names can shadow runtime-significant properties
CVE-2026-44289High· 7.5protobufjs compiles protobuf definitions into JavaScript (JS) functions
CVE-2026-54270Medium· 5.3protobufjs: Memory amplification from preserved unknown fields in binary decode
CVE-2026-59876Medium· 4.8protobufjs compiles protobuf definitions into JavaScript (JS) functions
CVE-2026-41242Critical· 9.8protobufjs compiles protobuf definitions into JavaScript (JS) functions
CVE-2026-44293High· 8.8protobufjs compiles protobuf definitions into JavaScript (JS) functions