← Back
CWE-1321

536 CVEs • Abstraction: Variant

Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.

JSON object

Loading...

CVEs (536)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Baidu
1Zrender
Jun 17, 2026
Sep 17, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
ZRender is a lightweight graphic library providing 2d draw for Apache ECharts. In versions prior to 5.2.1, using `merge` and `clone` helper methods in the `src/core/util.ts` module results in prototype pollution. It affe...Show more
ZRender is a lightweight graphic library providing 2d draw for Apache ECharts. In versions prior to 5.2.1, using `merge` and `clone` helper methods in the `src/core/util.ts` module results in prototype pollution. It affects the popular data visualization library Apache ECharts, which uses and exports these two methods directly. The GitHub Security Advisory page for this vulnerability contains a proof of concept. This issue is patched in ZRender version 5.2.1. One workaround is available: Check if there is `__proto__` in the object keys. Omit it before using it as an parameter in these affected methods. Or in `echarts.util.merge` and `setOption` if project is using ECharts.Show less
1Cookiex Deep Project
1Cookiex Deep
Jun 17, 2026
Sep 17, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
This affects all versions of package @cookiex/deep. The global proto object can be polluted using the __proto__ object.
2Debian
Object Path Project
2Debian Linux
Object Path
Jun 17, 2026
Sep 17, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
object-path is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
18x8
1Jitsi Meet
Jun 17, 2026
Sep 15, 2021
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
Jitsi Meet is an open source video conferencing application. Versions prior to 2.0.6173 are vulnerable to client-side cross-site scripting via injecting properties into JSON objects that were not properly escaped. There...Show more
Jitsi Meet is an open source video conferencing application. Versions prior to 2.0.6173 are vulnerable to client-side cross-site scripting via injecting properties into JSON objects that were not properly escaped. There are no known incidents related to this vulnerability being exploited in the wild. This issue is fixed in Jitsi Meet version 2.0.6173. There are no known workarounds aside from upgrading.Show less
1Xml Body Parser Project
1Xml Body Parser
Jun 17, 2026
Sep 13, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
body-parser-xml is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
1Merge Project
1Merge
Jun 17, 2026
Sep 10, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
merge is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
1Objection Project
1Objection
Jun 17, 2026
Sep 6, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
objection.js is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
1Immer Project
1Immer
Jun 17, 2026
Sep 2, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
immer is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
1Merge Change Project
1Merge Change
Jun 17, 2026
Aug 11, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
All versions of package merge-change are vulnerable to Prototype Pollution via the utils.set function.
1Open Graph Project
1Open Graph
Jun 17, 2026
Aug 8, 2021
N/A· v4
9.8 CRITICAL· v3
5.0 MEDIUM· v2
This affects the package open-graph before 0.2.6. The function parse could be tricked into adding or modifying properties of Object.prototype using a __proto__ or constructor payload.
1Zope
2Accesscontrol
Zope
Jun 17, 2026
Aug 2, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
Zope is an open-source web application server. Zope versions prior to versions 4.6.3 and 5.3 have a remote code execution security issue. In order to be affected, one must use Python 3 for one's Zope deployment, run Zope...Show more
Zope is an open-source web application server. Zope versions prior to versions 4.6.3 and 5.3 have a remote code execution security issue. In order to be affected, one must use Python 3 for one's Zope deployment, run Zope 4 below version 4.6.3 or Zope 5 below version 5.3, and have the optional `Products.PythonScripts` add-on package installed. By default, one must have the admin-level Zope "Manager" role to add or edit Script (Python) objects through the web. Only sites that allow untrusted users to add/edit these scripts through the web are at risk. Zope releases 4.6.3 and 5.3 are not vulnerable. As a workaround, a site administrator can restrict adding/editing Script (Python) objects through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing these scripts through the web should be restricted to trusted users only. This is the default configuration in Zope.Show less
1Zope
1Accesscontrol
Jun 17, 2026
Jul 30, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
The module `AccessControl` defines security policies for Python code used in restricted code within Zope applications. Restricted code is any code that resides in Zope's object database, such as the contents of `Script (...Show more
The module `AccessControl` defines security policies for Python code used in restricted code within Zope applications. Restricted code is any code that resides in Zope's object database, such as the contents of `Script (Python)` objects. The policies defined in `AccessControl` severely restrict access to Python modules and only exempt a few that are deemed safe, such as Python's `string` module. However, full access to the `string` module also allows access to the class `Formatter`, which can be overridden and extended within `Script (Python)` in a way that provides access to other unsafe Python libraries. Those unsafe Python libraries can be used for remote code execution. By default, you need to have the admin-level Zope "Manager" role to add or edit `Script (Python)` objects through the web. Only sites that allow untrusted users to add/edit these scripts through the web - which would be a very unusual configuration to begin with - are at risk. The problem has been fixed in AccessControl 4.3 and 5.2. Only AccessControl versions 4 and 5 are vulnerable, and only on Python 3, not Python 2.7. As a workaround, a site administrator can restrict adding/editing `Script (Python)` objects through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing these scripts through the web should be restricted to trusted users only. This is the default configuration in Zope.Show less
1Deepmergefn Project
1Deepmergefn
Jun 17, 2026
Jul 28, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
All versions of package deepmergefn are vulnerable to Prototype Pollution via deepMerge function.
1Graphhopper
1Graphhopper
Jun 17, 2026
Jul 21, 2021
N/A· v4
4.3 MEDIUM· v3
4.3 MEDIUM· v2
This affects the package com.graphhopper:graphhopper-web-bundle before 3.2, from 4.0-pre1 and before 4.0. The URL parser could be tricked into adding or modifying properties of Object.prototype using a constructor or __p...Show more
This affects the package com.graphhopper:graphhopper-web-bundle before 3.2, from 4.0-pre1 and before 4.0. The URL parser could be tricked into adding or modifying properties of Object.prototype using a constructor or __proto__ payload.Show less
1Putil Merge Project
1Putil Merge
Jun 17, 2026
Jul 14, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Prototype pollution vulnerability in 'putil-merge' versions1.0.0 through 3.6.6 allows attacker to cause a denial of service and may lead to remote code execution.
1Just Safe Set Project
1Just Safe Set
Jun 17, 2026
Jul 7, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Prototype pollution vulnerability in ‘just-safe-set’ versions 1.0.0 through 2.2.1 allows an attacker to cause a denial of service and may lead to remote code execution.
1Ts Nodash Project
1Ts Nodash
Jun 17, 2026
Jul 2, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
All versions of package ts-nodash are vulnerable to Prototype Pollution via the Merge() function due to lack of validation input.
1Record Like Deep Assign Project
1Record Like Deep Assign
Jun 17, 2026
Jul 2, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
All versions of package record-like-deep-assign are vulnerable to Prototype Pollution via the main functionality.
1Thinkjs
1Think Helper
Jun 17, 2026
Jun 30, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
think-helper defines a set of helper functions for ThinkJS. In versions of think-helper prior to 1.1.3, the software receives input from an upstream component that specifies attributes that are to be initialized or updat...Show more
think-helper defines a set of helper functions for ThinkJS. In versions of think-helper prior to 1.1.3, the software receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype. The vulnerability is patched in version 1.1.3.Show less
1Lutils Project
1Lutils
Jun 17, 2026
Jun 17, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
All versions of package lutils are vulnerable to Prototype Pollution via the main (merge) function.