ghsa-v88g-cgmw-v5xw
Vulnerability from github
Published
2022-02-10 23:30
Modified
2024-06-21 21:33
Severity ?
Summary
Prototype Pollution in Ajv
Details
An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)
{ "affected": [ { "package": { "ecosystem": "npm", "name": "ajv" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.12.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-15366" ], "database_specific": { "cwe_ids": [ "CWE-1321", "CWE-915" ], "github_reviewed": true, "github_reviewed_at": "2021-05-10T21:23:41Z", "nvd_published_at": "2020-07-15T20:15:00Z", "severity": "MODERATE" }, "details": "An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)", "id": "GHSA-v88g-cgmw-v5xw", "modified": "2024-06-21T21:33:48Z", "published": "2022-02-10T23:30:59Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-15366" }, { "type": "WEB", "url": "https://github.com/ajv-validator/ajv/commit/65b2f7d76b190ac63a0d4e9154c712d7aa37049f" }, { "type": "PACKAGE", "url": "https://github.com/ajv-validator/ajv" }, { "type": "WEB", "url": "https://github.com/ajv-validator/ajv/releases/tag/v6.12.3" }, { "type": "WEB", "url": "https://github.com/ajv-validator/ajv/tags" }, { "type": "WEB", "url": "https://hackerone.com/bugs?subject=user\u0026report_id=894259" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20240621-0007" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "type": "CVSS_V3" } ], "summary": "Prototype Pollution in Ajv" }
Loading...
Loading...
- 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.