-
Notifications
You must be signed in to change notification settings - Fork 598
Expand file tree
/
Copy pathGHSA-5wfc-hjrc-gq87.json
More file actions
94 lines (94 loc) · 1.94 KB
/
GHSA-5wfc-hjrc-gq87.json
File metadata and controls
94 lines (94 loc) · 1.94 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
{
"schema_version": "1.4.0",
"id": "GHSA-5wfc-hjrc-gq87",
"modified": "2026-04-13T18:42:55Z",
"published": "2023-06-14T15:30:38Z",
"aliases": [
"CVE-2023-34620"
],
"summary": "hjson stack exhaustion vulnerability",
"details": "An issue was discovered hjson through 3.0.0 allows attackers to cause a denial of service or other unspecified impacts via crafted objects that deeply nested structures.",
"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": "Maven",
"name": "org.hjson:hjson"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "3.0.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "hjson-go"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "3.0.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Packagist",
"name": "hjson-php"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34620"
},
{
"type": "WEB",
"url": "https://github.com/hjson/hjson-java/issues/24"
}
],
"database_specific": {
"cwe_ids": [
"CWE-400",
"CWE-674",
"CWE-787"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-06-14T20:38:48Z",
"nvd_published_at": "2023-06-14T14:15:10Z"
}
}