Prototype Pollution in the merge and clone helper methods
Description
Published by the National Vulnerability Database
Sep 17, 2021
Reviewed
Sep 17, 2021
Published to the GitHub Advisory Database
Sep 20, 2021
Last updated
Jan 30, 2023
Impact
Using
merge
andclone
helper methods in thesrc/core/util.ts
module will have prototype pollution. It will affect the popular data visualization library Apache ECharts, which is using and exported these two methods directly.Patches
It has been patched in ecomfe/zrender#826.
Users should update zrender to
5.2.1
. and update echarts to5.2.1
if project is using echarts.References