原始 OSV JSON{
"id": "GHSA-x5r6-x823-9848",
"aliases": [
"CVE-2020-7766"
],
"details": "npm `json-ptr` before 2.1.0 has an arbitrary code execution vulnerability. The issue occurs in the [set operation](https://flitbit.github.io/json-ptr/classes/_src_pointer_.jsonpointer.htmlset) when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the key being set, leading to a prototype pollution.",
"summary": "Arbitrary Code Execution in json-ptr",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.0"
}
]
}
],
"package": {
"name": "json-ptr",
"ecosystem": "npm"
}
}
],
"modified": "2023-09-05T22:44:45Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L"
}
],
"published": "2021-05-10T19:15:43Z",
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7766",
"type": "ADVISORY"
},
{
"url": "https://github.com/418sec/json-ptr/pull/3",
"type": "WEB"
},
{
"url": "https://github.com/flitbit/json-ptr/commit/2539e3494c80af1eef24f0f433654a61f255f011",
"type": "WEB"
},
{
"url": "https://github.com/flitbit/json-ptr/blob/master/src/util.ts%23L174",
"type": "WEB"
},
{
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1038396",
"type": "WEB"
},
{
"url": "https://snyk.io/vuln/SNYK-JS-JSONPTR-1016939",
"type": "WEB"
},
{
"url": "https://www.huntr.dev/bounties/2-npm-json-ptr",
"type": "WEB"
},
{
"url": "https://www.npmjs.com/package/json-ptr",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-1321",
"CWE-400",
"CWE-74"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": "2020-11-10T16:15:00Z",
"github_reviewed_at": "2021-04-19T23:01:34Z"
}
}