ghsa-c429-5p7v-vgjp
Vulnerability from github
Published
2022-09-25 00:00
Modified
2022-09-29 14:13
Severity ?
Summary
hoek subject to prototype pollution via the clone function.
Details
hoek versions prior to 8.5.1, and 9.x prior to 9.0.3 are vulnerable to prototype pollution in the clone function. If an object with the proto key is passed to clone() the key is converted to a prototype. This issue has been patched in version 9.0.3, and backported to 8.5.1.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "@hapi/hoek" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "8.5.1" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "@hapi/hoek" }, "ranges": [ { "events": [ { "introduced": "9.0.0" }, { "fixed": "9.0.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "hoek" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "6.1.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-36604" ], "database_specific": { "cwe_ids": [ "CWE-1321" ], "github_reviewed": true, "github_reviewed_at": "2022-09-29T14:13:31Z", "nvd_published_at": "2022-09-23T06:15:00Z", "severity": "HIGH" }, "details": "hoek versions prior to 8.5.1, and 9.x prior to 9.0.3 are vulnerable to prototype pollution in the clone function. If an object with the __proto__ key is passed to clone() the key is converted to a prototype. This issue has been patched in version 9.0.3, and backported to 8.5.1. ", "id": "GHSA-c429-5p7v-vgjp", "modified": "2022-09-29T14:13:31Z", "published": "2022-09-25T00:00:27Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36604" }, { "type": "WEB", "url": "https://github.com/hapijs/hoek/issues/352" }, { "type": "WEB", "url": "https://github.com/hapijs/hoek/commit/4d0804bc6135ad72afdc5e1ec002b935b2f5216a" }, { "type": "WEB", "url": "https://github.com/hapijs/hoek/commit/948baf98634a5c206875b67d11368f133034fa90" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "hoek subject to prototype pollution via the clone function." }
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.