Description
Immutable.js provides many Persistent Immutable data structures. Prior to versions 3.8.3, 4.3.7, and 5.1.5, Prototype Pollution is possible in immutable via the mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject() APIs. This issue has been patched in versions 3.8.3, 4.3.7, and 5.1.5.
Problem types
CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Product status
< 4.3.7
< 5.1.5
References
github.com/...ble-js/security/advisories/GHSA-wf6x-7x77-mvgw
github.com/immutable-js/immutable-js/releases/tag/v3.8.3
github.com/immutable-js/immutable-js/releases/tag/v4.3.8
github.com/immutable-js/immutable-js/releases/tag/v5.1.5