CVE-2026-33863
March 26, 2026
Impact Two unguarded prototype pollution paths exist, not covered by previous fixes: 1. "config.load()" / "config.loadFile()" — "overlay()" recursively merges config data without checking for forbidden keys. Input containing" proto" or "constructor.prototype" (e.g. from a JSON file) causes the recursion to reach "Object.prototype" and write attacker-controlled values onto it. 2. Schema initialization — passing a schema with "constructor.prototype.*" keys to "convict({...})" causes default-value propagation to write directly to "Object.prototype" at startup. Depending on how polluted properties are consumed, impact ranges from unexpected behavior to authentication bypass or RCE. Workarounds Do not pass untrusted data to load(), loadFile(), or convict(). Resources Prior advisory: "GHSA-44fc-8fm5-q62h" (https://github.com/mozilla/node-convict/security/advisories/GHSA-44fc-8fm5-q62h) Related issue: "https://github.com/mozilla/node-convict/issues/423" (https://github.com/mozilla/node-convict/issues/423)
Affected Packages
convict (NPM):
Affected version(s) >=0.0.1 <6.2.5Fix Suggestion:
Update to version 6.2.5convict (NPM):
Affected version(s) >=0.0.1 <6.2.5Fix Suggestion:
Update to version 6.2.5convict (NPM):
Affected version(s) >=0.0.1 <6.2.5Fix Suggestion:
Update to version 6.2.5Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
9.4
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
9.3
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')