CVE-2021-39227

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.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:baidu:zrender:*:*:*:*:*:*:*:*

History

10 Sep 2022, 02:45

Type Values Removed Values Added
CWE CWE-915 CWE-1321

29 Sep 2021, 19:38

Type Values Removed Values Added
CWE CWE-915
CVSS v2 : unknown
v3 : 6.2
v2 : 7.5
v3 : 9.8
CPE cpe:2.3:a:baidu:zrender:*:*:*:*:*:*:*:*
References (MISC) https://github.com/ecomfe/zrender/releases/tag/5.2.1 - (MISC) https://github.com/ecomfe/zrender/releases/tag/5.2.1 - Release Notes, Third Party Advisory
References (CONFIRM) https://github.com/ecomfe/zrender/security/advisories/GHSA-fhv8-fx5f-7fxf - (CONFIRM) https://github.com/ecomfe/zrender/security/advisories/GHSA-fhv8-fx5f-7fxf - Third Party Advisory
References (MISC) https://github.com/ecomfe/zrender/pull/826 - (MISC) https://github.com/ecomfe/zrender/pull/826 - Patch, Third Party Advisory

17 Sep 2021, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2021-09-17 14:15

Updated : 2023-12-10 14:09


NVD link : CVE-2021-39227

Mitre link : CVE-2021-39227

CVE.ORG link : CVE-2021-39227


JSON object : View

Products Affected

baidu

  • zrender
CWE
CWE-1321

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