-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathGHSA-ff7x-qrg7-qggm.json
More file actions
102 lines (102 loc) · 2.34 KB
/
GHSA-ff7x-qrg7-qggm.json
File metadata and controls
102 lines (102 loc) · 2.34 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
97
98
99
100
101
102
{
"schema_version": "1.4.0",
"id": "GHSA-ff7x-qrg7-qggm",
"modified": "2025-02-12T05:10:43Z",
"published": "2020-07-29T20:56:59Z",
"aliases": [
"CVE-2020-8116"
],
"summary": "dot-prop Prototype Pollution vulnerability",
"details": "Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "dot-prop"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0"
},
{
"fixed": "4.2.1"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "dot-prop"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.1.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8116"
},
{
"type": "WEB",
"url": "https://github.com/sindresorhus/dot-prop/issues/63"
},
{
"type": "WEB",
"url": "https://github.com/sindresorhus/dot-prop/commit/3039c8c07f6fdaa8b595ec869ae0895686a7a0f2"
},
{
"type": "WEB",
"url": "https://github.com/sindresorhus/dot-prop/commit/c914124f418f55edea27928e89c94d931babe587"
},
{
"type": "WEB",
"url": "https://hackerone.com/reports/719856"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-ff7x-qrg7-qggm"
},
{
"type": "PACKAGE",
"url": "https://github.com/sindresorhus/dot-prop"
},
{
"type": "WEB",
"url": "https://github.com/sindresorhus/dot-prop/tree/v4"
}
],
"database_specific": {
"cwe_ids": [
"CWE-1321",
"CWE-425",
"CWE-471"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2020-07-29T20:51:37Z",
"nvd_published_at": "2020-02-04T20:15:00Z"
}
}