-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathGHSA-px4h-xg32-q955.json
More file actions
107 lines (107 loc) · 2.34 KB
/
GHSA-px4h-xg32-q955.json
File metadata and controls
107 lines (107 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
103
104
105
106
107
{
"schema_version": "1.4.0",
"id": "GHSA-px4h-xg32-q955",
"modified": "2023-11-29T22:10:49Z",
"published": "2021-06-08T23:11:43Z",
"aliases": [
"CVE-2021-33502"
],
"summary": "ReDoS in normalize-url",
"details": "The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "normalize-url"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.3.1"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "normalize-url"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "6.0.0"
},
{
"fixed": "6.0.1"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "normalize-url"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.4.1"
},
{
"fixed": "4.5.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33502"
},
{
"type": "WEB",
"url": "https://github.com/sindresorhus/normalize-url/commit/b1fdb5120b6d27a88400d8800e67ff5a22bd2103"
},
{
"type": "PACKAGE",
"url": "https://github.com/sindresorhus/normalize-url"
},
{
"type": "WEB",
"url": "https://github.com/sindresorhus/normalize-url/releases/tag/v6.0.1"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20210706-0001"
}
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2021-05-28T17:56:25Z",
"nvd_published_at": "2021-05-24T16:15:00Z"
}
}