ghsa-h68q-55jf-x68w
Vulnerability from github
Published
2021-05-10 18:47
Modified
2021-04-20 17:46
Severity ?
Summary
Prototype pollution in chart.js
Details
This affects the package chart.js before 2.9.4. The options parameter is not properly sanitized when it is processed. When the options are processed, the existing options (or the defaults options) are deeply merged with provided options. However, during this operation, the keys of the object being set are not checked, leading to a prototype pollution.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "chart.js" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.9.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-7746" ], "database_specific": { "cwe_ids": [ "CWE-1321", "CWE-915" ], "github_reviewed": true, "github_reviewed_at": "2021-04-20T17:46:27Z", "nvd_published_at": "2020-10-29T08:15:00Z", "severity": "HIGH" }, "details": "This affects the package chart.js before 2.9.4. The options parameter is not properly sanitized when it is processed. When the options are processed, the existing options (or the defaults options) are deeply merged with provided options. However, during this operation, the keys of the object being set are not checked, leading to a prototype pollution.", "id": "GHSA-h68q-55jf-x68w", "modified": "2021-04-20T17:46:27Z", "published": "2021-05-10T18:47:53Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7746" }, { "type": "WEB", "url": "https://github.com/chartjs/Chart.js/pull/7920" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1019375" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBCHARTJS-1019376" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1019374" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-CHARTJS-1018716" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Prototype pollution in chart.js" }
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.