ProtobufjsApplication · Protobufjs Project

CVE-2026-44290

HIGH · 7.5 CVSS v3.1 Published 2026-05-13
Fix available
A fix is available. Upgrade to 7.5.6 / 8.0.2 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.5.6 and 8.0.2, protobufjs allowed certain schema option paths to traverse through inherited object properties while applying options. A crafted protobuf schema or JSON descriptor could cause option handling to write to properties on global JavaScript constructors, corrupting process-wide built-in functionality. This vulnerability is fixed in 7.5.6 and 8.0.2.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

protobufjs versions prior to 7.5.6 and 8.0.2 contain a prototype pollution vulnerability where schema option paths traverse inherited object properties during option application. A crafted protobuf schema or JSON descriptor can write to properties on global JavaScript constructors (like Object.prototype), corrupting process-wide built-in functionality.

MitigationUpgrade protobufjs to version 7.5.6 or 8.0.2 or later. Audit existing protobuf schemas and JSON descriptors for malicious option paths that could traverse to inherited/global properties.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
ProtobufjsApplication
Affected:< 7.5.6>= 8.0.0, < 8.0.2

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed protobufjs version
    Run 'npm list protobufjs' or check package.json dependencies to see the exact version of protobufjs installed in your project
    Affected if The version is less than 7.5.6, or greater than or equal to 8.0.0 but less than 8.0.2
  2. Find protobuf schema loading code
    Search your codebase for calls to protobufjs load/loadSync methods or JSON descriptor parsing functions that process .proto files or descriptor JSON files
    Affected if Your application loads or parses protobuf schemas from external or untrusted sources
  3. Check for JSON descriptor processing
    Inspect any code that uses protobufjs to parse JSON descriptors, particularly with the 'any' or 'option' fields being processed
    Affected if JSON descriptors with option fields are being processed by protobufjs
  4. Inspect Object.prototype for unexpected properties
    Run 'console.log(Object.keys(Object.prototype))' or check if new properties appear on Object.prototype that were not intentionally added
    Affected if Object.prototype contains unexpected or malicious properties that were not explicitly set by your code
  5. Audit constructor modifications
    Check other built-in constructors (Array, Function, String, etc.) for unexpected properties that could indicate prototype pollution has occurred
    Affected if Any built-in constructors have additional properties that were not intentionally defined

You are affected if protobufjs version is below 7.5.6 or between 8.0.0 and 8.0.2, and your application processes protobuf schemas or JSON descriptors, especially from untrusted sources.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 7.5.6 / 8.0.2 or later
Fixed in 7.5.68.0.2
Interim mitigation

Upgrade protobufjs to version 7.5.6 or 8.0.2 or later. Audit existing protobuf schemas and JSON descriptors for malicious option paths that could traverse to inherited/global properties.

Recommended fix High confidence

protobufjs 7.5.6 or later (7.x branch); protobufjs 8.0.2 or later (8.x branch)

  1. Check the current version of protobufjs in your project by running `npm list protobufjs` or reviewing package.json
  2. Update the protobufjs dependency in package.json to version 7.5.6 or higher (if on the 7.x line), or version 8.0.2 or higher (if on the 8.x line)
  3. Run `npm update protobufjs` or `npm install` to install the fixed version
  4. Verify the installed version matches the expected fixed version using `npm list protobufjs`
  5. Test your application thoroughly to ensure the protobuf functionality works correctly with the updated library

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Protobufjs Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing4.0 h
  • Review / QA2.0 h
10.0 hours of engineering $1,720
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,752.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-44290 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-44290 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data