ghsa-jjf5-wx3j-3fv7
Vulnerability from github
Published
2022-05-14 00:01
Modified
2022-05-25 22:54
Severity ?
VLAI Severity ?
Summary
Prototype Pollution in convict
Details
This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's possible to prepend the dangerous paths with any string value followed by a dot, like for example foo.proto or foo.this.constructor.prototype.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "convict" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.2.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-21190" ], "database_specific": { "cwe_ids": [ "CWE-1321" ], "github_reviewed": true, "github_reviewed_at": "2022-05-25T22:54:49Z", "nvd_published_at": "2022-05-13T20:15:00Z", "severity": "CRITICAL" }, "details": "This affects the package convict before 6.2.3. This is a bypass of [CVE-2022-22143](https://security.snyk.io/vuln/SNYK-JS-CONVICT-2340604). The [fix](https://github.com/mozilla/node-convict/commit/3b86be087d8f14681a9c889d45da7fe3ad9cd880) introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with __proto__ or this.constructor.prototype. To bypass this check it\u0027s possible to prepend the dangerous paths with any string value followed by a dot, like for example foo.__proto__ or foo.this.constructor.prototype.", "id": "GHSA-jjf5-wx3j-3fv7", "modified": "2022-05-25T22:54:49Z", "published": "2022-05-14T00:01:09Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21190" }, { "type": "WEB", "url": "https://github.com/mozilla/node-convict/commit/1ea0ab19c5208f66509e1c43b0d0f21c1fd29b75" }, { "type": "WEB", "url": "https://gist.github.com/dellalibera/cebce20e51410acebff1f46afdc89808" }, { "type": "PACKAGE", "url": "https://github.com/mozilla/node-convict" }, { "type": "WEB", "url": "https://github.com/mozilla/node-convict/blob/3b86be087d8f14681a9c889d45da7fe3ad9cd880/packages/convict/src/main.js%23L571" }, { "type": "WEB", "url": "https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md%23623---2022-05-07" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-CONVICT-2774757" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Prototype Pollution in convict" }
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.
Loading…