๐Ÿ” CVE Alert

CVE-2026-54270

MEDIUM 5.3

protobufjs: Memory amplification from preserved unknown fields in binary decode

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

protobufjs compiles protobuf definitions into JavaScript (JS) functions. From 8.2.0 to 8.4.2, protobufjs preserved unknown wire elements in message.$unknowns and did not provide a decode-time option to discard unknown fields before retaining them. A crafted protobuf payload containing many unknown fields could therefore cause a decoded message to retain substantially more memory than the input size would suggest, even when unknown-field round-tripping is not needed. protobufjs 8.5.0 added the relevant decode-time options, allowing applications that decode untrusted protobuf data to disable unknown-field retention during decode. protobufjs 8.6.2 flips the default so unknown fields are discarded unless explicitly opted into.

CWE CWE-770
Vendor protobufjs
Product protobuf.js
Published Jun 22, 2026
Stay Ahead of the Next One

Get instant alerts for protobufjs protobuf.js

Be the first to know when new medium vulnerabilities affecting protobufjs protobuf.js are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

protobufjs / protobuf.js
>=8.2.0, < 8.5.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-94rc-8x27-4472