-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathGHSA-42xw-2xvc-qx8m.json
More file actions
85 lines (85 loc) · 2.07 KB
/
GHSA-42xw-2xvc-qx8m.json
File metadata and controls
85 lines (85 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
{
"schema_version": "1.4.0",
"id": "GHSA-42xw-2xvc-qx8m",
"modified": "2023-04-14T19:12:35Z",
"published": "2019-05-29T18:04:45Z",
"aliases": [
"CVE-2019-10742"
],
"summary": "Denial of Service in axios",
"details": "Versions of `axios` prior to 0.18.1 are vulnerable to Denial of Service. If a request exceeds the `maxContentLength` property, the package prints an error but does not stop the request. This may cause high CPU usage and lead to Denial of Service.\n\n\n## Recommendation\n\nUpgrade to 0.18.1 or later.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "axios"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.18.1"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 0.18.0"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10742"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/issues/1098"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/pull/1485"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/commit/acabfbdf00a58bb866c9d070e8a10d1d0dbeb572"
},
{
"type": "WEB",
"url": "https://app.snyk.io/vuln/SNYK-JS-AXIOS-174505"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/SNYK-JS-AXIOS-174505"
},
{
"type": "PACKAGE",
"url": "https://www.github.com"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/advisories/880"
}
],
"database_specific": {
"cwe_ids": [
"CWE-20",
"CWE-755"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2019-05-14T15:22:47Z",
"nvd_published_at": "2019-05-07T19:29:00Z"
}
}