ghsa-fhv8-fx5f-7fxf
Vulnerability from github
Published
2021-09-20 19:53
Modified
2024-12-06 18:20
Summary
Prototype Pollution in the merge and clone helper methods
Details

Impact

Using merge and clone helper methods in the src/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 https://github.com/ecomfe/zrender/pull/826. Users should update zrender to 5.2.1. and update echarts to 5.2.1 if project is using echarts.

References

NA

For more information

NA

Show details on source website


{
   affected: [
      {
         package: {
            ecosystem: "npm",
            name: "zrender",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "5.0.0",
                  },
                  {
                     fixed: "5.2.1",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         database_specific: {
            last_known_affected_version_range: "<= 4.3.2",
         },
         package: {
            ecosystem: "npm",
            name: "zrender",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "4.3.3",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
   ],
   aliases: [
      "CVE-2021-39227",
   ],
   database_specific: {
      cwe_ids: [
         "CWE-1321",
         "CWE-915",
      ],
      github_reviewed: true,
      github_reviewed_at: "2021-09-17T17:51:46Z",
      nvd_published_at: "2021-09-17T14:15:00Z",
      severity: "MODERATE",
   },
   details: "### Impact\nUsing `merge` and `clone` helper methods in the `src/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.\n\n### Patches\n \nIt has been patched in https://github.com/ecomfe/zrender/pull/826. \nUsers should update zrender to `5.2.1`.  and update echarts to `5.2.1` if project is using echarts.\n\n### References\nNA\n\n### For more information\nNA\n",
   id: "GHSA-fhv8-fx5f-7fxf",
   modified: "2024-12-06T18:20:49Z",
   published: "2021-09-20T19:53:15Z",
   references: [
      {
         type: "WEB",
         url: "https://github.com/ecomfe/zrender/security/advisories/GHSA-fhv8-fx5f-7fxf",
      },
      {
         type: "ADVISORY",
         url: "https://nvd.nist.gov/vuln/detail/CVE-2021-39227",
      },
      {
         type: "WEB",
         url: "https://github.com/ecomfe/zrender/pull/826",
      },
      {
         type: "PACKAGE",
         url: "https://github.com/ecomfe/zrender",
      },
      {
         type: "WEB",
         url: "https://github.com/ecomfe/zrender/releases/tag/5.2.1",
      },
   ],
   schema_version: "1.4.0",
   severity: [
      {
         score: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
         type: "CVSS_V3",
      },
   ],
   summary: "Prototype Pollution in the merge and clone helper methods",
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.