Back to list

protobuf.js: Prototype injection in generated message constructors — CVE-2026-44292

GitHub · GitHub · CVE-2026-44292

ID
CVE-2026-44292
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
5.3

Summary

## Summary protobufjs generated message constructors copied enumerable properties from a provided properties object without filtering the `__proto__` key. If an application constructed a message from an attacker-controlled plain object, an own enumerable `__proto__` property could alter the prototype of that individual message instance. ## Impact An attacker who can control the properties object passed to a…

Product

npm: protobufjs

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories