Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55091
Published:June 19, 2026
Updated:August 27, 2026
"convert()" builds the nested tree by using each flat record's "id" and "parent" field values directly as object keys, with no guard against "__proto__" / "constructor" / "prototype". A record whose "parent" is the string ""__proto__"" makes "temp[parent]" resolve to "Object.prototype", and the following "initPush(...)" writes attacker-controlled data onto the global prototype. Any application that passes attacker-influenced records to "convert()" is affected, and the base prototype methods stay intact so the pollution is stealthy.
Affected Packages
https://github.com/joaonuno/flat-to-nested-js.git (GITHUB):
Affected version(s) >=v1.0.0 <v1.1.2
Fix Suggestion:
Update to version v1.1.2
flat-to-nested (NPM):
Affected version(s) >=0.0.1 <1.1.2
Fix Suggestion:
Update to version 1.1.2
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Improperly Controlled Modification of Dynamically-Determined Object Attributes