CVE-2026-54269Medium· 5.3▾ Sunlitprotobufjs : Schema-derived names can shadow runtime-significant properties
▾ Sunlit zone — Low / medium · no exploitation signal
impact 29.2 · 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.2%
0.2% → 0.4%
protobufjs accepted certain schema-derived names that could collide with properties used by protobufjs runtime helpers. The known affected names are fields named hasOwnProperty, field or oneof names such as $type when loaded through protobufjs JSON/reflection descriptors, and service methods whose generated helper name is rpcCall.
When affected message or service types were used, protobufjs could read schema-controlled data where it expected an own-property helper, reflected type metadata, or the base RPC helper. This could cause deterministic exceptions or recursive calls in affected decode post-checks, verification, object conversion, reflected JSON serialization, or protobufjs RPC helper invocation.
An attacker who can provide or influence protobuf schemas or protobufjs JSON descriptors may be able to make affected message or service types unusable, resulting in denial of service for the affected processing path.
Applications using only trusted schemas are affected only if those schemas contain one of the problematic names and the application reaches the affected API path.
The issue is not known to allow code execution by itself.
hasOwnProperty,$type through protobufjs JSON/reflection descriptor input,rpcCall.verify, or toObject for hasOwnProperty; reflected message JSON serialization for $type; or protobufjs RPC service invocation for rpcCall.Do not load protobuf schemas or protobufjs JSON descriptors from untrusted sources with affected versions. If untrusted schemas or descriptors must be accepted, validate schema-derived field, oneof, and service method names before loading and reject the problematic names described above.
Applications using trusted schemas can avoid the issue by renaming affected fields or service methods, or by avoiding the affected API path.
protobufjs <= 7.6.2protobufjs-cli >= 2.0.0, <= 2.5.0protobufjs-cli <= 1.3.2protobufjs >= 8.0.0, <= 8.5.0Upgrade to a patched release:
protobufjs 7.6.3protobufjs-cli 2.5.1protobufjs-cli 1.3.3protobufjs 8.6.0Connected by shared product, vendor, weakness, or advisory.
CVE-2026-48712High· 7.5protobufjs: Denial of service through unbounded Any expansion during JSON conversion
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