-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathGHSA-7mg4-w3w5-x5pc.json
More file actions
96 lines (96 loc) · 2.07 KB
/
GHSA-7mg4-w3w5-x5pc.json
File metadata and controls
96 lines (96 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"schema_version": "1.4.0",
"id": "GHSA-7mg4-w3w5-x5pc",
"modified": "2025-03-05T19:04:38Z",
"published": "2021-05-10T18:37:47Z",
"aliases": [
"CVE-2020-7709"
],
"summary": "Prototype pollution in json-pointer",
"details": "This affects the package json-pointer before 0.6.1. Multiple reference of object using slash is supported.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "json-pointer"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.3.0"
},
{
"fixed": "0.6.1"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.webjars.npm:json-pointer"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.6.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7709"
},
{
"type": "WEB",
"url": "https://github.com/manuelstofer/json-pointer/pull/34"
},
{
"type": "WEB",
"url": "https://github.com/manuelstofer/json-pointer/pull/34/files"
},
{
"type": "PACKAGE",
"url": "https://github.com/manuelstofer/json-pointer"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-598862"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/SNYK-JS-JSONPOINTER-596925"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/package/json-pointer"
}
],
"database_specific": {
"cwe_ids": [
"CWE-1321"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2021-04-21T21:10:19Z",
"nvd_published_at": "2020-10-05T08:15:00Z"
}
}