CVE-2026-44291

Severity CVSS v4.0:
Pending analysis
Type:
CWE-94 Code Injection
Publication date:
13/05/2026
Last modified:
14/05/2026

Description

protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.5.6 and 8.0.2, protobufjs used plain objects with inherited prototypes for internal type lookup tables used by generated encode and decode functions. If Object.prototype had already been polluted, those lookup tables could resolve attacker-controlled inherited properties as valid protobuf type information. This could cause attacker-controlled strings to be emitted into generated JavaScript code. This vulnerability is fixed in 7.5.6 and 8.0.2.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:protobufjs_project:protobufjs:*:*:*:*:*:node.js:*:* 7.5.6 (excluding)
cpe:2.3:a:protobufjs_project:protobufjs:*:*:*:*:*:node.js:*:* 8.0.0 (including) 8.0.2 (excluding)